Shades of Waikawa Grey #666B94
Tints of Waikawa Grey #666B94
RGB
CMYK
RGB Variations
Color information
#666B94 (or 0x666B94) is known color: Waikawa Grey. HEX triplet: 66, 6B and 94. RGB value is (102,107,148). Sum of RGB (Red+Green+Blue) = 102+107+148=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #666B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B94 is #99946B. Grayscale: #6E6E6E. Windows color (decimal): -10065004 or 9726822. OLE color: 9726822.
HSL color Cylindrical-coordinate representation of color #666B94: hue angle of 233.48º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666B94 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 107 | 148 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.42 |
| HSL | 233.48º | 0.18% | 0.49% | - |
| HSV(B) | 233.48º | 0.31% | 0.58% | - |
| XYZ | 16.08 | 15.48 | 30.16 | - |
| YUV | 110.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 148 | 0.31 | 0.28 | 0 | 0.42 | 233.48 | 0.18 | 0.49 |
| Hex | 66 | 6B | 94 | 1F | 1C | 0 | 2A | E9 | 12 | 31 |
| Octal | 146 | 153 | 224 | 37 | 34 | 0 | 52 | 351 | 22 | 61 |
| Binary | 1100110 | 1101011 | 10010100 | 11111 | 11100 | 0 | 101010 | 11101001 | 10010 | 110001 |
Color Harmonies of #666B94
Complementary color
Monochromatic Colors of #666B94
Black with #666B94
Text Example
Text Example
White with #666B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B94; }
p { color: rgb(102,107,148); }
H1.HeaderClassName
{
color: #666B94;
}
.AnyTagClassName
{
color: #666B94;
}
</style>
background-color css
<style>
a { background-color: #666B94; }
a { background-color: rgb(102,107,148); }
div.DivClassName
{
background-color: #666B94;
}
.BgClassName
{
background-color: #666B94;
}
</style>
border-color css
<style>
span { border-color: #666B94; }
span { border-color: rgb(102,107,148); }
td.TdClassName
{
border-color: #666B94;
}
.TagClassName
{
border-color: #666B94;
}
</style>