Shades of Gumbo #6B948B
Tints of Gumbo #6B948B
RGB
CMYK
RGB Variations
Color information
#6B948B (or 0x6B948B) is known color: Gumbo. HEX triplet: 6B, 94 and 8B. RGB value is (107,148,139). Sum of RGB (Red+Green+Blue) = 107+148+139=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #6B948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B948B is #946B74. Grayscale: #868686. Windows color (decimal): -9726837 or 9147499. OLE color: 9147499.
HSL color Cylindrical-coordinate representation of color #6B948B: hue angle of 166.83º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B948B is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 139 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.42 |
| HSL | 166.83º | 0.16% | 0.5% | - |
| HSV(B) | 166.83º | 0.28% | 0.58% | - |
| XYZ | 21.31 | 26.17 | 28.35 | - |
| YUV | 134.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 139 | 0.28 | 0 | 0.06 | 0.42 | 166.83 | 0.16 | 0.5 |
| Hex | 6B | 94 | 8B | 1C | 0 | 6 | 2A | A7 | 10 | 32 |
| Octal | 153 | 224 | 213 | 34 | 0 | 6 | 52 | 247 | 20 | 62 |
| Binary | 1101011 | 10010100 | 10001011 | 11100 | 0 | 110 | 101010 | 10100111 | 10000 | 110010 |
Color Harmonies of #6B948B
Complementary color
Monochromatic Colors of #6B948B
Black with #6B948B
Text Example
Text Example
White with #6B948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B948B; }
p { color: rgb(107,148,139); }
H1.HeaderClassName
{
color: #6B948B;
}
.AnyTagClassName
{
color: #6B948B;
}
</style>
background-color css
<style>
a { background-color: #6B948B; }
a { background-color: rgb(107,148,139); }
div.DivClassName
{
background-color: #6B948B;
}
.BgClassName
{
background-color: #6B948B;
}
</style>
border-color css
<style>
span { border-color: #6B948B; }
span { border-color: rgb(107,148,139); }
td.TdClassName
{
border-color: #6B948B;
}
.TagClassName
{
border-color: #6B948B;
}
</style>