Shades of Waikawa Grey #666C8D
Tints of Waikawa Grey #666C8D
RGB
CMYK
RGB Variations
Color information
#666C8D (or 0x666C8D) is known color: Waikawa Grey. HEX triplet: 66, 6C and 8D. RGB value is (102,108,141). Sum of RGB (Red+Green+Blue) = 102+108+141=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #666C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C8D is #999372. Grayscale: #6D6D6D. Windows color (decimal): -10064755 or 9268326. OLE color: 9268326.
HSL color Cylindrical-coordinate representation of color #666C8D: hue angle of 230.77º 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 #666C8D is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 108 | 141 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.45 |
| HSL | 230.77º | 0.16% | 0.48% | - |
| HSV(B) | 230.77º | 0.28% | 0.55% | - |
| XYZ | 15.65 | 15.47 | 27.36 | - |
| YUV | 109.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 141 | 0.28 | 0.23 | 0 | 0.45 | 230.77 | 0.16 | 0.48 |
| Hex | 66 | 6C | 8D | 1C | 17 | 0 | 2D | E7 | 10 | 30 |
| Octal | 146 | 154 | 215 | 34 | 27 | 0 | 55 | 347 | 20 | 60 |
| Binary | 1100110 | 1101100 | 10001101 | 11100 | 10111 | 0 | 101101 | 11100111 | 10000 | 110000 |
Color Harmonies of #666C8D
Complementary color
Monochromatic Colors of #666C8D
Black with #666C8D
Text Example
Text Example
White with #666C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C8D; }
p { color: rgb(102,108,141); }
H1.HeaderClassName
{
color: #666C8D;
}
.AnyTagClassName
{
color: #666C8D;
}
</style>
background-color css
<style>
a { background-color: #666C8D; }
a { background-color: rgb(102,108,141); }
div.DivClassName
{
background-color: #666C8D;
}
.BgClassName
{
background-color: #666C8D;
}
</style>
border-color css
<style>
span { border-color: #666C8D; }
span { border-color: rgb(102,108,141); }
td.TdClassName
{
border-color: #666C8D;
}
.TagClassName
{
border-color: #666C8D;
}
</style>