Shades of Waikawa Grey #666F8D
Tints of Waikawa Grey #666F8D
RGB
CMYK
RGB Variations
Color information
#666F8D (or 0x666F8D) is known color: Waikawa Grey. HEX triplet: 66, 6F and 8D. RGB value is (102,111,141). Sum of RGB (Red+Green+Blue) = 102+111+141=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #666F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F8D is #999072. Grayscale: #6F6F6F. Windows color (decimal): -10063987 or 9269094. OLE color: 9269094.
HSL color Cylindrical-coordinate representation of color #666F8D: hue angle of 226.15º 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 #666F8D is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 111 | 141 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.45 |
| HSL | 226.15º | 0.16% | 0.48% | - |
| HSV(B) | 226.15º | 0.28% | 0.55% | - |
| XYZ | 15.97 | 16.12 | 27.47 | - |
| YUV | 111.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 141 | 0.28 | 0.21 | 0 | 0.45 | 226.15 | 0.16 | 0.48 |
| Hex | 66 | 6F | 8D | 1C | 15 | 0 | 2D | E2 | 10 | 30 |
| Octal | 146 | 157 | 215 | 34 | 25 | 0 | 55 | 342 | 20 | 60 |
| Binary | 1100110 | 1101111 | 10001101 | 11100 | 10101 | 0 | 101101 | 11100010 | 10000 | 110000 |
Color Harmonies of #666F8D
Complementary color
Monochromatic Colors of #666F8D
Black with #666F8D
Text Example
Text Example
White with #666F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F8D; }
p { color: rgb(102,111,141); }
H1.HeaderClassName
{
color: #666F8D;
}
.AnyTagClassName
{
color: #666F8D;
}
</style>
background-color css
<style>
a { background-color: #666F8D; }
a { background-color: rgb(102,111,141); }
div.DivClassName
{
background-color: #666F8D;
}
.BgClassName
{
background-color: #666F8D;
}
</style>
border-color css
<style>
span { border-color: #666F8D; }
span { border-color: rgb(102,111,141); }
td.TdClassName
{
border-color: #666F8D;
}
.TagClassName
{
border-color: #666F8D;
}
</style>