Shades of Patina #6B9981
Tints of Patina #6B9981
RGB
CMYK
RGB Variations
Color information
#6B9981 (or 0x6B9981) is known color: Patina. HEX triplet: 6B, 99 and 81. RGB value is (107,153,129). Sum of RGB (Red+Green+Blue) = 107+153+129=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9981 is #94667E. Grayscale: #888888. Windows color (decimal): -9725567 or 8493419. OLE color: 8493419.
HSL color Cylindrical-coordinate representation of color #6B9981: hue angle of 148.7º 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 #6B9981 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 129 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.4 |
| HSL | 148.7º | 0.18% | 0.51% | - |
| HSV(B) | 148.7º | 0.3% | 0.6% | - |
| XYZ | 21.42 | 27.49 | 24.95 | - |
| YUV | 136.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 129 | 0.30 | 0 | 0.16 | 0.4 | 148.7 | 0.18 | 0.51 |
| Hex | 6B | 99 | 81 | 1E | 0 | 10 | 28 | 95 | 12 | 33 |
| Octal | 153 | 231 | 201 | 36 | 0 | 20 | 50 | 225 | 22 | 63 |
| Binary | 1101011 | 10011001 | 10000001 | 11110 | 0 | 10000 | 101000 | 10010101 | 10010 | 110011 |
Color Harmonies of #6B9981
Complementary color
Monochromatic Colors of #6B9981
Black with #6B9981
Text Example
Text Example
White with #6B9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9981; }
p { color: rgb(107,153,129); }
H1.HeaderClassName
{
color: #6B9981;
}
.AnyTagClassName
{
color: #6B9981;
}
</style>
background-color css
<style>
a { background-color: #6B9981; }
a { background-color: rgb(107,153,129); }
div.DivClassName
{
background-color: #6B9981;
}
.BgClassName
{
background-color: #6B9981;
}
</style>
border-color css
<style>
span { border-color: #6B9981; }
span { border-color: rgb(107,153,129); }
td.TdClassName
{
border-color: #6B9981;
}
.TagClassName
{
border-color: #6B9981;
}
</style>