Shades of Patina #628F87
Tints of Patina #628F87
RGB
CMYK
RGB Variations
Color information
#628F87 (or 0x628F87) is known color: Patina. HEX triplet: 62, 8F and 87. RGB value is (98,143,135). Sum of RGB (Red+Green+Blue) = 98+143+135=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #628F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F87 is #9D7078. Grayscale: #808080. Windows color (decimal): -10317945 or 8884066. OLE color: 8884066.
HSL color Cylindrical-coordinate representation of color #628F87: hue angle of 169.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628F87 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 135 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.44 |
| HSL | 169.33º | 0.19% | 0.47% | - |
| HSV(B) | 169.33º | 0.31% | 0.56% | - |
| XYZ | 19.23 | 23.99 | 26.54 | - |
| YUV | 128.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 135 | 0.31 | 0 | 0.06 | 0.44 | 169.33 | 0.19 | 0.47 |
| Hex | 62 | 8F | 87 | 1F | 0 | 6 | 2C | A9 | 13 | 2F |
| Octal | 142 | 217 | 207 | 37 | 0 | 6 | 54 | 251 | 23 | 57 |
| Binary | 1100010 | 10001111 | 10000111 | 11111 | 0 | 110 | 101100 | 10101001 | 10011 | 101111 |
Color Harmonies of #628F87
Complementary color
Monochromatic Colors of #628F87
Black with #628F87
Text Example
Text Example
White with #628F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F87; }
p { color: rgb(98,143,135); }
H1.HeaderClassName
{
color: #628F87;
}
.AnyTagClassName
{
color: #628F87;
}
</style>
background-color css
<style>
a { background-color: #628F87; }
a { background-color: rgb(98,143,135); }
div.DivClassName
{
background-color: #628F87;
}
.BgClassName
{
background-color: #628F87;
}
</style>
border-color css
<style>
span { border-color: #628F87; }
span { border-color: rgb(98,143,135); }
td.TdClassName
{
border-color: #628F87;
}
.TagClassName
{
border-color: #628F87;
}
</style>