Shades of Gumbo #6F948B
Tints of Gumbo #6F948B
RGB
CMYK
RGB Variations
Color information
#6F948B (or 0x6F948B) is known color: Gumbo. HEX triplet: 6F, 94 and 8B. RGB value is (111,148,139). Sum of RGB (Red+Green+Blue) = 111+148+139=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #6F948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F948B is #906B74. Grayscale: #878787. Windows color (decimal): -9464693 or 9147503. OLE color: 9147503.
HSL color Cylindrical-coordinate representation of color #6F948B: hue angle of 165.41º 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 #6F948B is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 139 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.42 |
| HSL | 165.41º | 0.15% | 0.51% | - |
| HSV(B) | 165.41º | 0.25% | 0.58% | - |
| XYZ | 21.81 | 26.42 | 28.38 | - |
| YUV | 135.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 139 | 0.25 | 0 | 0.06 | 0.42 | 165.41 | 0.15 | 0.51 |
| Hex | 6F | 94 | 8B | 19 | 0 | 6 | 2A | A5 | F | 33 |
| Octal | 157 | 224 | 213 | 31 | 0 | 6 | 52 | 245 | 17 | 63 |
| Binary | 1101111 | 10010100 | 10001011 | 11001 | 0 | 110 | 101010 | 10100101 | 1111 | 110011 |
Color Harmonies of #6F948B
Complementary color
Monochromatic Colors of #6F948B
Black with #6F948B
Text Example
Text Example
White with #6F948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F948B; }
p { color: rgb(111,148,139); }
H1.HeaderClassName
{
color: #6F948B;
}
.AnyTagClassName
{
color: #6F948B;
}
</style>
background-color css
<style>
a { background-color: #6F948B; }
a { background-color: rgb(111,148,139); }
div.DivClassName
{
background-color: #6F948B;
}
.BgClassName
{
background-color: #6F948B;
}
</style>
border-color css
<style>
span { border-color: #6F948B; }
span { border-color: rgb(111,148,139); }
td.TdClassName
{
border-color: #6F948B;
}
.TagClassName
{
border-color: #6F948B;
}
</style>