Shades of Patina #6A937F
Tints of Patina #6A937F
RGB
CMYK
RGB Variations
Color information
#6A937F (or 0x6A937F) is known color: Patina. HEX triplet: 6A, 93 and 7F. RGB value is (106,147,127). Sum of RGB (Red+Green+Blue) = 106+147+127=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #6A937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A937F is #956C80. Grayscale: #848484. Windows color (decimal): -9792641 or 8360810. OLE color: 8360810.
HSL color Cylindrical-coordinate representation of color #6A937F: hue angle of 150.73º 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 #6A937F is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 127 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.42 |
| HSL | 150.73º | 0.16% | 0.5% | - |
| HSV(B) | 150.73º | 0.28% | 0.58% | - |
| XYZ | 20.21 | 25.46 | 23.93 | - |
| YUV | 132.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 127 | 0.28 | 0 | 0.14 | 0.42 | 150.73 | 0.16 | 0.5 |
| Hex | 6A | 93 | 7F | 1C | 0 | E | 2A | 97 | 10 | 32 |
| Octal | 152 | 223 | 177 | 34 | 0 | 16 | 52 | 227 | 20 | 62 |
| Binary | 1101010 | 10010011 | 1111111 | 11100 | 0 | 1110 | 101010 | 10010111 | 10000 | 110010 |
Color Harmonies of #6A937F
Complementary color
Monochromatic Colors of #6A937F
Black with #6A937F
Text Example
Text Example
White with #6A937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A937F; }
p { color: rgb(106,147,127); }
H1.HeaderClassName
{
color: #6A937F;
}
.AnyTagClassName
{
color: #6A937F;
}
</style>
background-color css
<style>
a { background-color: #6A937F; }
a { background-color: rgb(106,147,127); }
div.DivClassName
{
background-color: #6A937F;
}
.BgClassName
{
background-color: #6A937F;
}
</style>
border-color css
<style>
span { border-color: #6A937F; }
span { border-color: rgb(106,147,127); }
td.TdClassName
{
border-color: #6A937F;
}
.TagClassName
{
border-color: #6A937F;
}
</style>