Shades of Patina #6E8F81
Tints of Patina #6E8F81
RGB
CMYK
RGB Variations
Color information
#6E8F81 (or 0x6E8F81) is known color: Patina. HEX triplet: 6E, 8F and 81. RGB value is (110,143,129). Sum of RGB (Red+Green+Blue) = 110+143+129=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8F81 is #91707E. Grayscale: #838383. Windows color (decimal): -9531519 or 8490862. OLE color: 8490862.
HSL color Cylindrical-coordinate representation of color #6E8F81: hue angle of 154.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8F81 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 143 | 129 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.44 |
| HSL | 154.55º | 0.13% | 0.5% | - |
| HSV(B) | 154.55º | 0.23% | 0.56% | - |
| XYZ | 20.22 | 24.54 | 24.44 | - |
| YUV | 131.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 129 | 0.23 | 0 | 0.10 | 0.44 | 154.55 | 0.13 | 0.5 |
| Hex | 6E | 8F | 81 | 17 | 0 | A | 2C | 9B | D | 32 |
| Octal | 156 | 217 | 201 | 27 | 0 | 12 | 54 | 233 | 15 | 62 |
| Binary | 1101110 | 10001111 | 10000001 | 10111 | 0 | 1010 | 101100 | 10011011 | 1101 | 110010 |
Color Harmonies of #6E8F81
Complementary color
Monochromatic Colors of #6E8F81
Black with #6E8F81
Text Example
Text Example
White with #6E8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8F81; }
p { color: rgb(110,143,129); }
H1.HeaderClassName
{
color: #6E8F81;
}
.AnyTagClassName
{
color: #6E8F81;
}
</style>
background-color css
<style>
a { background-color: #6E8F81; }
a { background-color: rgb(110,143,129); }
div.DivClassName
{
background-color: #6E8F81;
}
.BgClassName
{
background-color: #6E8F81;
}
</style>
border-color css
<style>
span { border-color: #6E8F81; }
span { border-color: rgb(110,143,129); }
td.TdClassName
{
border-color: #6E8F81;
}
.TagClassName
{
border-color: #6E8F81;
}
</style>