Shades of Patina #6A8C7D
Tints of Patina #6A8C7D
RGB
CMYK
RGB Variations
Color information
#6A8C7D (or 0x6A8C7D) is known color: Patina. HEX triplet: 6A, 8C and 7D. RGB value is (106,140,125). Sum of RGB (Red+Green+Blue) = 106+140+125=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C7D is #957382. Grayscale: #808080. Windows color (decimal): -9794435 or 8227946. OLE color: 8227946.
HSL color Cylindrical-coordinate representation of color #6A8C7D: hue angle of 153.53º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8C7D is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 140 | 125 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.45 |
| HSL | 153.53º | 0.14% | 0.48% | - |
| HSV(B) | 153.53º | 0.24% | 0.55% | - |
| XYZ | 19.02 | 23.3 | 22.9 | - |
| YUV | 128.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 140 | 125 | 0.24 | 0 | 0.11 | 0.45 | 153.53 | 0.14 | 0.48 |
| Hex | 6A | 8C | 7D | 18 | 0 | B | 2D | 9A | E | 30 |
| Octal | 152 | 214 | 175 | 30 | 0 | 13 | 55 | 232 | 16 | 60 |
| Binary | 1101010 | 10001100 | 1111101 | 11000 | 0 | 1011 | 101101 | 10011010 | 1110 | 110000 |
Color Harmonies of #6A8C7D
Complementary color
Monochromatic Colors of #6A8C7D
Black with #6A8C7D
Text Example
Text Example
White with #6A8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8C7D; }
p { color: rgb(106,140,125); }
H1.HeaderClassName
{
color: #6A8C7D;
}
.AnyTagClassName
{
color: #6A8C7D;
}
</style>
background-color css
<style>
a { background-color: #6A8C7D; }
a { background-color: rgb(106,140,125); }
div.DivClassName
{
background-color: #6A8C7D;
}
.BgClassName
{
background-color: #6A8C7D;
}
</style>
border-color css
<style>
span { border-color: #6A8C7D; }
span { border-color: rgb(106,140,125); }
td.TdClassName
{
border-color: #6A8C7D;
}
.TagClassName
{
border-color: #6A8C7D;
}
</style>