Shades of Waikawa Grey #606785
Tints of Waikawa Grey #606785
RGB
CMYK
RGB Variations
Color information
#606785 (or 0x606785) is known color: Waikawa Grey. HEX triplet: 60, 67 and 85. RGB value is (96,103,133). Sum of RGB (Red+Green+Blue) = 96+103+133=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #606785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606785 is #9F987A. Grayscale: #686868. Windows color (decimal): -10459259 or 8742752. OLE color: 8742752.
HSL color Cylindrical-coordinate representation of color #606785: hue angle of 228.65º 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 #606785 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 103 | 133 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.48 |
| HSL | 228.65º | 0.16% | 0.45% | - |
| HSV(B) | 228.65º | 0.28% | 0.52% | - |
| XYZ | 13.91 | 13.88 | 24.14 | - |
| YUV | 104.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 133 | 0.28 | 0.23 | 0 | 0.48 | 228.65 | 0.16 | 0.45 |
| Hex | 60 | 67 | 85 | 1C | 17 | 0 | 30 | E5 | 10 | 2D |
| Octal | 140 | 147 | 205 | 34 | 27 | 0 | 60 | 345 | 20 | 55 |
| Binary | 1100000 | 1100111 | 10000101 | 11100 | 10111 | 0 | 110000 | 11100101 | 10000 | 101101 |
Color Harmonies of #606785
Complementary color
Monochromatic Colors of #606785
Black with #606785
Text Example
Text Example
White with #606785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606785; }
p { color: rgb(96,103,133); }
H1.HeaderClassName
{
color: #606785;
}
.AnyTagClassName
{
color: #606785;
}
</style>
background-color css
<style>
a { background-color: #606785; }
a { background-color: rgb(96,103,133); }
div.DivClassName
{
background-color: #606785;
}
.BgClassName
{
background-color: #606785;
}
</style>
border-color css
<style>
span { border-color: #606785; }
span { border-color: rgb(96,103,133); }
td.TdClassName
{
border-color: #606785;
}
.TagClassName
{
border-color: #606785;
}
</style>