Shades of Waikawa Grey #606E88
Tints of Waikawa Grey #606E88
RGB
CMYK
RGB Variations
Color information
#606E88 (or 0x606E88) is known color: Waikawa Grey. HEX triplet: 60, 6E and 88. RGB value is (96,110,136). Sum of RGB (Red+Green+Blue) = 96+110+136=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #606E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E88 is #9F9177. Grayscale: #6C6C6C. Windows color (decimal): -10457464 or 8941152. OLE color: 8941152.
HSL color Cylindrical-coordinate representation of color #606E88: hue angle of 219º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #606E88 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 110 | 136 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.47 |
| HSL | 219º | 0.17% | 0.45% | - |
| HSV(B) | 219º | 0.29% | 0.53% | - |
| XYZ | 14.84 | 15.42 | 25.49 | - |
| YUV | 108.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 136 | 0.29 | 0.19 | 0 | 0.47 | 219 | 0.17 | 0.45 |
| Hex | 60 | 6E | 88 | 1D | 13 | 0 | 2F | DB | 11 | 2D |
| Octal | 140 | 156 | 210 | 35 | 23 | 0 | 57 | 333 | 21 | 55 |
| Binary | 1100000 | 1101110 | 10001000 | 11101 | 10011 | 0 | 101111 | 11011011 | 10001 | 101101 |
Color Harmonies of #606E88
Complementary color
Monochromatic Colors of #606E88
Black with #606E88
Text Example
Text Example
White with #606E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E88; }
p { color: rgb(96,110,136); }
H1.HeaderClassName
{
color: #606E88;
}
.AnyTagClassName
{
color: #606E88;
}
</style>
background-color css
<style>
a { background-color: #606E88; }
a { background-color: rgb(96,110,136); }
div.DivClassName
{
background-color: #606E88;
}
.BgClassName
{
background-color: #606E88;
}
</style>
border-color css
<style>
span { border-color: #606E88; }
span { border-color: rgb(96,110,136); }
td.TdClassName
{
border-color: #606E88;
}
.TagClassName
{
border-color: #606E88;
}
</style>