Shades of Patina #6A9D83
Tints of Patina #6A9D83
RGB
CMYK
RGB Variations
Color information
#6A9D83 (or 0x6A9D83) is known color: Patina. HEX triplet: 6A, 9D and 83. RGB value is (106,157,131). Sum of RGB (Red+Green+Blue) = 106+157+131=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9D83 is #95627C. Grayscale: #8A8A8A. Windows color (decimal): -9790077 or 8625514. OLE color: 8625514.
HSL color Cylindrical-coordinate representation of color #6A9D83: hue angle of 149.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9D83 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 157 | 131 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.38 |
| HSL | 149.41º | 0.21% | 0.52% | - |
| HSV(B) | 149.41º | 0.32% | 0.62% | - |
| XYZ | 22.1 | 28.82 | 25.87 | - |
| YUV | 138.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 131 | 0.32 | 0 | 0.17 | 0.38 | 149.41 | 0.21 | 0.52 |
| Hex | 6A | 9D | 83 | 20 | 0 | 11 | 26 | 95 | 15 | 34 |
| Octal | 152 | 235 | 203 | 40 | 0 | 21 | 46 | 225 | 25 | 64 |
| Binary | 1101010 | 10011101 | 10000011 | 100000 | 0 | 10001 | 100110 | 10010101 | 10101 | 110100 |
Color Harmonies of #6A9D83
Complementary color
Monochromatic Colors of #6A9D83
Black with #6A9D83
Text Example
Text Example
White with #6A9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9D83; }
p { color: rgb(106,157,131); }
H1.HeaderClassName
{
color: #6A9D83;
}
.AnyTagClassName
{
color: #6A9D83;
}
</style>
background-color css
<style>
a { background-color: #6A9D83; }
a { background-color: rgb(106,157,131); }
div.DivClassName
{
background-color: #6A9D83;
}
.BgClassName
{
background-color: #6A9D83;
}
</style>
border-color css
<style>
span { border-color: #6A9D83; }
span { border-color: rgb(106,157,131); }
td.TdClassName
{
border-color: #6A9D83;
}
.TagClassName
{
border-color: #6A9D83;
}
</style>