Shades of Patina #6B9889
Tints of Patina #6B9889
RGB
CMYK
RGB Variations
Color information
#6B9889 (or 0x6B9889) is known color: Patina. HEX triplet: 6B, 98 and 89. RGB value is (107,152,137). Sum of RGB (Red+Green+Blue) = 107+152+137=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9889 is #946776. Grayscale: #888888. Windows color (decimal): -9725815 or 9017451. OLE color: 9017451.
HSL color Cylindrical-coordinate representation of color #6B9889: hue angle of 160º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9889 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 137 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.40 |
| HSL | 160º | 0.18% | 0.51% | - |
| HSV(B) | 160º | 0.3% | 0.6% | - |
| XYZ | 21.81 | 27.39 | 27.8 | - |
| YUV | 136.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 137 | 0.30 | 0 | 0.10 | 0.40 | 160 | 0.18 | 0.51 |
| Hex | 6B | 98 | 89 | 1E | 0 | A | 28 | A0 | 12 | 33 |
| Octal | 153 | 230 | 211 | 36 | 0 | 12 | 50 | 240 | 22 | 63 |
| Binary | 1101011 | 10011000 | 10001001 | 11110 | 0 | 1010 | 101000 | 10100000 | 10010 | 110011 |
Color Harmonies of #6B9889
Complementary color
Monochromatic Colors of #6B9889
Black with #6B9889
Text Example
Text Example
White with #6B9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9889; }
p { color: rgb(107,152,137); }
H1.HeaderClassName
{
color: #6B9889;
}
.AnyTagClassName
{
color: #6B9889;
}
</style>
background-color css
<style>
a { background-color: #6B9889; }
a { background-color: rgb(107,152,137); }
div.DivClassName
{
background-color: #6B9889;
}
.BgClassName
{
background-color: #6B9889;
}
</style>
border-color css
<style>
span { border-color: #6B9889; }
span { border-color: rgb(107,152,137); }
td.TdClassName
{
border-color: #6B9889;
}
.TagClassName
{
border-color: #6B9889;
}
</style>