Shades of Waikawa Grey #606C85
Tints of Waikawa Grey #606C85
RGB
CMYK
RGB Variations
Color information
#606C85 (or 0x606C85) is known color: Waikawa Grey. HEX triplet: 60, 6C and 85. RGB value is (96,108,133). Sum of RGB (Red+Green+Blue) = 96+108+133=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #606C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C85 is #9F937A. Grayscale: #6B6B6B. Windows color (decimal): -10457979 or 8744032. OLE color: 8744032.
HSL color Cylindrical-coordinate representation of color #606C85: hue angle of 220.54º 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 #606C85 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 108 | 133 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.48 |
| HSL | 220.54º | 0.16% | 0.45% | - |
| HSV(B) | 220.54º | 0.28% | 0.52% | - |
| XYZ | 14.42 | 14.91 | 24.31 | - |
| YUV | 107.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 133 | 0.28 | 0.19 | 0 | 0.48 | 220.54 | 0.16 | 0.45 |
| Hex | 60 | 6C | 85 | 1C | 13 | 0 | 30 | DD | 10 | 2D |
| Octal | 140 | 154 | 205 | 34 | 23 | 0 | 60 | 335 | 20 | 55 |
| Binary | 1100000 | 1101100 | 10000101 | 11100 | 10011 | 0 | 110000 | 11011101 | 10000 | 101101 |
Color Harmonies of #606C85
Complementary color
Monochromatic Colors of #606C85
Black with #606C85
Text Example
Text Example
White with #606C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C85; }
p { color: rgb(96,108,133); }
H1.HeaderClassName
{
color: #606C85;
}
.AnyTagClassName
{
color: #606C85;
}
</style>
background-color css
<style>
a { background-color: #606C85; }
a { background-color: rgb(96,108,133); }
div.DivClassName
{
background-color: #606C85;
}
.BgClassName
{
background-color: #606C85;
}
</style>
border-color css
<style>
span { border-color: #606C85; }
span { border-color: rgb(96,108,133); }
td.TdClassName
{
border-color: #606C85;
}
.TagClassName
{
border-color: #606C85;
}
</style>