Shades of Patina #6D8880
Tints of Patina #6D8880
RGB
CMYK
RGB Variations
Color information
#6D8880 (or 0x6D8880) is known color: Patina. HEX triplet: 6D, 88 and 80. RGB value is (109,136,128). Sum of RGB (Red+Green+Blue) = 109+136+128=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8880 is #92777F. Grayscale: #7F7F7F. Windows color (decimal): -9598848 or 8423533. OLE color: 8423533.
HSL color Cylindrical-coordinate representation of color #6D8880: hue angle of 162.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D8880 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 128 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.47 |
| HSL | 162.22º | 0.11% | 0.48% | - |
| HSV(B) | 162.22º | 0.2% | 0.53% | - |
| XYZ | 19.01 | 22.42 | 23.75 | - |
| YUV | 127.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 128 | 0.20 | 0 | 0.06 | 0.47 | 162.22 | 0.11 | 0.48 |
| Hex | 6D | 88 | 80 | 14 | 0 | 6 | 2F | A2 | B | 30 |
| Octal | 155 | 210 | 200 | 24 | 0 | 6 | 57 | 242 | 13 | 60 |
| Binary | 1101101 | 10001000 | 10000000 | 10100 | 0 | 110 | 101111 | 10100010 | 1011 | 110000 |
Color Harmonies of #6D8880
Complementary color
Monochromatic Colors of #6D8880
Black with #6D8880
Text Example
Text Example
White with #6D8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8880; }
p { color: rgb(109,136,128); }
H1.HeaderClassName
{
color: #6D8880;
}
.AnyTagClassName
{
color: #6D8880;
}
</style>
background-color css
<style>
a { background-color: #6D8880; }
a { background-color: rgb(109,136,128); }
div.DivClassName
{
background-color: #6D8880;
}
.BgClassName
{
background-color: #6D8880;
}
</style>
border-color css
<style>
span { border-color: #6D8880; }
span { border-color: rgb(109,136,128); }
td.TdClassName
{
border-color: #6D8880;
}
.TagClassName
{
border-color: #6D8880;
}
</style>