Shades of Patina #6A857C
Tints of Patina #6A857C
RGB
CMYK
RGB Variations
Color information
#6A857C (or 0x6A857C) is known color: Patina. HEX triplet: 6A, 85 and 7C. RGB value is (106,133,124). Sum of RGB (Red+Green+Blue) = 106+133+124=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #6A857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A857C is #957A83. Grayscale: #7B7B7B. Windows color (decimal): -9796228 or 8160618. OLE color: 8160618.
HSL color Cylindrical-coordinate representation of color #6A857C: hue angle of 160º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A857C is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 124 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.48 |
| HSL | 160º | 0.11% | 0.47% | - |
| HSV(B) | 160º | 0.2% | 0.52% | - |
| XYZ | 17.97 | 21.29 | 22.23 | - |
| YUV | 123.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 124 | 0.20 | 0 | 0.07 | 0.48 | 160 | 0.11 | 0.47 |
| Hex | 6A | 85 | 7C | 14 | 0 | 7 | 30 | A0 | B | 2F |
| Octal | 152 | 205 | 174 | 24 | 0 | 7 | 60 | 240 | 13 | 57 |
| Binary | 1101010 | 10000101 | 1111100 | 10100 | 0 | 111 | 110000 | 10100000 | 1011 | 101111 |
Color Harmonies of #6A857C
Complementary color
Monochromatic Colors of #6A857C
Black with #6A857C
Text Example
Text Example
White with #6A857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A857C; }
p { color: rgb(106,133,124); }
H1.HeaderClassName
{
color: #6A857C;
}
.AnyTagClassName
{
color: #6A857C;
}
</style>
background-color css
<style>
a { background-color: #6A857C; }
a { background-color: rgb(106,133,124); }
div.DivClassName
{
background-color: #6A857C;
}
.BgClassName
{
background-color: #6A857C;
}
</style>
border-color css
<style>
span { border-color: #6A857C; }
span { border-color: rgb(106,133,124); }
td.TdClassName
{
border-color: #6A857C;
}
.TagClassName
{
border-color: #6A857C;
}
</style>