Shades of Waikawa Grey #666C96
Tints of Waikawa Grey #666C96
RGB
CMYK
RGB Variations
Color information
#666C96 (or 0x666C96) is known color: Waikawa Grey. HEX triplet: 66, 6C and 96. RGB value is (102,108,150). Sum of RGB (Red+Green+Blue) = 102+108+150=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #666C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C96 is #999369. Grayscale: #6E6E6E. Windows color (decimal): -10064746 or 9858150. OLE color: 9858150.
HSL color Cylindrical-coordinate representation of color #666C96: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666C96 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 108 | 150 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.41 |
| HSL | 232.5º | 0.19% | 0.49% | - |
| HSV(B) | 232.5º | 0.32% | 0.59% | - |
| XYZ | 16.35 | 15.75 | 31.03 | - |
| YUV | 110.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 150 | 0.32 | 0.28 | 0 | 0.41 | 232.5 | 0.19 | 0.49 |
| Hex | 66 | 6C | 96 | 20 | 1C | 0 | 29 | E8 | 13 | 31 |
| Octal | 146 | 154 | 226 | 40 | 34 | 0 | 51 | 350 | 23 | 61 |
| Binary | 1100110 | 1101100 | 10010110 | 100000 | 11100 | 0 | 101001 | 11101000 | 10011 | 110001 |
Color Harmonies of #666C96
Complementary color
Monochromatic Colors of #666C96
Black with #666C96
Text Example
Text Example
White with #666C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C96; }
p { color: rgb(102,108,150); }
H1.HeaderClassName
{
color: #666C96;
}
.AnyTagClassName
{
color: #666C96;
}
</style>
background-color css
<style>
a { background-color: #666C96; }
a { background-color: rgb(102,108,150); }
div.DivClassName
{
background-color: #666C96;
}
.BgClassName
{
background-color: #666C96;
}
</style>
border-color css
<style>
span { border-color: #666C96; }
span { border-color: rgb(102,108,150); }
td.TdClassName
{
border-color: #666C96;
}
.TagClassName
{
border-color: #666C96;
}
</style>