Shades of Patina #6E9287
Tints of Patina #6E9287
RGB
CMYK
RGB Variations
Color information
#6E9287 (or 0x6E9287) is known color: Patina. HEX triplet: 6E, 92 and 87. RGB value is (110,146,135). Sum of RGB (Red+Green+Blue) = 110+146+135=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9287 is #916D78. Grayscale: #858585. Windows color (decimal): -9530745 or 8884846. OLE color: 8884846.
HSL color Cylindrical-coordinate representation of color #6E9287: hue angle of 161.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9287 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 135 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.43 |
| HSL | 161.67º | 0.14% | 0.5% | - |
| HSV(B) | 161.67º | 0.25% | 0.57% | - |
| XYZ | 21.08 | 25.62 | 26.76 | - |
| YUV | 133.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 135 | 0.25 | 0 | 0.08 | 0.43 | 161.67 | 0.14 | 0.5 |
| Hex | 6E | 92 | 87 | 19 | 0 | 8 | 2B | A2 | E | 32 |
| Octal | 156 | 222 | 207 | 31 | 0 | 10 | 53 | 242 | 16 | 62 |
| Binary | 1101110 | 10010010 | 10000111 | 11001 | 0 | 1000 | 101011 | 10100010 | 1110 | 110010 |
Color Harmonies of #6E9287
Complementary color
Monochromatic Colors of #6E9287
Black with #6E9287
Text Example
Text Example
White with #6E9287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9287; }
p { color: rgb(110,146,135); }
H1.HeaderClassName
{
color: #6E9287;
}
.AnyTagClassName
{
color: #6E9287;
}
</style>
background-color css
<style>
a { background-color: #6E9287; }
a { background-color: rgb(110,146,135); }
div.DivClassName
{
background-color: #6E9287;
}
.BgClassName
{
background-color: #6E9287;
}
</style>
border-color css
<style>
span { border-color: #6E9287; }
span { border-color: rgb(110,146,135); }
td.TdClassName
{
border-color: #6E9287;
}
.TagClassName
{
border-color: #6E9287;
}
</style>