Shades of Waikawa Grey #666E91
Tints of Waikawa Grey #666E91
RGB
CMYK
RGB Variations
Color information
#666E91 (or 0x666E91) is known color: Waikawa Grey. HEX triplet: 66, 6E and 91. RGB value is (102,110,145). Sum of RGB (Red+Green+Blue) = 102+110+145=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #666E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E91 is #99916E. Grayscale: #6F6F6F. Windows color (decimal): -10064239 or 9530982. OLE color: 9530982.
HSL color Cylindrical-coordinate representation of color #666E91: hue angle of 228.84º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666E91 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 110 | 145 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.43 |
| HSL | 228.84º | 0.17% | 0.48% | - |
| HSV(B) | 228.84º | 0.3% | 0.57% | - |
| XYZ | 16.17 | 16.02 | 29.03 | - |
| YUV | 111.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 145 | 0.30 | 0.24 | 0 | 0.43 | 228.84 | 0.17 | 0.48 |
| Hex | 66 | 6E | 91 | 1E | 18 | 0 | 2B | E5 | 11 | 30 |
| Octal | 146 | 156 | 221 | 36 | 30 | 0 | 53 | 345 | 21 | 60 |
| Binary | 1100110 | 1101110 | 10010001 | 11110 | 11000 | 0 | 101011 | 11100101 | 10001 | 110000 |
Color Harmonies of #666E91
Complementary color
Monochromatic Colors of #666E91
Black with #666E91
Text Example
Text Example
White with #666E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E91; }
p { color: rgb(102,110,145); }
H1.HeaderClassName
{
color: #666E91;
}
.AnyTagClassName
{
color: #666E91;
}
</style>
background-color css
<style>
a { background-color: #666E91; }
a { background-color: rgb(102,110,145); }
div.DivClassName
{
background-color: #666E91;
}
.BgClassName
{
background-color: #666E91;
}
</style>
border-color css
<style>
span { border-color: #666E91; }
span { border-color: rgb(102,110,145); }
td.TdClassName
{
border-color: #666E91;
}
.TagClassName
{
border-color: #666E91;
}
</style>