|
With this applet it is possible to define the RGB values of a selected color. The color can be defined with 7 sliders or with a random function. The mixer displays the selected color and the associated complementary color. The color mixer applet follows the law of additive and subtractive color mixture. The Selected Color field displays the color that is a color mixture of red, green and blue as defined by the law of additive color mixture. The Complementary Color field displays the color mixture that is obtained by subtracting the selected red, green and blue colors from white.
The selected RGB values are displayed as hexadecimal values. It is also possible to enter RGB values to obtain the associated color displayed. The structure of the RGB(red, green blue)-values in hexadecimal form is as follows: The first two digits are the red value. The second two digits are the green value and the third two digits are the blue value (rr gg bb).
|