Shades of Waikawa Grey #666D8A
Tints of Waikawa Grey #666D8A
RGB
CMYK
RGB Variations
Color information
#666D8A (or 0x666D8A) is known color: Waikawa Grey. HEX triplet: 66, 6D and 8A. RGB value is (102,109,138). Sum of RGB (Red+Green+Blue) = 102+109+138=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #666D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D8A is #999275. Grayscale: #6E6E6E. Windows color (decimal): -10064502 or 9071974. OLE color: 9071974.
HSL color Cylindrical-coordinate representation of color #666D8A: hue angle of 228.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666D8A is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 109 | 138 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.46 |
| HSL | 228.33º | 0.15% | 0.47% | - |
| HSV(B) | 228.33º | 0.26% | 0.54% | - |
| XYZ | 15.54 | 15.6 | 26.24 | - |
| YUV | 110.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 138 | 0.26 | 0.21 | 0 | 0.46 | 228.33 | 0.15 | 0.47 |
| Hex | 66 | 6D | 8A | 1A | 15 | 0 | 2E | E4 | F | 2F |
| Octal | 146 | 155 | 212 | 32 | 25 | 0 | 56 | 344 | 17 | 57 |
| Binary | 1100110 | 1101101 | 10001010 | 11010 | 10101 | 0 | 101110 | 11100100 | 1111 | 101111 |
Color Harmonies of #666D8A
Complementary color
Monochromatic Colors of #666D8A
Black with #666D8A
Text Example
Text Example
White with #666D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D8A; }
p { color: rgb(102,109,138); }
H1.HeaderClassName
{
color: #666D8A;
}
.AnyTagClassName
{
color: #666D8A;
}
</style>
background-color css
<style>
a { background-color: #666D8A; }
a { background-color: rgb(102,109,138); }
div.DivClassName
{
background-color: #666D8A;
}
.BgClassName
{
background-color: #666D8A;
}
</style>
border-color css
<style>
span { border-color: #666D8A; }
span { border-color: rgb(102,109,138); }
td.TdClassName
{
border-color: #666D8A;
}
.TagClassName
{
border-color: #666D8A;
}
</style>