Shades of Gumbo #6D9E93
Tints of Gumbo #6D9E93
RGB
CMYK
RGB Variations
Color information
#6D9E93 (or 0x6D9E93) is known color: Gumbo. HEX triplet: 6D, 9E and 93. RGB value is (109,158,147). Sum of RGB (Red+Green+Blue) = 109+158+147=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9E93 is #92616C. Grayscale: #8E8E8E. Windows color (decimal): -9593197 or 9674349. OLE color: 9674349.
HSL color Cylindrical-coordinate representation of color #6D9E93: hue angle of 166.53º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9E93 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 147 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.38 |
| HSL | 166.53º | 0.2% | 0.52% | - |
| HSV(B) | 166.53º | 0.31% | 0.62% | - |
| XYZ | 23.8 | 29.81 | 32.1 | - |
| YUV | 142.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 147 | 0.31 | 0 | 0.07 | 0.38 | 166.53 | 0.2 | 0.52 |
| Hex | 6D | 9E | 93 | 1F | 0 | 7 | 26 | A7 | 14 | 34 |
| Octal | 155 | 236 | 223 | 37 | 0 | 7 | 46 | 247 | 24 | 64 |
| Binary | 1101101 | 10011110 | 10010011 | 11111 | 0 | 111 | 100110 | 10100111 | 10100 | 110100 |
Color Harmonies of #6D9E93
Complementary color
Monochromatic Colors of #6D9E93
Black with #6D9E93
Text Example
Text Example
White with #6D9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E93; }
p { color: rgb(109,158,147); }
H1.HeaderClassName
{
color: #6D9E93;
}
.AnyTagClassName
{
color: #6D9E93;
}
</style>
background-color css
<style>
a { background-color: #6D9E93; }
a { background-color: rgb(109,158,147); }
div.DivClassName
{
background-color: #6D9E93;
}
.BgClassName
{
background-color: #6D9E93;
}
</style>
border-color css
<style>
span { border-color: #6D9E93; }
span { border-color: rgb(109,158,147); }
td.TdClassName
{
border-color: #6D9E93;
}
.TagClassName
{
border-color: #6D9E93;
}
</style>