Shades of Waikawa Grey #666D94
Tints of Waikawa Grey #666D94
RGB
CMYK
RGB Variations
Color information
#666D94 (or 0x666D94) is known color: Waikawa Grey. HEX triplet: 66, 6D and 94. RGB value is (102,109,148). Sum of RGB (Red+Green+Blue) = 102+109+148=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #666D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D94 is #99926B. Grayscale: #6F6F6F. Windows color (decimal): -10064492 or 9727334. OLE color: 9727334.
HSL color Cylindrical-coordinate representation of color #666D94: hue angle of 230.87º 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 #666D94 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 109 | 148 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.42 |
| HSL | 230.87º | 0.18% | 0.49% | - |
| HSV(B) | 230.87º | 0.31% | 0.58% | - |
| XYZ | 16.29 | 15.9 | 30.23 | - |
| YUV | 111.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 148 | 0.31 | 0.26 | 0 | 0.42 | 230.87 | 0.18 | 0.49 |
| Hex | 66 | 6D | 94 | 1F | 1A | 0 | 2A | E7 | 12 | 31 |
| Octal | 146 | 155 | 224 | 37 | 32 | 0 | 52 | 347 | 22 | 61 |
| Binary | 1100110 | 1101101 | 10010100 | 11111 | 11010 | 0 | 101010 | 11100111 | 10010 | 110001 |
Color Harmonies of #666D94
Complementary color
Monochromatic Colors of #666D94
Black with #666D94
Text Example
Text Example
White with #666D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D94; }
p { color: rgb(102,109,148); }
H1.HeaderClassName
{
color: #666D94;
}
.AnyTagClassName
{
color: #666D94;
}
</style>
background-color css
<style>
a { background-color: #666D94; }
a { background-color: rgb(102,109,148); }
div.DivClassName
{
background-color: #666D94;
}
.BgClassName
{
background-color: #666D94;
}
</style>
border-color css
<style>
span { border-color: #666D94; }
span { border-color: rgb(102,109,148); }
td.TdClassName
{
border-color: #666D94;
}
.TagClassName
{
border-color: #666D94;
}
</style>