Shades of Waikawa Grey #666E88
Tints of Waikawa Grey #666E88
RGB
CMYK
RGB Variations
Color information
#666E88 (or 0x666E88) is known color: Waikawa Grey. HEX triplet: 66, 6E and 88. RGB value is (102,110,136). Sum of RGB (Red+Green+Blue) = 102+110+136=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #666E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E88 is #999177. Grayscale: #6E6E6E. Windows color (decimal): -10064248 or 8941158. OLE color: 8941158.
HSL color Cylindrical-coordinate representation of color #666E88: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666E88 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 110 | 136 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.47 |
| HSL | 225.88º | 0.14% | 0.47% | - |
| HSV(B) | 225.88º | 0.25% | 0.53% | - |
| XYZ | 15.5 | 15.75 | 25.52 | - |
| YUV | 110.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 136 | 0.25 | 0.19 | 0 | 0.47 | 225.88 | 0.14 | 0.47 |
| Hex | 66 | 6E | 88 | 19 | 13 | 0 | 2F | E2 | E | 2F |
| Octal | 146 | 156 | 210 | 31 | 23 | 0 | 57 | 342 | 16 | 57 |
| Binary | 1100110 | 1101110 | 10001000 | 11001 | 10011 | 0 | 101111 | 11100010 | 1110 | 101111 |
Color Harmonies of #666E88
Complementary color
Monochromatic Colors of #666E88
Black with #666E88
Text Example
Text Example
White with #666E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E88; }
p { color: rgb(102,110,136); }
H1.HeaderClassName
{
color: #666E88;
}
.AnyTagClassName
{
color: #666E88;
}
</style>
background-color css
<style>
a { background-color: #666E88; }
a { background-color: rgb(102,110,136); }
div.DivClassName
{
background-color: #666E88;
}
.BgClassName
{
background-color: #666E88;
}
</style>
border-color css
<style>
span { border-color: #666E88; }
span { border-color: rgb(102,110,136); }
td.TdClassName
{
border-color: #666E88;
}
.TagClassName
{
border-color: #666E88;
}
</style>