Shades of Patina #608984
Tints of Patina #608984
RGB
CMYK
RGB Variations
Color information
#608984 (or 0x608984) is known color: Patina. HEX triplet: 60, 89 and 84. RGB value is (96,137,132). Sum of RGB (Red+Green+Blue) = 96+137+132=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #608984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608984 is #9F767B. Grayscale: #7C7C7C. Windows color (decimal): -10450556 or 8685920. OLE color: 8685920.
HSL color Cylindrical-coordinate representation of color #608984: hue angle of 172.68º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608984 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 132 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.46 |
| HSL | 172.68º | 0.18% | 0.46% | - |
| HSV(B) | 172.68º | 0.3% | 0.54% | - |
| XYZ | 17.93 | 22.04 | 25.14 | - |
| YUV | 124.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 132 | 0.30 | 0 | 0.04 | 0.46 | 172.68 | 0.18 | 0.46 |
| Hex | 60 | 89 | 84 | 1E | 0 | 4 | 2E | AD | 12 | 2E |
| Octal | 140 | 211 | 204 | 36 | 0 | 4 | 56 | 255 | 22 | 56 |
| Binary | 1100000 | 10001001 | 10000100 | 11110 | 0 | 100 | 101110 | 10101101 | 10010 | 101110 |
Color Harmonies of #608984
Complementary color
Monochromatic Colors of #608984
Black with #608984
Text Example
Text Example
White with #608984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608984; }
p { color: rgb(96,137,132); }
H1.HeaderClassName
{
color: #608984;
}
.AnyTagClassName
{
color: #608984;
}
</style>
background-color css
<style>
a { background-color: #608984; }
a { background-color: rgb(96,137,132); }
div.DivClassName
{
background-color: #608984;
}
.BgClassName
{
background-color: #608984;
}
</style>
border-color css
<style>
span { border-color: #608984; }
span { border-color: rgb(96,137,132); }
td.TdClassName
{
border-color: #608984;
}
.TagClassName
{
border-color: #608984;
}
</style>