Shades of Gumbo #6B948C
Tints of Gumbo #6B948C
RGB
CMYK
RGB Variations
Color information
#6B948C (or 0x6B948C) is known color: Gumbo. HEX triplet: 6B, 94 and 8C. RGB value is (107,148,140). Sum of RGB (Red+Green+Blue) = 107+148+140=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #6B948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B948C is #946B73. Grayscale: #868686. Windows color (decimal): -9726836 or 9213035. OLE color: 9213035.
HSL color Cylindrical-coordinate representation of color #6B948C: hue angle of 168.29º 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 #6B948C is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 140 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.42 |
| HSL | 168.29º | 0.16% | 0.5% | - |
| HSV(B) | 168.29º | 0.28% | 0.58% | - |
| XYZ | 21.39 | 26.2 | 28.74 | - |
| YUV | 134.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 140 | 0.28 | 0 | 0.05 | 0.42 | 168.29 | 0.16 | 0.5 |
| Hex | 6B | 94 | 8C | 1C | 0 | 5 | 2A | A8 | 10 | 32 |
| Octal | 153 | 224 | 214 | 34 | 0 | 5 | 52 | 250 | 20 | 62 |
| Binary | 1101011 | 10010100 | 10001100 | 11100 | 0 | 101 | 101010 | 10101000 | 10000 | 110010 |
Color Harmonies of #6B948C
Complementary color
Monochromatic Colors of #6B948C
Black with #6B948C
Text Example
Text Example
White with #6B948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B948C; }
p { color: rgb(107,148,140); }
H1.HeaderClassName
{
color: #6B948C;
}
.AnyTagClassName
{
color: #6B948C;
}
</style>
background-color css
<style>
a { background-color: #6B948C; }
a { background-color: rgb(107,148,140); }
div.DivClassName
{
background-color: #6B948C;
}
.BgClassName
{
background-color: #6B948C;
}
</style>
border-color css
<style>
span { border-color: #6B948C; }
span { border-color: rgb(107,148,140); }
td.TdClassName
{
border-color: #6B948C;
}
.TagClassName
{
border-color: #6B948C;
}
</style>