Shades of Waikawa Grey #606EA1
Tints of Waikawa Grey #606EA1
RGB
CMYK
RGB Variations
Color information
#606EA1 (or 0x606EA1) is known color: Waikawa Grey. HEX triplet: 60, 6E and A1. RGB value is (96,110,161). Sum of RGB (Red+Green+Blue) = 96+110+161=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #606EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606EA1 is #9F915E. Grayscale: #6F6F6F. Windows color (decimal): -10457439 or 10579552. OLE color: 10579552.
HSL color Cylindrical-coordinate representation of color #606EA1: hue angle of 227.08º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606EA1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 110 | 161 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.37 |
| HSL | 227.08º | 0.26% | 0.5% | - |
| HSV(B) | 227.08º | 0.4% | 0.63% | - |
| XYZ | 16.83 | 16.21 | 35.96 | - |
| YUV | 111.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 161 | 0.40 | 0.32 | 0 | 0.37 | 227.08 | 0.26 | 0.5 |
| Hex | 60 | 6E | A1 | 28 | 20 | 0 | 25 | E3 | 1A | 32 |
| Octal | 140 | 156 | 241 | 50 | 40 | 0 | 45 | 343 | 32 | 62 |
| Binary | 1100000 | 1101110 | 10100001 | 101000 | 100000 | 0 | 100101 | 11100011 | 11010 | 110010 |
Color Harmonies of #606EA1
Complementary color
Monochromatic Colors of #606EA1
Black with #606EA1
Text Example
Text Example
White with #606EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EA1; }
p { color: rgb(96,110,161); }
H1.HeaderClassName
{
color: #606EA1;
}
.AnyTagClassName
{
color: #606EA1;
}
</style>
background-color css
<style>
a { background-color: #606EA1; }
a { background-color: rgb(96,110,161); }
div.DivClassName
{
background-color: #606EA1;
}
.BgClassName
{
background-color: #606EA1;
}
</style>
border-color css
<style>
span { border-color: #606EA1; }
span { border-color: rgb(96,110,161); }
td.TdClassName
{
border-color: #606EA1;
}
.TagClassName
{
border-color: #606EA1;
}
</style>