Shades of Gumbo #6D8B88
Tints of Gumbo #6D8B88
RGB
CMYK
RGB Variations
Color information
#6D8B88 (or 0x6D8B88) is known color: Gumbo. HEX triplet: 6D, 8B and 88. RGB value is (109,139,136). Sum of RGB (Red+Green+Blue) = 109+139+136=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8B88 is #927477. Grayscale: #818181. Windows color (decimal): -9598072 or 8948589. OLE color: 8948589.
HSL color Cylindrical-coordinate representation of color #6D8B88: hue angle of 174º 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 #6D8B88 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 136 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.45 |
| HSL | 174º | 0.12% | 0.49% | - |
| HSV(B) | 174º | 0.22% | 0.55% | - |
| XYZ | 19.98 | 23.49 | 26.77 | - |
| YUV | 129.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 136 | 0.22 | 0 | 0.02 | 0.45 | 174 | 0.12 | 0.49 |
| Hex | 6D | 8B | 88 | 16 | 0 | 2 | 2D | AE | C | 31 |
| Octal | 155 | 213 | 210 | 26 | 0 | 2 | 55 | 256 | 14 | 61 |
| Binary | 1101101 | 10001011 | 10001000 | 10110 | 0 | 10 | 101101 | 10101110 | 1100 | 110001 |
Color Harmonies of #6D8B88
Complementary color
Monochromatic Colors of #6D8B88
Black with #6D8B88
Text Example
Text Example
White with #6D8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B88; }
p { color: rgb(109,139,136); }
H1.HeaderClassName
{
color: #6D8B88;
}
.AnyTagClassName
{
color: #6D8B88;
}
</style>
background-color css
<style>
a { background-color: #6D8B88; }
a { background-color: rgb(109,139,136); }
div.DivClassName
{
background-color: #6D8B88;
}
.BgClassName
{
background-color: #6D8B88;
}
</style>
border-color css
<style>
span { border-color: #6D8B88; }
span { border-color: rgb(109,139,136); }
td.TdClassName
{
border-color: #6D8B88;
}
.TagClassName
{
border-color: #6D8B88;
}
</style>