Shades of Patina #6B9A84
Tints of Patina #6B9A84
RGB
CMYK
RGB Variations
Color information
#6B9A84 (or 0x6B9A84) is known color: Patina. HEX triplet: 6B, 9A and 84. RGB value is (107,154,132). Sum of RGB (Red+Green+Blue) = 107+154+132=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9A84 is #94657B. Grayscale: #898989. Windows color (decimal): -9725308 or 8690283. OLE color: 8690283.
HSL color Cylindrical-coordinate representation of color #6B9A84: hue angle of 151.91º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9A84 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 154 | 132 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.40 |
| HSL | 151.91º | 0.19% | 0.51% | - |
| HSV(B) | 151.91º | 0.31% | 0.6% | - |
| XYZ | 21.78 | 27.9 | 26.07 | - |
| YUV | 137.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 132 | 0.31 | 0 | 0.14 | 0.40 | 151.91 | 0.19 | 0.51 |
| Hex | 6B | 9A | 84 | 1F | 0 | E | 28 | 98 | 13 | 33 |
| Octal | 153 | 232 | 204 | 37 | 0 | 16 | 50 | 230 | 23 | 63 |
| Binary | 1101011 | 10011010 | 10000100 | 11111 | 0 | 1110 | 101000 | 10011000 | 10011 | 110011 |
Color Harmonies of #6B9A84
Complementary color
Monochromatic Colors of #6B9A84
Black with #6B9A84
Text Example
Text Example
White with #6B9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9A84; }
p { color: rgb(107,154,132); }
H1.HeaderClassName
{
color: #6B9A84;
}
.AnyTagClassName
{
color: #6B9A84;
}
</style>
background-color css
<style>
a { background-color: #6B9A84; }
a { background-color: rgb(107,154,132); }
div.DivClassName
{
background-color: #6B9A84;
}
.BgClassName
{
background-color: #6B9A84;
}
</style>
border-color css
<style>
span { border-color: #6B9A84; }
span { border-color: rgb(107,154,132); }
td.TdClassName
{
border-color: #6B9A84;
}
.TagClassName
{
border-color: #6B9A84;
}
</style>