Shades of Gumbo #6F938D
Tints of Gumbo #6F938D
RGB
CMYK
RGB Variations
Color information
#6F938D (or 0x6F938D) is known color: Gumbo. HEX triplet: 6F, 93 and 8D. RGB value is (111,147,141). Sum of RGB (Red+Green+Blue) = 111+147+141=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #6F938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F938D is #906C72. Grayscale: #878787. Windows color (decimal): -9464947 or 9278319. OLE color: 9278319.
HSL color Cylindrical-coordinate representation of color #6F938D: hue angle of 170º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F938D is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 141 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.42 |
| HSL | 170º | 0.14% | 0.51% | - |
| HSV(B) | 170º | 0.24% | 0.58% | - |
| XYZ | 21.8 | 26.17 | 29.1 | - |
| YUV | 135.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 141 | 0.24 | 0 | 0.04 | 0.42 | 170 | 0.14 | 0.51 |
| Hex | 6F | 93 | 8D | 18 | 0 | 4 | 2A | AA | E | 33 |
| Octal | 157 | 223 | 215 | 30 | 0 | 4 | 52 | 252 | 16 | 63 |
| Binary | 1101111 | 10010011 | 10001101 | 11000 | 0 | 100 | 101010 | 10101010 | 1110 | 110011 |
Color Harmonies of #6F938D
Complementary color
Monochromatic Colors of #6F938D
Black with #6F938D
Text Example
Text Example
White with #6F938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F938D; }
p { color: rgb(111,147,141); }
H1.HeaderClassName
{
color: #6F938D;
}
.AnyTagClassName
{
color: #6F938D;
}
</style>
background-color css
<style>
a { background-color: #6F938D; }
a { background-color: rgb(111,147,141); }
div.DivClassName
{
background-color: #6F938D;
}
.BgClassName
{
background-color: #6F938D;
}
</style>
border-color css
<style>
span { border-color: #6F938D; }
span { border-color: rgb(111,147,141); }
td.TdClassName
{
border-color: #6F938D;
}
.TagClassName
{
border-color: #6F938D;
}
</style>