Shades of Patina #6A9A8B
Tints of Patina #6A9A8B
RGB
CMYK
RGB Variations
Color information
#6A9A8B (or 0x6A9A8B) is known color: Patina. HEX triplet: 6A, 9A and 8B. RGB value is (106,154,139). Sum of RGB (Red+Green+Blue) = 106+154+139=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9A8B is #956574. Grayscale: #898989. Windows color (decimal): -9790837 or 9149034. OLE color: 9149034.
HSL color Cylindrical-coordinate representation of color #6A9A8B: hue angle of 161.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9A8B is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 154 | 139 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.40 |
| HSL | 161.25º | 0.19% | 0.51% | - |
| HSV(B) | 161.25º | 0.31% | 0.6% | - |
| XYZ | 22.16 | 28.04 | 28.67 | - |
| YUV | 137.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 139 | 0.31 | 0 | 0.10 | 0.40 | 161.25 | 0.19 | 0.51 |
| Hex | 6A | 9A | 8B | 1F | 0 | A | 28 | A1 | 13 | 33 |
| Octal | 152 | 232 | 213 | 37 | 0 | 12 | 50 | 241 | 23 | 63 |
| Binary | 1101010 | 10011010 | 10001011 | 11111 | 0 | 1010 | 101000 | 10100001 | 10011 | 110011 |
Color Harmonies of #6A9A8B
Complementary color
Monochromatic Colors of #6A9A8B
Black with #6A9A8B
Text Example
Text Example
White with #6A9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9A8B; }
p { color: rgb(106,154,139); }
H1.HeaderClassName
{
color: #6A9A8B;
}
.AnyTagClassName
{
color: #6A9A8B;
}
</style>
background-color css
<style>
a { background-color: #6A9A8B; }
a { background-color: rgb(106,154,139); }
div.DivClassName
{
background-color: #6A9A8B;
}
.BgClassName
{
background-color: #6A9A8B;
}
</style>
border-color css
<style>
span { border-color: #6A9A8B; }
span { border-color: rgb(106,154,139); }
td.TdClassName
{
border-color: #6A9A8B;
}
.TagClassName
{
border-color: #6A9A8B;
}
</style>