Shades of Patina #628A84
Tints of Patina #628A84
RGB
CMYK
RGB Variations
Color information
#628A84 (or 0x628A84) is known color: Patina. HEX triplet: 62, 8A and 84. RGB value is (98,138,132). Sum of RGB (Red+Green+Blue) = 98+138+132=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #628A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A84 is #9D757B. Grayscale: #7D7D7D. Windows color (decimal): -10319228 or 8686178. OLE color: 8686178.
HSL color Cylindrical-coordinate representation of color #628A84: hue angle of 171º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628A84 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 132 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.46 |
| HSL | 171º | 0.17% | 0.46% | - |
| HSV(B) | 171º | 0.29% | 0.54% | - |
| XYZ | 18.29 | 22.44 | 25.2 | - |
| YUV | 125.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 132 | 0.29 | 0 | 0.04 | 0.46 | 171 | 0.17 | 0.46 |
| Hex | 62 | 8A | 84 | 1D | 0 | 4 | 2E | AB | 11 | 2E |
| Octal | 142 | 212 | 204 | 35 | 0 | 4 | 56 | 253 | 21 | 56 |
| Binary | 1100010 | 10001010 | 10000100 | 11101 | 0 | 100 | 101110 | 10101011 | 10001 | 101110 |
Color Harmonies of #628A84
Complementary color
Monochromatic Colors of #628A84
Black with #628A84
Text Example
Text Example
White with #628A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A84; }
p { color: rgb(98,138,132); }
H1.HeaderClassName
{
color: #628A84;
}
.AnyTagClassName
{
color: #628A84;
}
</style>
background-color css
<style>
a { background-color: #628A84; }
a { background-color: rgb(98,138,132); }
div.DivClassName
{
background-color: #628A84;
}
.BgClassName
{
background-color: #628A84;
}
</style>
border-color css
<style>
span { border-color: #628A84; }
span { border-color: rgb(98,138,132); }
td.TdClassName
{
border-color: #628A84;
}
.TagClassName
{
border-color: #628A84;
}
</style>