Shades of Gumbo #6F928D
Tints of Gumbo #6F928D
RGB
CMYK
RGB Variations
Color information
#6F928D (or 0x6F928D) is known color: Gumbo. HEX triplet: 6F, 92 and 8D. RGB value is (111,146,141). Sum of RGB (Red+Green+Blue) = 111+146+141=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #6F928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F928D is #906D72. Grayscale: #868686. Windows color (decimal): -9465203 or 9278063. OLE color: 9278063.
HSL color Cylindrical-coordinate representation of color #6F928D: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F928D is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 141 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.43 |
| HSL | 171.43º | 0.14% | 0.5% | - |
| HSV(B) | 171.43º | 0.24% | 0.57% | - |
| XYZ | 21.64 | 25.86 | 29.05 | - |
| YUV | 134.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 141 | 0.24 | 0 | 0.03 | 0.43 | 171.43 | 0.14 | 0.5 |
| Hex | 6F | 92 | 8D | 18 | 0 | 3 | 2B | AB | E | 32 |
| Octal | 157 | 222 | 215 | 30 | 0 | 3 | 53 | 253 | 16 | 62 |
| Binary | 1101111 | 10010010 | 10001101 | 11000 | 0 | 11 | 101011 | 10101011 | 1110 | 110010 |
Color Harmonies of #6F928D
Complementary color
Monochromatic Colors of #6F928D
Black with #6F928D
Text Example
Text Example
White with #6F928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F928D; }
p { color: rgb(111,146,141); }
H1.HeaderClassName
{
color: #6F928D;
}
.AnyTagClassName
{
color: #6F928D;
}
</style>
background-color css
<style>
a { background-color: #6F928D; }
a { background-color: rgb(111,146,141); }
div.DivClassName
{
background-color: #6F928D;
}
.BgClassName
{
background-color: #6F928D;
}
</style>
border-color css
<style>
span { border-color: #6F928D; }
span { border-color: rgb(111,146,141); }
td.TdClassName
{
border-color: #6F928D;
}
.TagClassName
{
border-color: #6F928D;
}
</style>