Shades of Waikawa Grey #666D84
Tints of Waikawa Grey #666D84
RGB
CMYK
RGB Variations
Color information
#666D84 (or 0x666D84) is known color: Waikawa Grey. HEX triplet: 66, 6D and 84. RGB value is (102,109,132). Sum of RGB (Red+Green+Blue) = 102+109+132=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #666D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D84 is #99927B. Grayscale: #6D6D6D. Windows color (decimal): -10064508 or 8678758. OLE color: 8678758.
HSL color Cylindrical-coordinate representation of color #666D84: hue angle of 226º 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 #666D84 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 109 | 132 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.48 |
| HSL | 226º | 0.13% | 0.46% | - |
| HSV(B) | 226º | 0.23% | 0.52% | - |
| XYZ | 15.11 | 15.43 | 24.01 | - |
| YUV | 109.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 132 | 0.23 | 0.17 | 0 | 0.48 | 226 | 0.13 | 0.46 |
| Hex | 66 | 6D | 84 | 17 | 11 | 0 | 30 | E2 | D | 2E |
| Octal | 146 | 155 | 204 | 27 | 21 | 0 | 60 | 342 | 15 | 56 |
| Binary | 1100110 | 1101101 | 10000100 | 10111 | 10001 | 0 | 110000 | 11100010 | 1101 | 101110 |
Color Harmonies of #666D84
Complementary color
Monochromatic Colors of #666D84
Black with #666D84
Text Example
Text Example
White with #666D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D84; }
p { color: rgb(102,109,132); }
H1.HeaderClassName
{
color: #666D84;
}
.AnyTagClassName
{
color: #666D84;
}
</style>
background-color css
<style>
a { background-color: #666D84; }
a { background-color: rgb(102,109,132); }
div.DivClassName
{
background-color: #666D84;
}
.BgClassName
{
background-color: #666D84;
}
</style>
border-color css
<style>
span { border-color: #666D84; }
span { border-color: rgb(102,109,132); }
td.TdClassName
{
border-color: #666D84;
}
.TagClassName
{
border-color: #666D84;
}
</style>