Shades of Waikawa Grey #606D85
Tints of Waikawa Grey #606D85
RGB
CMYK
RGB Variations
Color information
#606D85 (or 0x606D85) is known color: Waikawa Grey. HEX triplet: 60, 6D and 85. RGB value is (96,109,133). Sum of RGB (Red+Green+Blue) = 96+109+133=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #606D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606D85 is #9F927A. Grayscale: #6B6B6B. Windows color (decimal): -10457723 or 8744288. OLE color: 8744288.
HSL color Cylindrical-coordinate representation of color #606D85: hue angle of 218.92º 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 #606D85 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 109 | 133 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.48 |
| HSL | 218.92º | 0.16% | 0.45% | - |
| HSV(B) | 218.92º | 0.28% | 0.52% | - |
| XYZ | 14.53 | 15.12 | 24.34 | - |
| YUV | 107.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 133 | 0.28 | 0.18 | 0 | 0.48 | 218.92 | 0.16 | 0.45 |
| Hex | 60 | 6D | 85 | 1C | 12 | 0 | 30 | DB | 10 | 2D |
| Octal | 140 | 155 | 205 | 34 | 22 | 0 | 60 | 333 | 20 | 55 |
| Binary | 1100000 | 1101101 | 10000101 | 11100 | 10010 | 0 | 110000 | 11011011 | 10000 | 101101 |
Color Harmonies of #606D85
Complementary color
Monochromatic Colors of #606D85
Black with #606D85
Text Example
Text Example
White with #606D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D85; }
p { color: rgb(96,109,133); }
H1.HeaderClassName
{
color: #606D85;
}
.AnyTagClassName
{
color: #606D85;
}
</style>
background-color css
<style>
a { background-color: #606D85; }
a { background-color: rgb(96,109,133); }
div.DivClassName
{
background-color: #606D85;
}
.BgClassName
{
background-color: #606D85;
}
</style>
border-color css
<style>
span { border-color: #606D85; }
span { border-color: rgb(96,109,133); }
td.TdClassName
{
border-color: #606D85;
}
.TagClassName
{
border-color: #606D85;
}
</style>