Shades of Waikawa Grey #666A94
Tints of Waikawa Grey #666A94
RGB
CMYK
RGB Variations
Color information
#666A94 (or 0x666A94) is known color: Waikawa Grey. HEX triplet: 66, 6A and 94. RGB value is (102,106,148). Sum of RGB (Red+Green+Blue) = 102+106+148=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #666A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A94 is #99956B. Grayscale: #6D6D6D. Windows color (decimal): -10065260 or 9726566. OLE color: 9726566.
HSL color Cylindrical-coordinate representation of color #666A94: hue angle of 234.78º 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 #666A94 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 106 | 148 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.42 |
| HSL | 234.78º | 0.18% | 0.49% | - |
| HSV(B) | 234.78º | 0.31% | 0.58% | - |
| XYZ | 15.98 | 15.27 | 30.12 | - |
| YUV | 109.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 148 | 0.31 | 0.28 | 0 | 0.42 | 234.78 | 0.18 | 0.49 |
| Hex | 66 | 6A | 94 | 1F | 1C | 0 | 2A | EB | 12 | 31 |
| Octal | 146 | 152 | 224 | 37 | 34 | 0 | 52 | 353 | 22 | 61 |
| Binary | 1100110 | 1101010 | 10010100 | 11111 | 11100 | 0 | 101010 | 11101011 | 10010 | 110001 |
Color Harmonies of #666A94
Complementary color
Monochromatic Colors of #666A94
Black with #666A94
Text Example
Text Example
White with #666A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A94; }
p { color: rgb(102,106,148); }
H1.HeaderClassName
{
color: #666A94;
}
.AnyTagClassName
{
color: #666A94;
}
</style>
background-color css
<style>
a { background-color: #666A94; }
a { background-color: rgb(102,106,148); }
div.DivClassName
{
background-color: #666A94;
}
.BgClassName
{
background-color: #666A94;
}
</style>
border-color css
<style>
span { border-color: #666A94; }
span { border-color: rgb(102,106,148); }
td.TdClassName
{
border-color: #666A94;
}
.TagClassName
{
border-color: #666A94;
}
</style>