Shades of Gumbo #6D8B87
Tints of Gumbo #6D8B87
RGB
CMYK
RGB Variations
Color information
#6D8B87 (or 0x6D8B87) is known color: Gumbo. HEX triplet: 6D, 8B and 87. RGB value is (109,139,135). Sum of RGB (Red+Green+Blue) = 109+139+135=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8B87 is #927478. Grayscale: #818181. Windows color (decimal): -9598073 or 8883053. OLE color: 8883053.
HSL color Cylindrical-coordinate representation of color #6D8B87: hue angle of 172º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B87 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 135 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.45 |
| HSL | 172º | 0.12% | 0.49% | - |
| HSV(B) | 172º | 0.22% | 0.55% | - |
| XYZ | 19.91 | 23.47 | 26.4 | - |
| YUV | 129.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 135 | 0.22 | 0 | 0.03 | 0.45 | 172 | 0.12 | 0.49 |
| Hex | 6D | 8B | 87 | 16 | 0 | 3 | 2D | AC | C | 31 |
| Octal | 155 | 213 | 207 | 26 | 0 | 3 | 55 | 254 | 14 | 61 |
| Binary | 1101101 | 10001011 | 10000111 | 10110 | 0 | 11 | 101101 | 10101100 | 1100 | 110001 |
Color Harmonies of #6D8B87
Complementary color
Monochromatic Colors of #6D8B87
Black with #6D8B87
Text Example
Text Example
White with #6D8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B87; }
p { color: rgb(109,139,135); }
H1.HeaderClassName
{
color: #6D8B87;
}
.AnyTagClassName
{
color: #6D8B87;
}
</style>
background-color css
<style>
a { background-color: #6D8B87; }
a { background-color: rgb(109,139,135); }
div.DivClassName
{
background-color: #6D8B87;
}
.BgClassName
{
background-color: #6D8B87;
}
</style>
border-color css
<style>
span { border-color: #6D8B87; }
span { border-color: rgb(109,139,135); }
td.TdClassName
{
border-color: #6D8B87;
}
.TagClassName
{
border-color: #6D8B87;
}
</style>