Shades of Patina #6E9284
Tints of Patina #6E9284
RGB
CMYK
RGB Variations
Color information
#6E9284 (or 0x6E9284) is known color: Patina. HEX triplet: 6E, 92 and 84. RGB value is (110,146,132). Sum of RGB (Red+Green+Blue) = 110+146+132=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9284 is #916D7B. Grayscale: #858585. Windows color (decimal): -9530748 or 8688238. OLE color: 8688238.
HSL color Cylindrical-coordinate representation of color #6E9284: hue angle of 156.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 #6E9284 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 132 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.43 |
| HSL | 156.67º | 0.14% | 0.5% | - |
| HSV(B) | 156.67º | 0.25% | 0.57% | - |
| XYZ | 20.87 | 25.54 | 25.66 | - |
| YUV | 133.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 132 | 0.25 | 0 | 0.10 | 0.43 | 156.67 | 0.14 | 0.5 |
| Hex | 6E | 92 | 84 | 19 | 0 | A | 2B | 9D | E | 32 |
| Octal | 156 | 222 | 204 | 31 | 0 | 12 | 53 | 235 | 16 | 62 |
| Binary | 1101110 | 10010010 | 10000100 | 11001 | 0 | 1010 | 101011 | 10011101 | 1110 | 110010 |
Color Harmonies of #6E9284
Complementary color
Monochromatic Colors of #6E9284
Black with #6E9284
Text Example
Text Example
White with #6E9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9284; }
p { color: rgb(110,146,132); }
H1.HeaderClassName
{
color: #6E9284;
}
.AnyTagClassName
{
color: #6E9284;
}
</style>
background-color css
<style>
a { background-color: #6E9284; }
a { background-color: rgb(110,146,132); }
div.DivClassName
{
background-color: #6E9284;
}
.BgClassName
{
background-color: #6E9284;
}
</style>
border-color css
<style>
span { border-color: #6E9284; }
span { border-color: rgb(110,146,132); }
td.TdClassName
{
border-color: #6E9284;
}
.TagClassName
{
border-color: #6E9284;
}
</style>