Shades of Patina #6A8980
Tints of Patina #6A8980
RGB
CMYK
RGB Variations
Color information
#6A8980 (or 0x6A8980) is known color: Patina. HEX triplet: 6A, 89 and 80. RGB value is (106,137,128). Sum of RGB (Red+Green+Blue) = 106+137+128=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8980 is #95767F. Grayscale: #7E7E7E. Windows color (decimal): -9795200 or 8423786. OLE color: 8423786.
HSL color Cylindrical-coordinate representation of color #6A8980: hue angle of 162.58º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8980 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 128 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.46 |
| HSL | 162.58º | 0.13% | 0.48% | - |
| HSV(B) | 162.58º | 0.23% | 0.54% | - |
| XYZ | 18.79 | 22.51 | 23.78 | - |
| YUV | 126.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 128 | 0.23 | 0 | 0.07 | 0.46 | 162.58 | 0.13 | 0.48 |
| Hex | 6A | 89 | 80 | 17 | 0 | 7 | 2E | A3 | D | 30 |
| Octal | 152 | 211 | 200 | 27 | 0 | 7 | 56 | 243 | 15 | 60 |
| Binary | 1101010 | 10001001 | 10000000 | 10111 | 0 | 111 | 101110 | 10100011 | 1101 | 110000 |
Color Harmonies of #6A8980
Complementary color
Monochromatic Colors of #6A8980
Black with #6A8980
Text Example
Text Example
White with #6A8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8980; }
p { color: rgb(106,137,128); }
H1.HeaderClassName
{
color: #6A8980;
}
.AnyTagClassName
{
color: #6A8980;
}
</style>
background-color css
<style>
a { background-color: #6A8980; }
a { background-color: rgb(106,137,128); }
div.DivClassName
{
background-color: #6A8980;
}
.BgClassName
{
background-color: #6A8980;
}
</style>
border-color css
<style>
span { border-color: #6A8980; }
span { border-color: rgb(106,137,128); }
td.TdClassName
{
border-color: #6A8980;
}
.TagClassName
{
border-color: #6A8980;
}
</style>