Shades of Gumbo #6B938D
Tints of Gumbo #6B938D
RGB
CMYK
RGB Variations
Color information
#6B938D (or 0x6B938D) is known color: Gumbo. HEX triplet: 6B, 93 and 8D. RGB value is (107,147,141). Sum of RGB (Red+Green+Blue) = 107+147+141=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #6B938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B938D is #946C72. Grayscale: #868686. Windows color (decimal): -9727091 or 9278315. OLE color: 9278315.
HSL color Cylindrical-coordinate representation of color #6B938D: hue angle of 171º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B938D is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 141 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.42 |
| HSL | 171º | 0.16% | 0.5% | - |
| HSV(B) | 171º | 0.27% | 0.58% | - |
| XYZ | 21.3 | 25.92 | 29.08 | - |
| YUV | 134.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 141 | 0.27 | 0 | 0.04 | 0.42 | 171 | 0.16 | 0.5 |
| Hex | 6B | 93 | 8D | 1B | 0 | 4 | 2A | AB | 10 | 32 |
| Octal | 153 | 223 | 215 | 33 | 0 | 4 | 52 | 253 | 20 | 62 |
| Binary | 1101011 | 10010011 | 10001101 | 11011 | 0 | 100 | 101010 | 10101011 | 10000 | 110010 |
Color Harmonies of #6B938D
Complementary color
Monochromatic Colors of #6B938D
Black with #6B938D
Text Example
Text Example
White with #6B938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B938D; }
p { color: rgb(107,147,141); }
H1.HeaderClassName
{
color: #6B938D;
}
.AnyTagClassName
{
color: #6B938D;
}
</style>
background-color css
<style>
a { background-color: #6B938D; }
a { background-color: rgb(107,147,141); }
div.DivClassName
{
background-color: #6B938D;
}
.BgClassName
{
background-color: #6B938D;
}
</style>
border-color css
<style>
span { border-color: #6B938D; }
span { border-color: rgb(107,147,141); }
td.TdClassName
{
border-color: #6B938D;
}
.TagClassName
{
border-color: #6B938D;
}
</style>