Shades of Waikawa Grey #606A85
Tints of Waikawa Grey #606A85
RGB
CMYK
RGB Variations
Color information
#606A85 (or 0x606A85) is known color: Waikawa Grey. HEX triplet: 60, 6A and 85. RGB value is (96,106,133). Sum of RGB (Red+Green+Blue) = 96+106+133=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #606A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A85 is #9F957A. Grayscale: #696969. Windows color (decimal): -10458491 or 8743520. OLE color: 8743520.
HSL color Cylindrical-coordinate representation of color #606A85: hue angle of 223.78º 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 #606A85 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 106 | 133 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.48 |
| HSL | 223.78º | 0.16% | 0.45% | - |
| HSV(B) | 223.78º | 0.28% | 0.52% | - |
| XYZ | 14.21 | 14.49 | 24.24 | - |
| YUV | 106.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 133 | 0.28 | 0.20 | 0 | 0.48 | 223.78 | 0.16 | 0.45 |
| Hex | 60 | 6A | 85 | 1C | 14 | 0 | 30 | E0 | 10 | 2D |
| Octal | 140 | 152 | 205 | 34 | 24 | 0 | 60 | 340 | 20 | 55 |
| Binary | 1100000 | 1101010 | 10000101 | 11100 | 10100 | 0 | 110000 | 11100000 | 10000 | 101101 |
Color Harmonies of #606A85
Complementary color
Monochromatic Colors of #606A85
Black with #606A85
Text Example
Text Example
White with #606A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A85; }
p { color: rgb(96,106,133); }
H1.HeaderClassName
{
color: #606A85;
}
.AnyTagClassName
{
color: #606A85;
}
</style>
background-color css
<style>
a { background-color: #606A85; }
a { background-color: rgb(96,106,133); }
div.DivClassName
{
background-color: #606A85;
}
.BgClassName
{
background-color: #606A85;
}
</style>
border-color css
<style>
span { border-color: #606A85; }
span { border-color: rgb(96,106,133); }
td.TdClassName
{
border-color: #606A85;
}
.TagClassName
{
border-color: #606A85;
}
</style>