Shades of Waikawa Grey #666B90
Tints of Waikawa Grey #666B90
RGB
CMYK
RGB Variations
Color information
#666B90 (or 0x666B90) is known color: Waikawa Grey. HEX triplet: 66, 6B and 90. RGB value is (102,107,144). Sum of RGB (Red+Green+Blue) = 102+107+144=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #666B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B90 is #99946F. Grayscale: #6D6D6D. Windows color (decimal): -10065008 or 9464678. OLE color: 9464678.
HSL color Cylindrical-coordinate representation of color #666B90: hue angle of 232.86º 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 #666B90 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 107 | 144 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.44 |
| HSL | 232.86º | 0.17% | 0.48% | - |
| HSV(B) | 232.86º | 0.29% | 0.56% | - |
| XYZ | 15.77 | 15.35 | 28.52 | - |
| YUV | 109.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 144 | 0.29 | 0.26 | 0 | 0.44 | 232.86 | 0.17 | 0.48 |
| Hex | 66 | 6B | 90 | 1D | 1A | 0 | 2C | E9 | 11 | 30 |
| Octal | 146 | 153 | 220 | 35 | 32 | 0 | 54 | 351 | 21 | 60 |
| Binary | 1100110 | 1101011 | 10010000 | 11101 | 11010 | 0 | 101100 | 11101001 | 10001 | 110000 |
Color Harmonies of #666B90
Complementary color
Monochromatic Colors of #666B90
Black with #666B90
Text Example
Text Example
White with #666B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B90; }
p { color: rgb(102,107,144); }
H1.HeaderClassName
{
color: #666B90;
}
.AnyTagClassName
{
color: #666B90;
}
</style>
background-color css
<style>
a { background-color: #666B90; }
a { background-color: rgb(102,107,144); }
div.DivClassName
{
background-color: #666B90;
}
.BgClassName
{
background-color: #666B90;
}
</style>
border-color css
<style>
span { border-color: #666B90; }
span { border-color: rgb(102,107,144); }
td.TdClassName
{
border-color: #666B90;
}
.TagClassName
{
border-color: #666B90;
}
</style>