Shades of Gumbo #6E948C
Tints of Gumbo #6E948C
RGB
CMYK
RGB Variations
Color information
#6E948C (or 0x6E948C) is known color: Gumbo. HEX triplet: 6E, 94 and 8C. RGB value is (110,148,140). Sum of RGB (Red+Green+Blue) = 110+148+140=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #6E948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E948C is #916B73. Grayscale: #878787. Windows color (decimal): -9530228 or 9213038. OLE color: 9213038.
HSL color Cylindrical-coordinate representation of color #6E948C: hue angle of 167.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E948C is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 148 | 140 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.42 |
| HSL | 167.37º | 0.15% | 0.51% | - |
| HSV(B) | 167.37º | 0.26% | 0.58% | - |
| XYZ | 21.75 | 26.39 | 28.76 | - |
| YUV | 135.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 148 | 140 | 0.26 | 0 | 0.05 | 0.42 | 167.37 | 0.15 | 0.51 |
| Hex | 6E | 94 | 8C | 1A | 0 | 5 | 2A | A7 | F | 33 |
| Octal | 156 | 224 | 214 | 32 | 0 | 5 | 52 | 247 | 17 | 63 |
| Binary | 1101110 | 10010100 | 10001100 | 11010 | 0 | 101 | 101010 | 10100111 | 1111 | 110011 |
Color Harmonies of #6E948C
Complementary color
Monochromatic Colors of #6E948C
Black with #6E948C
Text Example
Text Example
White with #6E948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E948C; }
p { color: rgb(110,148,140); }
H1.HeaderClassName
{
color: #6E948C;
}
.AnyTagClassName
{
color: #6E948C;
}
</style>
background-color css
<style>
a { background-color: #6E948C; }
a { background-color: rgb(110,148,140); }
div.DivClassName
{
background-color: #6E948C;
}
.BgClassName
{
background-color: #6E948C;
}
</style>
border-color css
<style>
span { border-color: #6E948C; }
span { border-color: rgb(110,148,140); }
td.TdClassName
{
border-color: #6E948C;
}
.TagClassName
{
border-color: #6E948C;
}
</style>