Shades of Patina #6B897E
Tints of Patina #6B897E
RGB
CMYK
RGB Variations
Color information
#6B897E (or 0x6B897E) is known color: Patina. HEX triplet: 6B, 89 and 7E. RGB value is (107,137,126). Sum of RGB (Red+Green+Blue) = 107+137+126=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #6B897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B897E is #947681. Grayscale: #7E7E7E. Windows color (decimal): -9729666 or 8292715. OLE color: 8292715.
HSL color Cylindrical-coordinate representation of color #6B897E: hue angle of 158º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B897E is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 126 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.46 |
| HSL | 158º | 0.12% | 0.48% | - |
| HSV(B) | 158º | 0.22% | 0.54% | - |
| XYZ | 18.77 | 22.52 | 23.1 | - |
| YUV | 126.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 126 | 0.22 | 0 | 0.08 | 0.46 | 158 | 0.12 | 0.48 |
| Hex | 6B | 89 | 7E | 16 | 0 | 8 | 2E | 9E | C | 30 |
| Octal | 153 | 211 | 176 | 26 | 0 | 10 | 56 | 236 | 14 | 60 |
| Binary | 1101011 | 10001001 | 1111110 | 10110 | 0 | 1000 | 101110 | 10011110 | 1100 | 110000 |
Color Harmonies of #6B897E
Complementary color
Monochromatic Colors of #6B897E
Black with #6B897E
Text Example
Text Example
White with #6B897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B897E; }
p { color: rgb(107,137,126); }
H1.HeaderClassName
{
color: #6B897E;
}
.AnyTagClassName
{
color: #6B897E;
}
</style>
background-color css
<style>
a { background-color: #6B897E; }
a { background-color: rgb(107,137,126); }
div.DivClassName
{
background-color: #6B897E;
}
.BgClassName
{
background-color: #6B897E;
}
</style>
border-color css
<style>
span { border-color: #6B897E; }
span { border-color: rgb(107,137,126); }
td.TdClassName
{
border-color: #6B897E;
}
.TagClassName
{
border-color: #6B897E;
}
</style>