Shades of Patina #6A9388
Tints of Patina #6A9388
RGB
CMYK
RGB Variations
Color information
#6A9388 (or 0x6A9388) is known color: Patina. HEX triplet: 6A, 93 and 88. RGB value is (106,147,136). Sum of RGB (Red+Green+Blue) = 106+147+136=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9388 is #956C77. Grayscale: #858585. Windows color (decimal): -9792632 or 8950634. OLE color: 8950634.
HSL color Cylindrical-coordinate representation of color #6A9388: hue angle of 163.9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9388 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 136 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.42 |
| HSL | 163.9º | 0.16% | 0.5% | - |
| HSV(B) | 163.9º | 0.28% | 0.58% | - |
| XYZ | 20.82 | 25.71 | 27.16 | - |
| YUV | 133.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 136 | 0.28 | 0 | 0.07 | 0.42 | 163.9 | 0.16 | 0.5 |
| Hex | 6A | 93 | 88 | 1C | 0 | 7 | 2A | A4 | 10 | 32 |
| Octal | 152 | 223 | 210 | 34 | 0 | 7 | 52 | 244 | 20 | 62 |
| Binary | 1101010 | 10010011 | 10001000 | 11100 | 0 | 111 | 101010 | 10100100 | 10000 | 110010 |
Color Harmonies of #6A9388
Complementary color
Monochromatic Colors of #6A9388
Black with #6A9388
Text Example
Text Example
White with #6A9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9388; }
p { color: rgb(106,147,136); }
H1.HeaderClassName
{
color: #6A9388;
}
.AnyTagClassName
{
color: #6A9388;
}
</style>
background-color css
<style>
a { background-color: #6A9388; }
a { background-color: rgb(106,147,136); }
div.DivClassName
{
background-color: #6A9388;
}
.BgClassName
{
background-color: #6A9388;
}
</style>
border-color css
<style>
span { border-color: #6A9388; }
span { border-color: rgb(106,147,136); }
td.TdClassName
{
border-color: #6A9388;
}
.TagClassName
{
border-color: #6A9388;
}
</style>