Shades of Waikawa Grey #606885
Tints of Waikawa Grey #606885
RGB
CMYK
RGB Variations
Color information
#606885 (or 0x606885) is known color: Waikawa Grey. HEX triplet: 60, 68 and 85. RGB value is (96,104,133). Sum of RGB (Red+Green+Blue) = 96+104+133=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #606885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606885 is #9F977A. Grayscale: #686868. Windows color (decimal): -10459003 or 8743008. OLE color: 8743008.
HSL color Cylindrical-coordinate representation of color #606885: hue angle of 227.03º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606885 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 104 | 133 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.48 |
| HSL | 227.03º | 0.16% | 0.45% | - |
| HSV(B) | 227.03º | 0.28% | 0.52% | - |
| XYZ | 14.01 | 14.08 | 24.17 | - |
| YUV | 104.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 133 | 0.28 | 0.22 | 0 | 0.48 | 227.03 | 0.16 | 0.45 |
| Hex | 60 | 68 | 85 | 1C | 16 | 0 | 30 | E3 | 10 | 2D |
| Octal | 140 | 150 | 205 | 34 | 26 | 0 | 60 | 343 | 20 | 55 |
| Binary | 1100000 | 1101000 | 10000101 | 11100 | 10110 | 0 | 110000 | 11100011 | 10000 | 101101 |
Color Harmonies of #606885
Complementary color
Monochromatic Colors of #606885
Black with #606885
Text Example
Text Example
White with #606885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606885; }
p { color: rgb(96,104,133); }
H1.HeaderClassName
{
color: #606885;
}
.AnyTagClassName
{
color: #606885;
}
</style>
background-color css
<style>
a { background-color: #606885; }
a { background-color: rgb(96,104,133); }
div.DivClassName
{
background-color: #606885;
}
.BgClassName
{
background-color: #606885;
}
</style>
border-color css
<style>
span { border-color: #606885; }
span { border-color: rgb(96,104,133); }
td.TdClassName
{
border-color: #606885;
}
.TagClassName
{
border-color: #606885;
}
</style>