Shades of Waikawa Grey #666F96
Tints of Waikawa Grey #666F96
RGB
CMYK
RGB Variations
Color information
#666F96 (or 0x666F96) is known color: Waikawa Grey. HEX triplet: 66, 6F and 96. RGB value is (102,111,150). Sum of RGB (Red+Green+Blue) = 102+111+150=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #666F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F96 is #999069. Grayscale: #707070. Windows color (decimal): -10063978 or 9858918. OLE color: 9858918.
HSL color Cylindrical-coordinate representation of color #666F96: hue angle of 228.75º 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 #666F96 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 111 | 150 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.41 |
| HSL | 228.75º | 0.19% | 0.49% | - |
| HSV(B) | 228.75º | 0.32% | 0.59% | - |
| XYZ | 16.67 | 16.4 | 31.14 | - |
| YUV | 112.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 150 | 0.32 | 0.26 | 0 | 0.41 | 228.75 | 0.19 | 0.49 |
| Hex | 66 | 6F | 96 | 20 | 1A | 0 | 29 | E5 | 13 | 31 |
| Octal | 146 | 157 | 226 | 40 | 32 | 0 | 51 | 345 | 23 | 61 |
| Binary | 1100110 | 1101111 | 10010110 | 100000 | 11010 | 0 | 101001 | 11100101 | 10011 | 110001 |
Color Harmonies of #666F96
Complementary color
Monochromatic Colors of #666F96
Black with #666F96
Text Example
Text Example
White with #666F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F96; }
p { color: rgb(102,111,150); }
H1.HeaderClassName
{
color: #666F96;
}
.AnyTagClassName
{
color: #666F96;
}
</style>
background-color css
<style>
a { background-color: #666F96; }
a { background-color: rgb(102,111,150); }
div.DivClassName
{
background-color: #666F96;
}
.BgClassName
{
background-color: #666F96;
}
</style>
border-color css
<style>
span { border-color: #666F96; }
span { border-color: rgb(102,111,150); }
td.TdClassName
{
border-color: #666F96;
}
.TagClassName
{
border-color: #666F96;
}
</style>