Shades of Waikawa Grey #666F9B
Tints of Waikawa Grey #666F9B
RGB
CMYK
RGB Variations
Color information
#666F9B (or 0x666F9B) is known color: Waikawa Grey. HEX triplet: 66, 6F and 9B. RGB value is (102,111,155). Sum of RGB (Red+Green+Blue) = 102+111+155=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #666F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F9B is #999064. Grayscale: #717171. Windows color (decimal): -10063973 or 10186598. OLE color: 10186598.
HSL color Cylindrical-coordinate representation of color #666F9B: hue angle of 229.81º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666F9B is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 111 | 155 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.39 |
| HSL | 229.81º | 0.21% | 0.5% | - |
| HSV(B) | 229.81º | 0.34% | 0.61% | - |
| XYZ | 17.08 | 16.56 | 33.31 | - |
| YUV | 113.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 155 | 0.34 | 0.28 | 0 | 0.39 | 229.81 | 0.21 | 0.5 |
| Hex | 66 | 6F | 9B | 22 | 1C | 0 | 27 | E6 | 15 | 32 |
| Octal | 146 | 157 | 233 | 42 | 34 | 0 | 47 | 346 | 25 | 62 |
| Binary | 1100110 | 1101111 | 10011011 | 100010 | 11100 | 0 | 100111 | 11100110 | 10101 | 110010 |
Color Harmonies of #666F9B
Complementary color
Monochromatic Colors of #666F9B
Black with #666F9B
Text Example
Text Example
White with #666F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F9B; }
p { color: rgb(102,111,155); }
H1.HeaderClassName
{
color: #666F9B;
}
.AnyTagClassName
{
color: #666F9B;
}
</style>
background-color css
<style>
a { background-color: #666F9B; }
a { background-color: rgb(102,111,155); }
div.DivClassName
{
background-color: #666F9B;
}
.BgClassName
{
background-color: #666F9B;
}
</style>
border-color css
<style>
span { border-color: #666F9B; }
span { border-color: rgb(102,111,155); }
td.TdClassName
{
border-color: #666F9B;
}
.TagClassName
{
border-color: #666F9B;
}
</style>