Shades of Waikawa Grey #686E97
Tints of Waikawa Grey #686E97
RGB
CMYK
RGB Variations
Color information
#686E97 (or 0x686E97) is known color: Waikawa Grey. HEX triplet: 68, 6E and 97. RGB value is (104,110,151). Sum of RGB (Red+Green+Blue) = 104+110+151=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #686E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E97 is #979168. Grayscale: #707070. Windows color (decimal): -9933161 or 9924200. OLE color: 9924200.
HSL color Cylindrical-coordinate representation of color #686E97: hue angle of 232.34º 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 #686E97 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 110 | 151 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.41 |
| HSL | 232.34º | 0.18% | 0.5% | - |
| HSV(B) | 232.34º | 0.31% | 0.59% | - |
| XYZ | 16.87 | 16.33 | 31.54 | - |
| YUV | 112.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 151 | 0.31 | 0.27 | 0 | 0.41 | 232.34 | 0.18 | 0.5 |
| Hex | 68 | 6E | 97 | 1F | 1B | 0 | 29 | E8 | 12 | 32 |
| Octal | 150 | 156 | 227 | 37 | 33 | 0 | 51 | 350 | 22 | 62 |
| Binary | 1101000 | 1101110 | 10010111 | 11111 | 11011 | 0 | 101001 | 11101000 | 10010 | 110010 |
Color Harmonies of #686E97
Complementary color
Monochromatic Colors of #686E97
Black with #686E97
Text Example
Text Example
White with #686E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E97; }
p { color: rgb(104,110,151); }
H1.HeaderClassName
{
color: #686E97;
}
.AnyTagClassName
{
color: #686E97;
}
</style>
background-color css
<style>
a { background-color: #686E97; }
a { background-color: rgb(104,110,151); }
div.DivClassName
{
background-color: #686E97;
}
.BgClassName
{
background-color: #686E97;
}
</style>
border-color css
<style>
span { border-color: #686E97; }
span { border-color: rgb(104,110,151); }
td.TdClassName
{
border-color: #686E97;
}
.TagClassName
{
border-color: #686E97;
}
</style>