Shades of Waikawa Grey #606FA1
Tints of Waikawa Grey #606FA1
RGB
CMYK
RGB Variations
Color information
#606FA1 (or 0x606FA1) is known color: Waikawa Grey. HEX triplet: 60, 6F and A1. RGB value is (96,111,161). Sum of RGB (Red+Green+Blue) = 96+111+161=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 161 - color contains mainly: blue. Hex color #606FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606FA1 is #9F905E. Grayscale: #707070. Windows color (decimal): -10457183 or 10579808. OLE color: 10579808.
HSL color Cylindrical-coordinate representation of color #606FA1: hue angle of 226.15º 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 #606FA1 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 111 | 161 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.37 |
| HSL | 226.15º | 0.26% | 0.5% | - |
| HSV(B) | 226.15º | 0.4% | 0.63% | - |
| XYZ | 16.94 | 16.43 | 36 | - |
| YUV | 112.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 161 | 0.40 | 0.31 | 0 | 0.37 | 226.15 | 0.26 | 0.5 |
| Hex | 60 | 6F | A1 | 28 | 1F | 0 | 25 | E2 | 1A | 32 |
| Octal | 140 | 157 | 241 | 50 | 37 | 0 | 45 | 342 | 32 | 62 |
| Binary | 1100000 | 1101111 | 10100001 | 101000 | 11111 | 0 | 100101 | 11100010 | 11010 | 110010 |
Color Harmonies of #606FA1
Complementary color
Monochromatic Colors of #606FA1
Black with #606FA1
Text Example
Text Example
White with #606FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FA1; }
p { color: rgb(96,111,161); }
H1.HeaderClassName
{
color: #606FA1;
}
.AnyTagClassName
{
color: #606FA1;
}
</style>
background-color css
<style>
a { background-color: #606FA1; }
a { background-color: rgb(96,111,161); }
div.DivClassName
{
background-color: #606FA1;
}
.BgClassName
{
background-color: #606FA1;
}
</style>
border-color css
<style>
span { border-color: #606FA1; }
span { border-color: rgb(96,111,161); }
td.TdClassName
{
border-color: #606FA1;
}
.TagClassName
{
border-color: #606FA1;
}
</style>