Shades of Waikawa Grey #666E89
Tints of Waikawa Grey #666E89
RGB
CMYK
RGB Variations
Color information
#666E89 (or 0x666E89) is known color: Waikawa Grey. HEX triplet: 66, 6E and 89. RGB value is (102,110,137). Sum of RGB (Red+Green+Blue) = 102+110+137=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #666E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E89 is #999176. Grayscale: #6E6E6E. Windows color (decimal): -10064247 or 9006694. OLE color: 9006694.
HSL color Cylindrical-coordinate representation of color #666E89: hue angle of 226.29º 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 #666E89 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 110 | 137 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.46 |
| HSL | 226.29º | 0.15% | 0.47% | - |
| HSV(B) | 226.29º | 0.26% | 0.54% | - |
| XYZ | 15.57 | 15.78 | 25.89 | - |
| YUV | 110.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 137 | 0.26 | 0.20 | 0 | 0.46 | 226.29 | 0.15 | 0.47 |
| Hex | 66 | 6E | 89 | 1A | 14 | 0 | 2E | E2 | F | 2F |
| Octal | 146 | 156 | 211 | 32 | 24 | 0 | 56 | 342 | 17 | 57 |
| Binary | 1100110 | 1101110 | 10001001 | 11010 | 10100 | 0 | 101110 | 11100010 | 1111 | 101111 |
Color Harmonies of #666E89
Complementary color
Monochromatic Colors of #666E89
Black with #666E89
Text Example
Text Example
White with #666E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E89; }
p { color: rgb(102,110,137); }
H1.HeaderClassName
{
color: #666E89;
}
.AnyTagClassName
{
color: #666E89;
}
</style>
background-color css
<style>
a { background-color: #666E89; }
a { background-color: rgb(102,110,137); }
div.DivClassName
{
background-color: #666E89;
}
.BgClassName
{
background-color: #666E89;
}
</style>
border-color css
<style>
span { border-color: #666E89; }
span { border-color: rgb(102,110,137); }
td.TdClassName
{
border-color: #666E89;
}
.TagClassName
{
border-color: #666E89;
}
</style>