Shades of Patina #6D9B88
Tints of Patina #6D9B88
RGB
CMYK
RGB Variations
Color information
#6D9B88 (or 0x6D9B88) is known color: Patina. HEX triplet: 6D, 9B and 88. RGB value is (109,155,136). Sum of RGB (Red+Green+Blue) = 109+155+136=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9B88 is #926477. Grayscale: #8B8B8B. Windows color (decimal): -9593976 or 8952685. OLE color: 8952685.
HSL color Cylindrical-coordinate representation of color #6D9B88: hue angle of 155.22º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9B88 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 155 | 136 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.39 |
| HSL | 155.22º | 0.19% | 0.52% | - |
| HSV(B) | 155.22º | 0.3% | 0.61% | - |
| XYZ | 22.47 | 28.47 | 27.6 | - |
| YUV | 139.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 136 | 0.30 | 0 | 0.12 | 0.39 | 155.22 | 0.19 | 0.52 |
| Hex | 6D | 9B | 88 | 1E | 0 | C | 27 | 9B | 13 | 34 |
| Octal | 155 | 233 | 210 | 36 | 0 | 14 | 47 | 233 | 23 | 64 |
| Binary | 1101101 | 10011011 | 10001000 | 11110 | 0 | 1100 | 100111 | 10011011 | 10011 | 110100 |
Color Harmonies of #6D9B88
Complementary color
Monochromatic Colors of #6D9B88
Black with #6D9B88
Text Example
Text Example
White with #6D9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9B88; }
p { color: rgb(109,155,136); }
H1.HeaderClassName
{
color: #6D9B88;
}
.AnyTagClassName
{
color: #6D9B88;
}
</style>
background-color css
<style>
a { background-color: #6D9B88; }
a { background-color: rgb(109,155,136); }
div.DivClassName
{
background-color: #6D9B88;
}
.BgClassName
{
background-color: #6D9B88;
}
</style>
border-color css
<style>
span { border-color: #6D9B88; }
span { border-color: rgb(109,155,136); }
td.TdClassName
{
border-color: #6D9B88;
}
.TagClassName
{
border-color: #6D9B88;
}
</style>