Shades of Gumbo #6F948D
Tints of Gumbo #6F948D
RGB
CMYK
RGB Variations
Color information
#6F948D (or 0x6F948D) is known color: Gumbo. HEX triplet: 6F, 94 and 8D. RGB value is (111,148,141). Sum of RGB (Red+Green+Blue) = 111+148+141=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #6F948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F948D is #906B72. Grayscale: #888888. Windows color (decimal): -9464691 or 9278575. OLE color: 9278575.
HSL color Cylindrical-coordinate representation of color #6F948D: hue angle of 168.65º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F948D is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 141 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.42 |
| HSL | 168.65º | 0.15% | 0.51% | - |
| HSV(B) | 168.65º | 0.25% | 0.58% | - |
| XYZ | 21.95 | 26.48 | 29.15 | - |
| YUV | 136.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 141 | 0.25 | 0 | 0.05 | 0.42 | 168.65 | 0.15 | 0.51 |
| Hex | 6F | 94 | 8D | 19 | 0 | 5 | 2A | A9 | F | 33 |
| Octal | 157 | 224 | 215 | 31 | 0 | 5 | 52 | 251 | 17 | 63 |
| Binary | 1101111 | 10010100 | 10001101 | 11001 | 0 | 101 | 101010 | 10101001 | 1111 | 110011 |
Color Harmonies of #6F948D
Complementary color
Monochromatic Colors of #6F948D
Black with #6F948D
Text Example
Text Example
White with #6F948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F948D; }
p { color: rgb(111,148,141); }
H1.HeaderClassName
{
color: #6F948D;
}
.AnyTagClassName
{
color: #6F948D;
}
</style>
background-color css
<style>
a { background-color: #6F948D; }
a { background-color: rgb(111,148,141); }
div.DivClassName
{
background-color: #6F948D;
}
.BgClassName
{
background-color: #6F948D;
}
</style>
border-color css
<style>
span { border-color: #6F948D; }
span { border-color: rgb(111,148,141); }
td.TdClassName
{
border-color: #6F948D;
}
.TagClassName
{
border-color: #6F948D;
}
</style>