Shades of Patina #6B897B
Tints of Patina #6B897B
RGB
CMYK
RGB Variations
Color information
#6B897B (or 0x6B897B) is known color: Patina. HEX triplet: 6B, 89 and 7B. RGB value is (107,137,123). Sum of RGB (Red+Green+Blue) = 107+137+123=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #6B897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B897B is #947684. Grayscale: #7E7E7E. Windows color (decimal): -9729669 or 8096107. OLE color: 8096107.
HSL color Cylindrical-coordinate representation of color #6B897B: hue angle of 152º 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 #6B897B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 123 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.46 |
| HSL | 152º | 0.12% | 0.48% | - |
| HSV(B) | 152º | 0.22% | 0.54% | - |
| XYZ | 18.58 | 22.45 | 22.09 | - |
| YUV | 126.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 123 | 0.22 | 0 | 0.10 | 0.46 | 152 | 0.12 | 0.48 |
| Hex | 6B | 89 | 7B | 16 | 0 | A | 2E | 98 | C | 30 |
| Octal | 153 | 211 | 173 | 26 | 0 | 12 | 56 | 230 | 14 | 60 |
| Binary | 1101011 | 10001001 | 1111011 | 10110 | 0 | 1010 | 101110 | 10011000 | 1100 | 110000 |
Color Harmonies of #6B897B
Complementary color
Monochromatic Colors of #6B897B
Black with #6B897B
Text Example
Text Example
White with #6B897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B897B; }
p { color: rgb(107,137,123); }
H1.HeaderClassName
{
color: #6B897B;
}
.AnyTagClassName
{
color: #6B897B;
}
</style>
background-color css
<style>
a { background-color: #6B897B; }
a { background-color: rgb(107,137,123); }
div.DivClassName
{
background-color: #6B897B;
}
.BgClassName
{
background-color: #6B897B;
}
</style>
border-color css
<style>
span { border-color: #6B897B; }
span { border-color: rgb(107,137,123); }
td.TdClassName
{
border-color: #6B897B;
}
.TagClassName
{
border-color: #6B897B;
}
</style>