Shades of Waikawa Grey #686F99
Tints of Waikawa Grey #686F99
RGB
CMYK
RGB Variations
Color information
#686F99 (or 0x686F99) is known color: Waikawa Grey. HEX triplet: 68, 6F and 99. RGB value is (104,111,153). Sum of RGB (Red+Green+Blue) = 104+111+153=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #686F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F99 is #979066. Grayscale: #717171. Windows color (decimal): -9932903 or 10055528. OLE color: 10055528.
HSL color Cylindrical-coordinate representation of color #686F99: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686F99 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 111 | 153 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.4 |
| HSL | 231.43º | 0.19% | 0.5% | - |
| HSV(B) | 231.43º | 0.32% | 0.6% | - |
| XYZ | 17.14 | 16.61 | 32.44 | - |
| YUV | 113.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 153 | 0.32 | 0.27 | 0 | 0.4 | 231.43 | 0.19 | 0.5 |
| Hex | 68 | 6F | 99 | 20 | 1B | 0 | 28 | E7 | 13 | 32 |
| Octal | 150 | 157 | 231 | 40 | 33 | 0 | 50 | 347 | 23 | 62 |
| Binary | 1101000 | 1101111 | 10011001 | 100000 | 11011 | 0 | 101000 | 11100111 | 10011 | 110010 |
Color Harmonies of #686F99
Complementary color
Monochromatic Colors of #686F99
Black with #686F99
Text Example
Text Example
White with #686F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F99; }
p { color: rgb(104,111,153); }
H1.HeaderClassName
{
color: #686F99;
}
.AnyTagClassName
{
color: #686F99;
}
</style>
background-color css
<style>
a { background-color: #686F99; }
a { background-color: rgb(104,111,153); }
div.DivClassName
{
background-color: #686F99;
}
.BgClassName
{
background-color: #686F99;
}
</style>
border-color css
<style>
span { border-color: #686F99; }
span { border-color: rgb(104,111,153); }
td.TdClassName
{
border-color: #686F99;
}
.TagClassName
{
border-color: #686F99;
}
</style>