Shades of Gumbo #6D998E
Tints of Gumbo #6D998E
RGB
CMYK
RGB Variations
Color information
#6D998E (or 0x6D998E) is known color: Gumbo. HEX triplet: 6D, 99 and 8E. RGB value is (109,153,142). Sum of RGB (Red+Green+Blue) = 109+153+142=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #6D998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D998E is #926671. Grayscale: #8A8A8A. Windows color (decimal): -9594482 or 9345389. OLE color: 9345389.
HSL color Cylindrical-coordinate representation of color #6D998E: hue angle of 165º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D998E is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 153 | 142 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.4 |
| HSL | 165º | 0.18% | 0.51% | - |
| HSV(B) | 165º | 0.29% | 0.6% | - |
| XYZ | 22.58 | 27.99 | 29.8 | - |
| YUV | 138.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 142 | 0.29 | 0 | 0.07 | 0.4 | 165 | 0.18 | 0.51 |
| Hex | 6D | 99 | 8E | 1D | 0 | 7 | 28 | A5 | 12 | 33 |
| Octal | 155 | 231 | 216 | 35 | 0 | 7 | 50 | 245 | 22 | 63 |
| Binary | 1101101 | 10011001 | 10001110 | 11101 | 0 | 111 | 101000 | 10100101 | 10010 | 110011 |
Color Harmonies of #6D998E
Complementary color
Monochromatic Colors of #6D998E
Black with #6D998E
Text Example
Text Example
White with #6D998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D998E; }
p { color: rgb(109,153,142); }
H1.HeaderClassName
{
color: #6D998E;
}
.AnyTagClassName
{
color: #6D998E;
}
</style>
background-color css
<style>
a { background-color: #6D998E; }
a { background-color: rgb(109,153,142); }
div.DivClassName
{
background-color: #6D998E;
}
.BgClassName
{
background-color: #6D998E;
}
</style>
border-color css
<style>
span { border-color: #6D998E; }
span { border-color: rgb(109,153,142); }
td.TdClassName
{
border-color: #6D998E;
}
.TagClassName
{
border-color: #6D998E;
}
</style>