Shades of Gumbo #6F928C
Tints of Gumbo #6F928C
RGB
CMYK
RGB Variations
Color information
#6F928C (or 0x6F928C) is known color: Gumbo. HEX triplet: 6F, 92 and 8C. RGB value is (111,146,140). Sum of RGB (Red+Green+Blue) = 111+146+140=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #6F928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F928C is #906D73. Grayscale: #868686. Windows color (decimal): -9465204 or 9212527. OLE color: 9212527.
HSL color Cylindrical-coordinate representation of color #6F928C: hue angle of 169.71º 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 #6F928C is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 140 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.43 |
| HSL | 169.71º | 0.14% | 0.5% | - |
| HSV(B) | 169.71º | 0.24% | 0.57% | - |
| XYZ | 21.57 | 25.83 | 28.66 | - |
| YUV | 134.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 140 | 0.24 | 0 | 0.04 | 0.43 | 169.71 | 0.14 | 0.5 |
| Hex | 6F | 92 | 8C | 18 | 0 | 4 | 2B | AA | E | 32 |
| Octal | 157 | 222 | 214 | 30 | 0 | 4 | 53 | 252 | 16 | 62 |
| Binary | 1101111 | 10010010 | 10001100 | 11000 | 0 | 100 | 101011 | 10101010 | 1110 | 110010 |
Color Harmonies of #6F928C
Complementary color
Monochromatic Colors of #6F928C
Black with #6F928C
Text Example
Text Example
White with #6F928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F928C; }
p { color: rgb(111,146,140); }
H1.HeaderClassName
{
color: #6F928C;
}
.AnyTagClassName
{
color: #6F928C;
}
</style>
background-color css
<style>
a { background-color: #6F928C; }
a { background-color: rgb(111,146,140); }
div.DivClassName
{
background-color: #6F928C;
}
.BgClassName
{
background-color: #6F928C;
}
</style>
border-color css
<style>
span { border-color: #6F928C; }
span { border-color: rgb(111,146,140); }
td.TdClassName
{
border-color: #6F928C;
}
.TagClassName
{
border-color: #6F928C;
}
</style>