Shades of Gumbo #6D988E
Tints of Gumbo #6D988E
RGB
CMYK
RGB Variations
Color information
#6D988E (or 0x6D988E) is known color: Gumbo. HEX triplet: 6D, 98 and 8E. RGB value is (109,152,142). Sum of RGB (Red+Green+Blue) = 109+152+142=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #6D988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D988E is #926771. Grayscale: #8A8A8A. Windows color (decimal): -9594738 or 9345133. OLE color: 9345133.
HSL color Cylindrical-coordinate representation of color #6D988E: hue angle of 166.05º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D988E is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 152 | 142 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.40 |
| HSL | 166.05º | 0.17% | 0.51% | - |
| HSV(B) | 166.05º | 0.28% | 0.6% | - |
| XYZ | 22.42 | 27.66 | 29.75 | - |
| YUV | 138 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 142 | 0.28 | 0 | 0.07 | 0.40 | 166.05 | 0.17 | 0.51 |
| Hex | 6D | 98 | 8E | 1C | 0 | 7 | 28 | A6 | 11 | 33 |
| Octal | 155 | 230 | 216 | 34 | 0 | 7 | 50 | 246 | 21 | 63 |
| Binary | 1101101 | 10011000 | 10001110 | 11100 | 0 | 111 | 101000 | 10100110 | 10001 | 110011 |
Color Harmonies of #6D988E
Complementary color
Monochromatic Colors of #6D988E
Black with #6D988E
Text Example
Text Example
White with #6D988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D988E; }
p { color: rgb(109,152,142); }
H1.HeaderClassName
{
color: #6D988E;
}
.AnyTagClassName
{
color: #6D988E;
}
</style>
background-color css
<style>
a { background-color: #6D988E; }
a { background-color: rgb(109,152,142); }
div.DivClassName
{
background-color: #6D988E;
}
.BgClassName
{
background-color: #6D988E;
}
</style>
border-color css
<style>
span { border-color: #6D988E; }
span { border-color: rgb(109,152,142); }
td.TdClassName
{
border-color: #6D988E;
}
.TagClassName
{
border-color: #6D988E;
}
</style>