Shades of Patina #6A968A
Tints of Patina #6A968A
RGB
CMYK
RGB Variations
Color information
#6A968A (or 0x6A968A) is known color: Patina. HEX triplet: 6A, 96 and 8A. RGB value is (106,150,138). Sum of RGB (Red+Green+Blue) = 106+150+138=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #6A968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A968A is #956975. Grayscale: #878787. Windows color (decimal): -9791862 or 9082474. OLE color: 9082474.
HSL color Cylindrical-coordinate representation of color #6A968A: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A968A is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 138 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.41 |
| HSL | 163.64º | 0.17% | 0.5% | - |
| HSV(B) | 163.64º | 0.29% | 0.59% | - |
| XYZ | 21.44 | 26.71 | 28.07 | - |
| YUV | 135.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 138 | 0.29 | 0 | 0.08 | 0.41 | 163.64 | 0.17 | 0.5 |
| Hex | 6A | 96 | 8A | 1D | 0 | 8 | 29 | A4 | 11 | 32 |
| Octal | 152 | 226 | 212 | 35 | 0 | 10 | 51 | 244 | 21 | 62 |
| Binary | 1101010 | 10010110 | 10001010 | 11101 | 0 | 1000 | 101001 | 10100100 | 10001 | 110010 |
Color Harmonies of #6A968A
Complementary color
Monochromatic Colors of #6A968A
Black with #6A968A
Text Example
Text Example
White with #6A968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A968A; }
p { color: rgb(106,150,138); }
H1.HeaderClassName
{
color: #6A968A;
}
.AnyTagClassName
{
color: #6A968A;
}
</style>
background-color css
<style>
a { background-color: #6A968A; }
a { background-color: rgb(106,150,138); }
div.DivClassName
{
background-color: #6A968A;
}
.BgClassName
{
background-color: #6A968A;
}
</style>
border-color css
<style>
span { border-color: #6A968A; }
span { border-color: rgb(106,150,138); }
td.TdClassName
{
border-color: #6A968A;
}
.TagClassName
{
border-color: #6A968A;
}
</style>