Shades of Gumbo #6C8B87
Tints of Gumbo #6C8B87
RGB
CMYK
RGB Variations
Color information
#6C8B87 (or 0x6C8B87) is known color: Gumbo. HEX triplet: 6C, 8B and 87. RGB value is (108,139,135). Sum of RGB (Red+Green+Blue) = 108+139+135=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8B87 is #937478. Grayscale: #818181. Windows color (decimal): -9663609 or 8883052. OLE color: 8883052.
HSL color Cylindrical-coordinate representation of color #6C8B87: hue angle of 172.26º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8B87 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 139 | 135 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.45 |
| HSL | 172.26º | 0.13% | 0.48% | - |
| HSV(B) | 172.26º | 0.22% | 0.55% | - |
| XYZ | 19.79 | 23.4 | 26.4 | - |
| YUV | 129.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 139 | 135 | 0.22 | 0 | 0.03 | 0.45 | 172.26 | 0.13 | 0.48 |
| Hex | 6C | 8B | 87 | 16 | 0 | 3 | 2D | AC | D | 30 |
| Octal | 154 | 213 | 207 | 26 | 0 | 3 | 55 | 254 | 15 | 60 |
| Binary | 1101100 | 10001011 | 10000111 | 10110 | 0 | 11 | 101101 | 10101100 | 1101 | 110000 |
Color Harmonies of #6C8B87
Complementary color
Monochromatic Colors of #6C8B87
Black with #6C8B87
Text Example
Text Example
White with #6C8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8B87; }
p { color: rgb(108,139,135); }
H1.HeaderClassName
{
color: #6C8B87;
}
.AnyTagClassName
{
color: #6C8B87;
}
</style>
background-color css
<style>
a { background-color: #6C8B87; }
a { background-color: rgb(108,139,135); }
div.DivClassName
{
background-color: #6C8B87;
}
.BgClassName
{
background-color: #6C8B87;
}
</style>
border-color css
<style>
span { border-color: #6C8B87; }
span { border-color: rgb(108,139,135); }
td.TdClassName
{
border-color: #6C8B87;
}
.TagClassName
{
border-color: #6C8B87;
}
</style>