Shades of Waikawa Grey #666D89
Tints of Waikawa Grey #666D89
RGB
CMYK
RGB Variations
Color information
#666D89 (or 0x666D89) is known color: Waikawa Grey. HEX triplet: 66, 6D and 89. RGB value is (102,109,137). Sum of RGB (Red+Green+Blue) = 102+109+137=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #666D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D89 is #999276. Grayscale: #6D6D6D. Windows color (decimal): -10064503 or 9006438. OLE color: 9006438.
HSL color Cylindrical-coordinate representation of color #666D89: hue angle of 228º 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 #666D89 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 109 | 137 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.46 |
| HSL | 228º | 0.15% | 0.47% | - |
| HSV(B) | 228º | 0.26% | 0.54% | - |
| XYZ | 15.46 | 15.57 | 25.86 | - |
| YUV | 110.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 137 | 0.26 | 0.20 | 0 | 0.46 | 228 | 0.15 | 0.47 |
| Hex | 66 | 6D | 89 | 1A | 14 | 0 | 2E | E4 | F | 2F |
| Octal | 146 | 155 | 211 | 32 | 24 | 0 | 56 | 344 | 17 | 57 |
| Binary | 1100110 | 1101101 | 10001001 | 11010 | 10100 | 0 | 101110 | 11100100 | 1111 | 101111 |
Color Harmonies of #666D89
Complementary color
Monochromatic Colors of #666D89
Black with #666D89
Text Example
Text Example
White with #666D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D89; }
p { color: rgb(102,109,137); }
H1.HeaderClassName
{
color: #666D89;
}
.AnyTagClassName
{
color: #666D89;
}
</style>
background-color css
<style>
a { background-color: #666D89; }
a { background-color: rgb(102,109,137); }
div.DivClassName
{
background-color: #666D89;
}
.BgClassName
{
background-color: #666D89;
}
</style>
border-color css
<style>
span { border-color: #666D89; }
span { border-color: rgb(102,109,137); }
td.TdClassName
{
border-color: #666D89;
}
.TagClassName
{
border-color: #666D89;
}
</style>