Shades of Patina #609884
Tints of Patina #609884
RGB
CMYK
RGB Variations
Color information
#609884 (or 0x609884) is known color: Patina. HEX triplet: 60, 98 and 84. RGB value is (96,152,132). Sum of RGB (Red+Green+Blue) = 96+152+132=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #609884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609884 is #9F677B. Grayscale: #858585. Windows color (decimal): -10446716 or 8689760. OLE color: 8689760.
HSL color Cylindrical-coordinate representation of color #609884: hue angle of 158.57º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609884 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 132 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.40 |
| HSL | 158.57º | 0.23% | 0.49% | - |
| HSV(B) | 158.57º | 0.37% | 0.6% | - |
| XYZ | 20.22 | 26.61 | 25.9 | - |
| YUV | 132.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 132 | 0.37 | 0 | 0.13 | 0.40 | 158.57 | 0.23 | 0.49 |
| Hex | 60 | 98 | 84 | 25 | 0 | D | 28 | 9F | 17 | 31 |
| Octal | 140 | 230 | 204 | 45 | 0 | 15 | 50 | 237 | 27 | 61 |
| Binary | 1100000 | 10011000 | 10000100 | 100101 | 0 | 1101 | 101000 | 10011111 | 10111 | 110001 |
Color Harmonies of #609884
Complementary color
Monochromatic Colors of #609884
Black with #609884
Text Example
Text Example
White with #609884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609884; }
p { color: rgb(96,152,132); }
H1.HeaderClassName
{
color: #609884;
}
.AnyTagClassName
{
color: #609884;
}
</style>
background-color css
<style>
a { background-color: #609884; }
a { background-color: rgb(96,152,132); }
div.DivClassName
{
background-color: #609884;
}
.BgClassName
{
background-color: #609884;
}
</style>
border-color css
<style>
span { border-color: #609884; }
span { border-color: rgb(96,152,132); }
td.TdClassName
{
border-color: #609884;
}
.TagClassName
{
border-color: #609884;
}
</style>