Shades of Gumbo #6D918B
Tints of Gumbo #6D918B
RGB
CMYK
RGB Variations
Color information
#6D918B (or 0x6D918B) is known color: Gumbo. HEX triplet: 6D, 91 and 8B. RGB value is (109,145,139). Sum of RGB (Red+Green+Blue) = 109+145+139=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #6D918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D918B is #926E74. Grayscale: #858585. Windows color (decimal): -9596533 or 9146733. OLE color: 9146733.
HSL color Cylindrical-coordinate representation of color #6D918B: hue angle of 170º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D918B is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 139 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.43 |
| HSL | 170º | 0.14% | 0.5% | - |
| HSV(B) | 170º | 0.25% | 0.57% | - |
| XYZ | 21.09 | 25.37 | 28.21 | - |
| YUV | 133.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 139 | 0.25 | 0 | 0.04 | 0.43 | 170 | 0.14 | 0.5 |
| Hex | 6D | 91 | 8B | 19 | 0 | 4 | 2B | AA | E | 32 |
| Octal | 155 | 221 | 213 | 31 | 0 | 4 | 53 | 252 | 16 | 62 |
| Binary | 1101101 | 10010001 | 10001011 | 11001 | 0 | 100 | 101011 | 10101010 | 1110 | 110010 |
Color Harmonies of #6D918B
Complementary color
Monochromatic Colors of #6D918B
Black with #6D918B
Text Example
Text Example
White with #6D918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D918B; }
p { color: rgb(109,145,139); }
H1.HeaderClassName
{
color: #6D918B;
}
.AnyTagClassName
{
color: #6D918B;
}
</style>
background-color css
<style>
a { background-color: #6D918B; }
a { background-color: rgb(109,145,139); }
div.DivClassName
{
background-color: #6D918B;
}
.BgClassName
{
background-color: #6D918B;
}
</style>
border-color css
<style>
span { border-color: #6D918B; }
span { border-color: rgb(109,145,139); }
td.TdClassName
{
border-color: #6D918B;
}
.TagClassName
{
border-color: #6D918B;
}
</style>