Shades of Gumbo #6B988C
Tints of Gumbo #6B988C
RGB
CMYK
RGB Variations
Color information
#6B988C (or 0x6B988C) is known color: Gumbo. HEX triplet: 6B, 98 and 8C. RGB value is (107,152,140). Sum of RGB (Red+Green+Blue) = 107+152+140=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #6B988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B988C is #946773. Grayscale: #898989. Windows color (decimal): -9725812 or 9214059. OLE color: 9214059.
HSL color Cylindrical-coordinate representation of color #6B988C: hue angle of 164º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B988C is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 140 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.40 |
| HSL | 164º | 0.18% | 0.51% | - |
| HSV(B) | 164º | 0.3% | 0.6% | - |
| XYZ | 22.03 | 27.48 | 28.95 | - |
| YUV | 137.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 140 | 0.30 | 0 | 0.08 | 0.40 | 164 | 0.18 | 0.51 |
| Hex | 6B | 98 | 8C | 1E | 0 | 8 | 28 | A4 | 12 | 33 |
| Octal | 153 | 230 | 214 | 36 | 0 | 10 | 50 | 244 | 22 | 63 |
| Binary | 1101011 | 10011000 | 10001100 | 11110 | 0 | 1000 | 101000 | 10100100 | 10010 | 110011 |
Color Harmonies of #6B988C
Complementary color
Monochromatic Colors of #6B988C
Black with #6B988C
Text Example
Text Example
White with #6B988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B988C; }
p { color: rgb(107,152,140); }
H1.HeaderClassName
{
color: #6B988C;
}
.AnyTagClassName
{
color: #6B988C;
}
</style>
background-color css
<style>
a { background-color: #6B988C; }
a { background-color: rgb(107,152,140); }
div.DivClassName
{
background-color: #6B988C;
}
.BgClassName
{
background-color: #6B988C;
}
</style>
border-color css
<style>
span { border-color: #6B988C; }
span { border-color: rgb(107,152,140); }
td.TdClassName
{
border-color: #6B988C;
}
.TagClassName
{
border-color: #6B988C;
}
</style>