Shades of Waikawa Grey #686E96
Tints of Waikawa Grey #686E96
RGB
CMYK
RGB Variations
Color information
#686E96 (or 0x686E96) is known color: Waikawa Grey. HEX triplet: 68, 6E and 96. RGB value is (104,110,150). Sum of RGB (Red+Green+Blue) = 104+110+150=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #686E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E96 is #979169. Grayscale: #707070. Windows color (decimal): -9933162 or 9858664. OLE color: 9858664.
HSL color Cylindrical-coordinate representation of color #686E96: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686E96 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 110 | 150 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.41 |
| HSL | 232.17º | 0.18% | 0.5% | - |
| HSV(B) | 232.17º | 0.31% | 0.59% | - |
| XYZ | 16.79 | 16.3 | 31.11 | - |
| YUV | 112.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 150 | 0.31 | 0.27 | 0 | 0.41 | 232.17 | 0.18 | 0.5 |
| Hex | 68 | 6E | 96 | 1F | 1B | 0 | 29 | E8 | 12 | 32 |
| Octal | 150 | 156 | 226 | 37 | 33 | 0 | 51 | 350 | 22 | 62 |
| Binary | 1101000 | 1101110 | 10010110 | 11111 | 11011 | 0 | 101001 | 11101000 | 10010 | 110010 |
Color Harmonies of #686E96
Complementary color
Monochromatic Colors of #686E96
Black with #686E96
Text Example
Text Example
White with #686E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E96; }
p { color: rgb(104,110,150); }
H1.HeaderClassName
{
color: #686E96;
}
.AnyTagClassName
{
color: #686E96;
}
</style>
background-color css
<style>
a { background-color: #686E96; }
a { background-color: rgb(104,110,150); }
div.DivClassName
{
background-color: #686E96;
}
.BgClassName
{
background-color: #686E96;
}
</style>
border-color css
<style>
span { border-color: #686E96; }
span { border-color: rgb(104,110,150); }
td.TdClassName
{
border-color: #686E96;
}
.TagClassName
{
border-color: #686E96;
}
</style>