Shades of Patina #6D9485
Tints of Patina #6D9485
RGB
CMYK
RGB Variations
Color information
#6D9485 (or 0x6D9485) is known color: Patina. HEX triplet: 6D, 94 and 85. RGB value is (109,148,133). Sum of RGB (Red+Green+Blue) = 109+148+133=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9485 is #926B7A. Grayscale: #868686. Windows color (decimal): -9595771 or 8754285. OLE color: 8754285.
HSL color Cylindrical-coordinate representation of color #6D9485: hue angle of 156.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D9485 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 133 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.42 |
| HSL | 156.92º | 0.15% | 0.5% | - |
| HSV(B) | 156.92º | 0.26% | 0.58% | - |
| XYZ | 21.13 | 26.12 | 26.12 | - |
| YUV | 134.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 133 | 0.26 | 0 | 0.10 | 0.42 | 156.92 | 0.15 | 0.5 |
| Hex | 6D | 94 | 85 | 1A | 0 | A | 2A | 9D | F | 32 |
| Octal | 155 | 224 | 205 | 32 | 0 | 12 | 52 | 235 | 17 | 62 |
| Binary | 1101101 | 10010100 | 10000101 | 11010 | 0 | 1010 | 101010 | 10011101 | 1111 | 110010 |
Color Harmonies of #6D9485
Complementary color
Monochromatic Colors of #6D9485
Black with #6D9485
Text Example
Text Example
White with #6D9485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9485; }
p { color: rgb(109,148,133); }
H1.HeaderClassName
{
color: #6D9485;
}
.AnyTagClassName
{
color: #6D9485;
}
</style>
background-color css
<style>
a { background-color: #6D9485; }
a { background-color: rgb(109,148,133); }
div.DivClassName
{
background-color: #6D9485;
}
.BgClassName
{
background-color: #6D9485;
}
</style>
border-color css
<style>
span { border-color: #6D9485; }
span { border-color: rgb(109,148,133); }
td.TdClassName
{
border-color: #6D9485;
}
.TagClassName
{
border-color: #6D9485;
}
</style>