Shades of Patina #6C897D
Tints of Patina #6C897D
RGB
CMYK
RGB Variations
Color information
#6C897D (or 0x6C897D) is known color: Patina. HEX triplet: 6C, 89 and 7D. RGB value is (108,137,125). Sum of RGB (Red+Green+Blue) = 108+137+125=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #6C897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C897D is #937682. Grayscale: #7E7E7E. Windows color (decimal): -9664131 or 8227180. OLE color: 8227180.
HSL color Cylindrical-coordinate representation of color #6C897D: hue angle of 155.17º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C897D is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 125 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.46 |
| HSL | 155.17º | 0.12% | 0.48% | - |
| HSV(B) | 155.17º | 0.21% | 0.54% | - |
| XYZ | 18.83 | 22.56 | 22.76 | - |
| YUV | 126.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 125 | 0.21 | 0 | 0.09 | 0.46 | 155.17 | 0.12 | 0.48 |
| Hex | 6C | 89 | 7D | 15 | 0 | 9 | 2E | 9B | C | 30 |
| Octal | 154 | 211 | 175 | 25 | 0 | 11 | 56 | 233 | 14 | 60 |
| Binary | 1101100 | 10001001 | 1111101 | 10101 | 0 | 1001 | 101110 | 10011011 | 1100 | 110000 |
Color Harmonies of #6C897D
Complementary color
Monochromatic Colors of #6C897D
Black with #6C897D
Text Example
Text Example
White with #6C897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C897D; }
p { color: rgb(108,137,125); }
H1.HeaderClassName
{
color: #6C897D;
}
.AnyTagClassName
{
color: #6C897D;
}
</style>
background-color css
<style>
a { background-color: #6C897D; }
a { background-color: rgb(108,137,125); }
div.DivClassName
{
background-color: #6C897D;
}
.BgClassName
{
background-color: #6C897D;
}
</style>
border-color css
<style>
span { border-color: #6C897D; }
span { border-color: rgb(108,137,125); }
td.TdClassName
{
border-color: #6C897D;
}
.TagClassName
{
border-color: #6C897D;
}
</style>