Shades of Waikawa Grey #666F91
Tints of Waikawa Grey #666F91
RGB
CMYK
RGB Variations
Color information
#666F91 (or 0x666F91) is known color: Waikawa Grey. HEX triplet: 66, 6F and 91. RGB value is (102,111,145). Sum of RGB (Red+Green+Blue) = 102+111+145=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #666F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F91 is #99906E. Grayscale: #707070. Windows color (decimal): -10063983 or 9531238. OLE color: 9531238.
HSL color Cylindrical-coordinate representation of color #666F91: hue angle of 227.44º 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 #666F91 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 111 | 145 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.43 |
| HSL | 227.44º | 0.17% | 0.48% | - |
| HSV(B) | 227.44º | 0.3% | 0.57% | - |
| XYZ | 16.27 | 16.24 | 29.06 | - |
| YUV | 112.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 145 | 0.30 | 0.23 | 0 | 0.43 | 227.44 | 0.17 | 0.48 |
| Hex | 66 | 6F | 91 | 1E | 17 | 0 | 2B | E3 | 11 | 30 |
| Octal | 146 | 157 | 221 | 36 | 27 | 0 | 53 | 343 | 21 | 60 |
| Binary | 1100110 | 1101111 | 10010001 | 11110 | 10111 | 0 | 101011 | 11100011 | 10001 | 110000 |
Color Harmonies of #666F91
Complementary color
Monochromatic Colors of #666F91
Black with #666F91
Text Example
Text Example
White with #666F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F91; }
p { color: rgb(102,111,145); }
H1.HeaderClassName
{
color: #666F91;
}
.AnyTagClassName
{
color: #666F91;
}
</style>
background-color css
<style>
a { background-color: #666F91; }
a { background-color: rgb(102,111,145); }
div.DivClassName
{
background-color: #666F91;
}
.BgClassName
{
background-color: #666F91;
}
</style>
border-color css
<style>
span { border-color: #666F91; }
span { border-color: rgb(102,111,145); }
td.TdClassName
{
border-color: #666F91;
}
.TagClassName
{
border-color: #666F91;
}
</style>