Shades of Patina #6D897B
Tints of Patina #6D897B
RGB
CMYK
RGB Variations
Color information
#6D897B (or 0x6D897B) is known color: Patina. HEX triplet: 6D, 89 and 7B. RGB value is (109,137,123). Sum of RGB (Red+Green+Blue) = 109+137+123=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #6D897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D897B is #927684. Grayscale: #7F7F7F. Windows color (decimal): -9598597 or 8096109. OLE color: 8096109.
HSL color Cylindrical-coordinate representation of color #6D897B: hue angle of 150º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D897B is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 123 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.46 |
| HSL | 150º | 0.11% | 0.48% | - |
| HSV(B) | 150º | 0.2% | 0.54% | - |
| XYZ | 18.83 | 22.57 | 22.1 | - |
| YUV | 127.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 123 | 0.20 | 0 | 0.10 | 0.46 | 150 | 0.11 | 0.48 |
| Hex | 6D | 89 | 7B | 14 | 0 | A | 2E | 96 | B | 30 |
| Octal | 155 | 211 | 173 | 24 | 0 | 12 | 56 | 226 | 13 | 60 |
| Binary | 1101101 | 10001001 | 1111011 | 10100 | 0 | 1010 | 101110 | 10010110 | 1011 | 110000 |
Color Harmonies of #6D897B
Complementary color
Monochromatic Colors of #6D897B
Black with #6D897B
Text Example
Text Example
White with #6D897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D897B; }
p { color: rgb(109,137,123); }
H1.HeaderClassName
{
color: #6D897B;
}
.AnyTagClassName
{
color: #6D897B;
}
</style>
background-color css
<style>
a { background-color: #6D897B; }
a { background-color: rgb(109,137,123); }
div.DivClassName
{
background-color: #6D897B;
}
.BgClassName
{
background-color: #6D897B;
}
</style>
border-color css
<style>
span { border-color: #6D897B; }
span { border-color: rgb(109,137,123); }
td.TdClassName
{
border-color: #6D897B;
}
.TagClassName
{
border-color: #6D897B;
}
</style>