Colors are made up of 3 sets of numbers in the RGB colour system determined by the amount of Red, Green and Blue contained within a color. These colors can be represented as hexadecimal, or base-16, values. A total of 16,777,216 (256³) colours can be displayed using the RGB system.
Red (FF0000)
+
Green (00FF00)
=
Yellow (FFFF00)
Red (FF0000)
+
Blue (0000FF)
=
Cayan (FF00FF)
Green (00FF00)
+
Blue (0000FF)
=
Magenta (00FFFF)
Red (FF0000)
+
Green (00FF00)
+
Blue (0000FF)
=
White (FFFFFF)
Black (000000)
is the absence of color.
Display up to six (6) colours alongside each other for comparison purposes.
Input each colour component and press ENTER or click outside the WHITE AREA, to complete the action.