Shades of Patina #619A8D
Tints of Patina #619A8D
RGB
CMYK
RGB Variations
Color information
#619A8D (or 0x619A8D) is known color: Patina. HEX triplet: 61, 9A and 8D. RGB value is (97,154,141). Sum of RGB (Red+Green+Blue) = 97+154+141=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #619A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A8D is #9E6572. Grayscale: #878787. Windows color (decimal): -10380659 or 9280097. OLE color: 9280097.
HSL color Cylindrical-coordinate representation of color #619A8D: hue angle of 166.32º 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 #619A8D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 141 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.40 |
| HSL | 166.32º | 0.23% | 0.49% | - |
| HSV(B) | 166.32º | 0.37% | 0.6% | - |
| XYZ | 21.29 | 27.58 | 29.4 | - |
| YUV | 135.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 141 | 0.37 | 0 | 0.08 | 0.40 | 166.32 | 0.23 | 0.49 |
| Hex | 61 | 9A | 8D | 25 | 0 | 8 | 28 | A6 | 17 | 31 |
| Octal | 141 | 232 | 215 | 45 | 0 | 10 | 50 | 246 | 27 | 61 |
| Binary | 1100001 | 10011010 | 10001101 | 100101 | 0 | 1000 | 101000 | 10100110 | 10111 | 110001 |
Color Harmonies of #619A8D
Complementary color
Monochromatic Colors of #619A8D
Black with #619A8D
Text Example
Text Example
White with #619A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A8D; }
p { color: rgb(97,154,141); }
H1.HeaderClassName
{
color: #619A8D;
}
.AnyTagClassName
{
color: #619A8D;
}
</style>
background-color css
<style>
a { background-color: #619A8D; }
a { background-color: rgb(97,154,141); }
div.DivClassName
{
background-color: #619A8D;
}
.BgClassName
{
background-color: #619A8D;
}
</style>
border-color css
<style>
span { border-color: #619A8D; }
span { border-color: rgb(97,154,141); }
td.TdClassName
{
border-color: #619A8D;
}
.TagClassName
{
border-color: #619A8D;
}
</style>