Shades of Waikawa Grey #666C92
Tints of Waikawa Grey #666C92
RGB
CMYK
RGB Variations
Color information
#666C92 (or 0x666C92) is known color: Waikawa Grey. HEX triplet: 66, 6C and 92. RGB value is (102,108,146). Sum of RGB (Red+Green+Blue) = 102+108+146=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #666C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C92 is #99936D. Grayscale: #6E6E6E. Windows color (decimal): -10064750 or 9596006. OLE color: 9596006.
HSL color Cylindrical-coordinate representation of color #666C92: hue angle of 231.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666C92 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 108 | 146 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.43 |
| HSL | 231.82º | 0.18% | 0.49% | - |
| HSV(B) | 231.82º | 0.3% | 0.57% | - |
| XYZ | 16.03 | 15.63 | 29.37 | - |
| YUV | 110.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 146 | 0.30 | 0.26 | 0 | 0.43 | 231.82 | 0.18 | 0.49 |
| Hex | 66 | 6C | 92 | 1E | 1A | 0 | 2B | E8 | 12 | 31 |
| Octal | 146 | 154 | 222 | 36 | 32 | 0 | 53 | 350 | 22 | 61 |
| Binary | 1100110 | 1101100 | 10010010 | 11110 | 11010 | 0 | 101011 | 11101000 | 10010 | 110001 |
Color Harmonies of #666C92
Complementary color
Monochromatic Colors of #666C92
Black with #666C92
Text Example
Text Example
White with #666C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C92; }
p { color: rgb(102,108,146); }
H1.HeaderClassName
{
color: #666C92;
}
.AnyTagClassName
{
color: #666C92;
}
</style>
background-color css
<style>
a { background-color: #666C92; }
a { background-color: rgb(102,108,146); }
div.DivClassName
{
background-color: #666C92;
}
.BgClassName
{
background-color: #666C92;
}
</style>
border-color css
<style>
span { border-color: #666C92; }
span { border-color: rgb(102,108,146); }
td.TdClassName
{
border-color: #666C92;
}
.TagClassName
{
border-color: #666C92;
}
</style>