Shades of Patina #6B8E84
Tints of Patina #6B8E84
RGB
CMYK
RGB Variations
Color information
#6B8E84 (or 0x6B8E84) is known color: Patina. HEX triplet: 6B, 8E and 84. RGB value is (107,142,132). Sum of RGB (Red+Green+Blue) = 107+142+132=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8E84 is #94717B. Grayscale: #828282. Windows color (decimal): -9728380 or 8687211. OLE color: 8687211.
HSL color Cylindrical-coordinate representation of color #6B8E84: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8E84 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 142 | 132 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.44 |
| HSL | 162.86º | 0.14% | 0.49% | - |
| HSV(B) | 162.86º | 0.25% | 0.56% | - |
| XYZ | 19.9 | 24.14 | 25.44 | - |
| YUV | 130.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 142 | 132 | 0.25 | 0 | 0.07 | 0.44 | 162.86 | 0.14 | 0.49 |
| Hex | 6B | 8E | 84 | 19 | 0 | 7 | 2C | A3 | E | 31 |
| Octal | 153 | 216 | 204 | 31 | 0 | 7 | 54 | 243 | 16 | 61 |
| Binary | 1101011 | 10001110 | 10000100 | 11001 | 0 | 111 | 101100 | 10100011 | 1110 | 110001 |
Color Harmonies of #6B8E84
Complementary color
Monochromatic Colors of #6B8E84
Black with #6B8E84
Text Example
Text Example
White with #6B8E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8E84; }
p { color: rgb(107,142,132); }
H1.HeaderClassName
{
color: #6B8E84;
}
.AnyTagClassName
{
color: #6B8E84;
}
</style>
background-color css
<style>
a { background-color: #6B8E84; }
a { background-color: rgb(107,142,132); }
div.DivClassName
{
background-color: #6B8E84;
}
.BgClassName
{
background-color: #6B8E84;
}
</style>
border-color css
<style>
span { border-color: #6B8E84; }
span { border-color: rgb(107,142,132); }
td.TdClassName
{
border-color: #6B8E84;
}
.TagClassName
{
border-color: #6B8E84;
}
</style>