Shades of Waikawa Grey #666A89
Tints of Waikawa Grey #666A89
RGB
CMYK
RGB Variations
Color information
#666A89 (or 0x666A89) is known color: Waikawa Grey. HEX triplet: 66, 6A and 89. RGB value is (102,106,137). Sum of RGB (Red+Green+Blue) = 102+106+137=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #666A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A89 is #999576. Grayscale: #6C6C6C. Windows color (decimal): -10065271 or 9005670. OLE color: 9005670.
HSL color Cylindrical-coordinate representation of color #666A89: hue angle of 233.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666A89 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 106 | 137 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.46 |
| HSL | 233.14º | 0.15% | 0.47% | - |
| HSV(B) | 233.14º | 0.26% | 0.54% | - |
| XYZ | 15.15 | 14.94 | 25.75 | - |
| YUV | 108.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 137 | 0.26 | 0.23 | 0 | 0.46 | 233.14 | 0.15 | 0.47 |
| Hex | 66 | 6A | 89 | 1A | 17 | 0 | 2E | E9 | F | 2F |
| Octal | 146 | 152 | 211 | 32 | 27 | 0 | 56 | 351 | 17 | 57 |
| Binary | 1100110 | 1101010 | 10001001 | 11010 | 10111 | 0 | 101110 | 11101001 | 1111 | 101111 |
Color Harmonies of #666A89
Complementary color
Monochromatic Colors of #666A89
Black with #666A89
Text Example
Text Example
White with #666A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A89; }
p { color: rgb(102,106,137); }
H1.HeaderClassName
{
color: #666A89;
}
.AnyTagClassName
{
color: #666A89;
}
</style>
background-color css
<style>
a { background-color: #666A89; }
a { background-color: rgb(102,106,137); }
div.DivClassName
{
background-color: #666A89;
}
.BgClassName
{
background-color: #666A89;
}
</style>
border-color css
<style>
span { border-color: #666A89; }
span { border-color: rgb(102,106,137); }
td.TdClassName
{
border-color: #666A89;
}
.TagClassName
{
border-color: #666A89;
}
</style>