Shades of Waikawa Grey #666B84
Tints of Waikawa Grey #666B84
RGB
CMYK
RGB Variations
Color information
#666B84 (or 0x666B84) is known color: Waikawa Grey. HEX triplet: 66, 6B and 84. RGB value is (102,107,132). Sum of RGB (Red+Green+Blue) = 102+107+132=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #666B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B84 is #99947B. Grayscale: #6C6C6C. Windows color (decimal): -10065020 or 8678246. OLE color: 8678246.
HSL color Cylindrical-coordinate representation of color #666B84: hue angle of 230º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666B84 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 107 | 132 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.48 |
| HSL | 230º | 0.13% | 0.46% | - |
| HSV(B) | 230º | 0.23% | 0.52% | - |
| XYZ | 14.9 | 15.01 | 23.94 | - |
| YUV | 108.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 132 | 0.23 | 0.19 | 0 | 0.48 | 230 | 0.13 | 0.46 |
| Hex | 66 | 6B | 84 | 17 | 13 | 0 | 30 | E6 | D | 2E |
| Octal | 146 | 153 | 204 | 27 | 23 | 0 | 60 | 346 | 15 | 56 |
| Binary | 1100110 | 1101011 | 10000100 | 10111 | 10011 | 0 | 110000 | 11100110 | 1101 | 101110 |
Color Harmonies of #666B84
Complementary color
Monochromatic Colors of #666B84
Black with #666B84
Text Example
Text Example
White with #666B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B84; }
p { color: rgb(102,107,132); }
H1.HeaderClassName
{
color: #666B84;
}
.AnyTagClassName
{
color: #666B84;
}
</style>
background-color css
<style>
a { background-color: #666B84; }
a { background-color: rgb(102,107,132); }
div.DivClassName
{
background-color: #666B84;
}
.BgClassName
{
background-color: #666B84;
}
</style>
border-color css
<style>
span { border-color: #666B84; }
span { border-color: rgb(102,107,132); }
td.TdClassName
{
border-color: #666B84;
}
.TagClassName
{
border-color: #666B84;
}
</style>