Shades of Patina #6E9A83
Tints of Patina #6E9A83
RGB
CMYK
RGB Variations
Color information
#6E9A83 (or 0x6E9A83) is known color: Patina. HEX triplet: 6E, 9A and 83. RGB value is (110,154,131). Sum of RGB (Red+Green+Blue) = 110+154+131=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #6E9A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9A83 is #91657C. Grayscale: #8A8A8A. Windows color (decimal): -9528701 or 8624750. OLE color: 8624750.
HSL color Cylindrical-coordinate representation of color #6E9A83: hue angle of 148.64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9A83 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 154 | 131 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.40 |
| HSL | 148.64º | 0.18% | 0.52% | - |
| HSV(B) | 148.64º | 0.29% | 0.6% | - |
| XYZ | 22.08 | 28.06 | 25.73 | - |
| YUV | 138.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 154 | 131 | 0.29 | 0 | 0.15 | 0.40 | 148.64 | 0.18 | 0.52 |
| Hex | 6E | 9A | 83 | 1D | 0 | F | 28 | 95 | 12 | 34 |
| Octal | 156 | 232 | 203 | 35 | 0 | 17 | 50 | 225 | 22 | 64 |
| Binary | 1101110 | 10011010 | 10000011 | 11101 | 0 | 1111 | 101000 | 10010101 | 10010 | 110100 |
Color Harmonies of #6E9A83
Complementary color
Monochromatic Colors of #6E9A83
Black with #6E9A83
Text Example
Text Example
White with #6E9A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9A83; }
p { color: rgb(110,154,131); }
H1.HeaderClassName
{
color: #6E9A83;
}
.AnyTagClassName
{
color: #6E9A83;
}
</style>
background-color css
<style>
a { background-color: #6E9A83; }
a { background-color: rgb(110,154,131); }
div.DivClassName
{
background-color: #6E9A83;
}
.BgClassName
{
background-color: #6E9A83;
}
</style>
border-color css
<style>
span { border-color: #6E9A83; }
span { border-color: rgb(110,154,131); }
td.TdClassName
{
border-color: #6E9A83;
}
.TagClassName
{
border-color: #6E9A83;
}
</style>