Shades of Waikawa Grey #666994
Tints of Waikawa Grey #666994
RGB
CMYK
RGB Variations
Color information
#666994 (or 0x666994) is known color: Waikawa Grey. HEX triplet: 66, 69 and 94. RGB value is (102,105,148). Sum of RGB (Red+Green+Blue) = 102+105+148=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #666994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666994 is #99966B. Grayscale: #6C6C6C. Windows color (decimal): -10065516 or 9726310. OLE color: 9726310.
HSL color Cylindrical-coordinate representation of color #666994: hue angle of 236.09º 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 #666994 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 105 | 148 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.42 |
| HSL | 236.09º | 0.18% | 0.49% | - |
| HSV(B) | 236.09º | 0.31% | 0.58% | - |
| XYZ | 15.88 | 15.07 | 30.09 | - |
| YUV | 109.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 148 | 0.31 | 0.29 | 0 | 0.42 | 236.09 | 0.18 | 0.49 |
| Hex | 66 | 69 | 94 | 1F | 1D | 0 | 2A | EC | 12 | 31 |
| Octal | 146 | 151 | 224 | 37 | 35 | 0 | 52 | 354 | 22 | 61 |
| Binary | 1100110 | 1101001 | 10010100 | 11111 | 11101 | 0 | 101010 | 11101100 | 10010 | 110001 |
Color Harmonies of #666994
Complementary color
Monochromatic Colors of #666994
Black with #666994
Text Example
Text Example
White with #666994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666994; }
p { color: rgb(102,105,148); }
H1.HeaderClassName
{
color: #666994;
}
.AnyTagClassName
{
color: #666994;
}
</style>
background-color css
<style>
a { background-color: #666994; }
a { background-color: rgb(102,105,148); }
div.DivClassName
{
background-color: #666994;
}
.BgClassName
{
background-color: #666994;
}
</style>
border-color css
<style>
span { border-color: #666994; }
span { border-color: rgb(102,105,148); }
td.TdClassName
{
border-color: #666994;
}
.TagClassName
{
border-color: #666994;
}
</style>