Shades of Waikawa Grey #606D89
Tints of Waikawa Grey #606D89
RGB
CMYK
RGB Variations
Color information
#606D89 (or 0x606D89) is known color: Waikawa Grey. HEX triplet: 60, 6D and 89. RGB value is (96,109,137). Sum of RGB (Red+Green+Blue) = 96+109+137=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #606D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606D89 is #9F9276. Grayscale: #6C6C6C. Windows color (decimal): -10457719 or 9006432. OLE color: 9006432.
HSL color Cylindrical-coordinate representation of color #606D89: hue angle of 220.98º 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 #606D89 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 109 | 137 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.46 |
| HSL | 220.98º | 0.18% | 0.46% | - |
| HSV(B) | 220.98º | 0.3% | 0.54% | - |
| XYZ | 14.81 | 15.23 | 25.83 | - |
| YUV | 108.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 137 | 0.30 | 0.20 | 0 | 0.46 | 220.98 | 0.18 | 0.46 |
| Hex | 60 | 6D | 89 | 1E | 14 | 0 | 2E | DD | 12 | 2E |
| Octal | 140 | 155 | 211 | 36 | 24 | 0 | 56 | 335 | 22 | 56 |
| Binary | 1100000 | 1101101 | 10001001 | 11110 | 10100 | 0 | 101110 | 11011101 | 10010 | 101110 |
Color Harmonies of #606D89
Complementary color
Monochromatic Colors of #606D89
Black with #606D89
Text Example
Text Example
White with #606D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D89; }
p { color: rgb(96,109,137); }
H1.HeaderClassName
{
color: #606D89;
}
.AnyTagClassName
{
color: #606D89;
}
</style>
background-color css
<style>
a { background-color: #606D89; }
a { background-color: rgb(96,109,137); }
div.DivClassName
{
background-color: #606D89;
}
.BgClassName
{
background-color: #606D89;
}
</style>
border-color css
<style>
span { border-color: #606D89; }
span { border-color: rgb(96,109,137); }
td.TdClassName
{
border-color: #606D89;
}
.TagClassName
{
border-color: #606D89;
}
</style>