Shades of Waikawa Grey #666E90
Tints of Waikawa Grey #666E90
RGB
CMYK
RGB Variations
Color information
#666E90 (or 0x666E90) is known color: Waikawa Grey. HEX triplet: 66, 6E and 90. RGB value is (102,110,144). Sum of RGB (Red+Green+Blue) = 102+110+144=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #666E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E90 is #99916F. Grayscale: #6F6F6F. Windows color (decimal): -10064240 or 9465446. OLE color: 9465446.
HSL color Cylindrical-coordinate representation of color #666E90: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666E90 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 110 | 144 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.44 |
| HSL | 228.57º | 0.17% | 0.48% | - |
| HSV(B) | 228.57º | 0.29% | 0.56% | - |
| XYZ | 16.09 | 15.99 | 28.62 | - |
| YUV | 111.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 144 | 0.29 | 0.24 | 0 | 0.44 | 228.57 | 0.17 | 0.48 |
| Hex | 66 | 6E | 90 | 1D | 18 | 0 | 2C | E5 | 11 | 30 |
| Octal | 146 | 156 | 220 | 35 | 30 | 0 | 54 | 345 | 21 | 60 |
| Binary | 1100110 | 1101110 | 10010000 | 11101 | 11000 | 0 | 101100 | 11100101 | 10001 | 110000 |
Color Harmonies of #666E90
Complementary color
Monochromatic Colors of #666E90
Black with #666E90
Text Example
Text Example
White with #666E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E90; }
p { color: rgb(102,110,144); }
H1.HeaderClassName
{
color: #666E90;
}
.AnyTagClassName
{
color: #666E90;
}
</style>
background-color css
<style>
a { background-color: #666E90; }
a { background-color: rgb(102,110,144); }
div.DivClassName
{
background-color: #666E90;
}
.BgClassName
{
background-color: #666E90;
}
</style>
border-color css
<style>
span { border-color: #666E90; }
span { border-color: rgb(102,110,144); }
td.TdClassName
{
border-color: #666E90;
}
.TagClassName
{
border-color: #666E90;
}
</style>