Shades of Patina #6D9689
Tints of Patina #6D9689
RGB
CMYK
RGB Variations
Color information
#6D9689 (or 0x6D9689) is known color: Patina. HEX triplet: 6D, 96 and 89. RGB value is (109,150,137). Sum of RGB (Red+Green+Blue) = 109+150+137=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #6D9689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9689 is #926976. Grayscale: #888888. Windows color (decimal): -9595255 or 9016941. OLE color: 9016941.
HSL color Cylindrical-coordinate representation of color #6D9689: hue angle of 160.98º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D9689 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 137 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.41 |
| HSL | 160.98º | 0.16% | 0.51% | - |
| HSV(B) | 160.98º | 0.27% | 0.59% | - |
| XYZ | 21.73 | 26.87 | 27.71 | - |
| YUV | 136.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 137 | 0.27 | 0 | 0.09 | 0.41 | 160.98 | 0.16 | 0.51 |
| Hex | 6D | 96 | 89 | 1B | 0 | 9 | 29 | A1 | 10 | 33 |
| Octal | 155 | 226 | 211 | 33 | 0 | 11 | 51 | 241 | 20 | 63 |
| Binary | 1101101 | 10010110 | 10001001 | 11011 | 0 | 1001 | 101001 | 10100001 | 10000 | 110011 |
Color Harmonies of #6D9689
Complementary color
Monochromatic Colors of #6D9689
Black with #6D9689
Text Example
Text Example
White with #6D9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9689; }
p { color: rgb(109,150,137); }
H1.HeaderClassName
{
color: #6D9689;
}
.AnyTagClassName
{
color: #6D9689;
}
</style>
background-color css
<style>
a { background-color: #6D9689; }
a { background-color: rgb(109,150,137); }
div.DivClassName
{
background-color: #6D9689;
}
.BgClassName
{
background-color: #6D9689;
}
</style>
border-color css
<style>
span { border-color: #6D9689; }
span { border-color: rgb(109,150,137); }
td.TdClassName
{
border-color: #6D9689;
}
.TagClassName
{
border-color: #6D9689;
}
</style>