Shades of Waikawa Grey #666E8D
Tints of Waikawa Grey #666E8D
RGB
CMYK
RGB Variations
Color information
#666E8D (or 0x666E8D) is known color: Waikawa Grey. HEX triplet: 66, 6E and 8D. RGB value is (102,110,141). Sum of RGB (Red+Green+Blue) = 102+110+141=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #666E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E8D is #999172. Grayscale: #6F6F6F. Windows color (decimal): -10064243 or 9268838. OLE color: 9268838.
HSL color Cylindrical-coordinate representation of color #666E8D: hue angle of 227.69º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #666E8D is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 110 | 141 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.45 |
| HSL | 227.69º | 0.16% | 0.48% | - |
| HSV(B) | 227.69º | 0.28% | 0.55% | - |
| XYZ | 15.86 | 15.9 | 27.43 | - |
| YUV | 111.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 141 | 0.28 | 0.22 | 0 | 0.45 | 227.69 | 0.16 | 0.48 |
| Hex | 66 | 6E | 8D | 1C | 16 | 0 | 2D | E4 | 10 | 30 |
| Octal | 146 | 156 | 215 | 34 | 26 | 0 | 55 | 344 | 20 | 60 |
| Binary | 1100110 | 1101110 | 10001101 | 11100 | 10110 | 0 | 101101 | 11100100 | 10000 | 110000 |
Color Harmonies of #666E8D
Complementary color
Monochromatic Colors of #666E8D
Black with #666E8D
Text Example
Text Example
White with #666E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E8D; }
p { color: rgb(102,110,141); }
H1.HeaderClassName
{
color: #666E8D;
}
.AnyTagClassName
{
color: #666E8D;
}
</style>
background-color css
<style>
a { background-color: #666E8D; }
a { background-color: rgb(102,110,141); }
div.DivClassName
{
background-color: #666E8D;
}
.BgClassName
{
background-color: #666E8D;
}
</style>
border-color css
<style>
span { border-color: #666E8D; }
span { border-color: rgb(102,110,141); }
td.TdClassName
{
border-color: #666E8D;
}
.TagClassName
{
border-color: #666E8D;
}
</style>