Shades of Waikawa Grey #666B88
Tints of Waikawa Grey #666B88
RGB
CMYK
RGB Variations
Color information
#666B88 (or 0x666B88) is known color: Waikawa Grey. HEX triplet: 66, 6B and 88. RGB value is (102,107,136). Sum of RGB (Red+Green+Blue) = 102+107+136=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #666B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B88 is #999477. Grayscale: #6C6C6C. Windows color (decimal): -10065016 or 8940390. OLE color: 8940390.
HSL color Cylindrical-coordinate representation of color #666B88: hue angle of 231.18º 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 #666B88 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 107 | 136 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.47 |
| HSL | 231.18º | 0.14% | 0.47% | - |
| HSV(B) | 231.18º | 0.25% | 0.53% | - |
| XYZ | 15.18 | 15.12 | 25.41 | - |
| YUV | 108.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 136 | 0.25 | 0.21 | 0 | 0.47 | 231.18 | 0.14 | 0.47 |
| Hex | 66 | 6B | 88 | 19 | 15 | 0 | 2F | E7 | E | 2F |
| Octal | 146 | 153 | 210 | 31 | 25 | 0 | 57 | 347 | 16 | 57 |
| Binary | 1100110 | 1101011 | 10001000 | 11001 | 10101 | 0 | 101111 | 11100111 | 1110 | 101111 |
Color Harmonies of #666B88
Complementary color
Monochromatic Colors of #666B88
Black with #666B88
Text Example
Text Example
White with #666B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B88; }
p { color: rgb(102,107,136); }
H1.HeaderClassName
{
color: #666B88;
}
.AnyTagClassName
{
color: #666B88;
}
</style>
background-color css
<style>
a { background-color: #666B88; }
a { background-color: rgb(102,107,136); }
div.DivClassName
{
background-color: #666B88;
}
.BgClassName
{
background-color: #666B88;
}
</style>
border-color css
<style>
span { border-color: #666B88; }
span { border-color: rgb(102,107,136); }
td.TdClassName
{
border-color: #666B88;
}
.TagClassName
{
border-color: #666B88;
}
</style>