Shades of Waikawa Grey #606689
Tints of Waikawa Grey #606689
RGB
CMYK
RGB Variations
Color information
#606689 (or 0x606689) is known color: Waikawa Grey. HEX triplet: 60, 66 and 89. RGB value is (96,102,137). Sum of RGB (Red+Green+Blue) = 96+102+137=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #606689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606689 is #9F9976. Grayscale: #686868. Windows color (decimal): -10459511 or 9004640. OLE color: 9004640.
HSL color Cylindrical-coordinate representation of color #606689: hue angle of 231.22º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606689 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 102 | 137 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.46 |
| HSL | 231.22º | 0.18% | 0.46% | - |
| HSV(B) | 231.22º | 0.3% | 0.54% | - |
| XYZ | 14.09 | 13.8 | 25.59 | - |
| YUV | 104.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 137 | 0.30 | 0.26 | 0 | 0.46 | 231.22 | 0.18 | 0.46 |
| Hex | 60 | 66 | 89 | 1E | 1A | 0 | 2E | E7 | 12 | 2E |
| Octal | 140 | 146 | 211 | 36 | 32 | 0 | 56 | 347 | 22 | 56 |
| Binary | 1100000 | 1100110 | 10001001 | 11110 | 11010 | 0 | 101110 | 11100111 | 10010 | 101110 |
Color Harmonies of #606689
Complementary color
Monochromatic Colors of #606689
Black with #606689
Text Example
Text Example
White with #606689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606689; }
p { color: rgb(96,102,137); }
H1.HeaderClassName
{
color: #606689;
}
.AnyTagClassName
{
color: #606689;
}
</style>
background-color css
<style>
a { background-color: #606689; }
a { background-color: rgb(96,102,137); }
div.DivClassName
{
background-color: #606689;
}
.BgClassName
{
background-color: #606689;
}
</style>
border-color css
<style>
span { border-color: #606689; }
span { border-color: rgb(96,102,137); }
td.TdClassName
{
border-color: #606689;
}
.TagClassName
{
border-color: #606689;
}
</style>