Shades of Patina #619B8D
Tints of Patina #619B8D
RGB
CMYK
RGB Variations
Color information
#619B8D (or 0x619B8D) is known color: Patina. HEX triplet: 61, 9B and 8D. RGB value is (97,155,141). Sum of RGB (Red+Green+Blue) = 97+155+141=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #619B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B8D is #9E6472. Grayscale: #888888. Windows color (decimal): -10380403 or 9280353. OLE color: 9280353.
HSL color Cylindrical-coordinate representation of color #619B8D: hue angle of 165.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B8D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 141 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.39 |
| HSL | 165.52º | 0.23% | 0.49% | - |
| HSV(B) | 165.52º | 0.37% | 0.61% | - |
| XYZ | 21.46 | 27.91 | 29.45 | - |
| YUV | 136.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 141 | 0.37 | 0 | 0.09 | 0.39 | 165.52 | 0.23 | 0.49 |
| Hex | 61 | 9B | 8D | 25 | 0 | 9 | 27 | A6 | 17 | 31 |
| Octal | 141 | 233 | 215 | 45 | 0 | 11 | 47 | 246 | 27 | 61 |
| Binary | 1100001 | 10011011 | 10001101 | 100101 | 0 | 1001 | 100111 | 10100110 | 10111 | 110001 |
Color Harmonies of #619B8D
Complementary color
Monochromatic Colors of #619B8D
Black with #619B8D
Text Example
Text Example
White with #619B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B8D; }
p { color: rgb(97,155,141); }
H1.HeaderClassName
{
color: #619B8D;
}
.AnyTagClassName
{
color: #619B8D;
}
</style>
background-color css
<style>
a { background-color: #619B8D; }
a { background-color: rgb(97,155,141); }
div.DivClassName
{
background-color: #619B8D;
}
.BgClassName
{
background-color: #619B8D;
}
</style>
border-color css
<style>
span { border-color: #619B8D; }
span { border-color: rgb(97,155,141); }
td.TdClassName
{
border-color: #619B8D;
}
.TagClassName
{
border-color: #619B8D;
}
</style>