Shades of Gumbo #6E938C
Tints of Gumbo #6E938C
RGB
CMYK
RGB Variations
Color information
#6E938C (or 0x6E938C) is known color: Gumbo. HEX triplet: 6E, 93 and 8C. RGB value is (110,147,140). Sum of RGB (Red+Green+Blue) = 110+147+140=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #6E938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E938C is #916C73. Grayscale: #878787. Windows color (decimal): -9530484 or 9212782. OLE color: 9212782.
HSL color Cylindrical-coordinate representation of color #6E938C: hue angle of 168.65º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E938C is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 140 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.42 |
| HSL | 168.65º | 0.15% | 0.5% | - |
| HSV(B) | 168.65º | 0.25% | 0.58% | - |
| XYZ | 21.6 | 26.08 | 28.71 | - |
| YUV | 135.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 140 | 0.25 | 0 | 0.05 | 0.42 | 168.65 | 0.15 | 0.5 |
| Hex | 6E | 93 | 8C | 19 | 0 | 5 | 2A | A9 | F | 32 |
| Octal | 156 | 223 | 214 | 31 | 0 | 5 | 52 | 251 | 17 | 62 |
| Binary | 1101110 | 10010011 | 10001100 | 11001 | 0 | 101 | 101010 | 10101001 | 1111 | 110010 |
Color Harmonies of #6E938C
Complementary color
Monochromatic Colors of #6E938C
Black with #6E938C
Text Example
Text Example
White with #6E938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E938C; }
p { color: rgb(110,147,140); }
H1.HeaderClassName
{
color: #6E938C;
}
.AnyTagClassName
{
color: #6E938C;
}
</style>
background-color css
<style>
a { background-color: #6E938C; }
a { background-color: rgb(110,147,140); }
div.DivClassName
{
background-color: #6E938C;
}
.BgClassName
{
background-color: #6E938C;
}
</style>
border-color css
<style>
span { border-color: #6E938C; }
span { border-color: rgb(110,147,140); }
td.TdClassName
{
border-color: #6E938C;
}
.TagClassName
{
border-color: #6E938C;
}
</style>