Shades of Gumbo #6B8D88
Tints of Gumbo #6B8D88
RGB
CMYK
RGB Variations
Color information
#6B8D88 (or 0x6B8D88) is known color: Gumbo. HEX triplet: 6B, 8D and 88. RGB value is (107,141,136). Sum of RGB (Red+Green+Blue) = 107+141+136=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8D88 is #947277. Grayscale: #828282. Windows color (decimal): -9728632 or 8949099. OLE color: 8949099.
HSL color Cylindrical-coordinate representation of color #6B8D88: hue angle of 171.18º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D88 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 136 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.45 |
| HSL | 171.18º | 0.14% | 0.49% | - |
| HSV(B) | 171.18º | 0.24% | 0.55% | - |
| XYZ | 20.03 | 23.95 | 26.86 | - |
| YUV | 130.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 136 | 0.24 | 0 | 0.04 | 0.45 | 171.18 | 0.14 | 0.49 |
| Hex | 6B | 8D | 88 | 18 | 0 | 4 | 2D | AB | E | 31 |
| Octal | 153 | 215 | 210 | 30 | 0 | 4 | 55 | 253 | 16 | 61 |
| Binary | 1101011 | 10001101 | 10001000 | 11000 | 0 | 100 | 101101 | 10101011 | 1110 | 110001 |
Color Harmonies of #6B8D88
Complementary color
Monochromatic Colors of #6B8D88
Black with #6B8D88
Text Example
Text Example
White with #6B8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D88; }
p { color: rgb(107,141,136); }
H1.HeaderClassName
{
color: #6B8D88;
}
.AnyTagClassName
{
color: #6B8D88;
}
</style>
background-color css
<style>
a { background-color: #6B8D88; }
a { background-color: rgb(107,141,136); }
div.DivClassName
{
background-color: #6B8D88;
}
.BgClassName
{
background-color: #6B8D88;
}
</style>
border-color css
<style>
span { border-color: #6B8D88; }
span { border-color: rgb(107,141,136); }
td.TdClassName
{
border-color: #6B8D88;
}
.TagClassName
{
border-color: #6B8D88;
}
</style>