What is HEX?

What is HEX? HEX is just an alternative method of communicating RGB colors. Instead of each of the red, green and blue channels being represented by numbers from 0 to 255, they are represented in the hexadecimal number system, 00 to FF. The three channels are then typically combined into a single six-digit hexadecimal number, for example R=78, … Read more

What is CMYK Color?

What is CMYK Color? Introduction to CMYK Color The CMYK color model, also known as process color, was first popularized at the turn of the 20th century. After extensive experimentation in the 1800’s, it was found that cyan, magenta, and yellow inks provided the largest possible set of unique colors in printed media. Black ink, (the k stands … Read more

What is HSL Color?

A colour wheel depicting values and hues

What is HSL Color? Introduction to the HSL Color System One of the most common ways to communicate color is through visual systems like charts, where each color has its own unique set of co-ordinates. For example, the RGB color system can be arranged as a cube with 255 discrete points per side:   Although … Read more