Shades of Patina #6B877C
Tints of Patina #6B877C
RGB
CMYK
RGB Variations
Color information
#6B877C (or 0x6B877C) is known color: Patina. HEX triplet: 6B, 87 and 7C. RGB value is (107,135,124). Sum of RGB (Red+Green+Blue) = 107+135+124=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #6B877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B877C is #947883. Grayscale: #7D7D7D. Windows color (decimal): -9730180 or 8161131. OLE color: 8161131.
HSL color Cylindrical-coordinate representation of color #6B877C: hue angle of 156.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B877C is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 124 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.47 |
| HSL | 156.43º | 0.12% | 0.47% | - |
| HSV(B) | 156.43º | 0.21% | 0.53% | - |
| XYZ | 18.37 | 21.91 | 22.33 | - |
| YUV | 125.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 124 | 0.21 | 0 | 0.08 | 0.47 | 156.43 | 0.12 | 0.47 |
| Hex | 6B | 87 | 7C | 15 | 0 | 8 | 2F | 9C | C | 2F |
| Octal | 153 | 207 | 174 | 25 | 0 | 10 | 57 | 234 | 14 | 57 |
| Binary | 1101011 | 10000111 | 1111100 | 10101 | 0 | 1000 | 101111 | 10011100 | 1100 | 101111 |
Color Harmonies of #6B877C
Complementary color
Monochromatic Colors of #6B877C
Black with #6B877C
Text Example
Text Example
White with #6B877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B877C; }
p { color: rgb(107,135,124); }
H1.HeaderClassName
{
color: #6B877C;
}
.AnyTagClassName
{
color: #6B877C;
}
</style>
background-color css
<style>
a { background-color: #6B877C; }
a { background-color: rgb(107,135,124); }
div.DivClassName
{
background-color: #6B877C;
}
.BgClassName
{
background-color: #6B877C;
}
</style>
border-color css
<style>
span { border-color: #6B877C; }
span { border-color: rgb(107,135,124); }
td.TdClassName
{
border-color: #6B877C;
}
.TagClassName
{
border-color: #6B877C;
}
</style>