Shades of Gumbo #6B9990
Tints of Gumbo #6B9990
RGB
CMYK
RGB Variations
Color information
#6B9990 (or 0x6B9990) is known color: Gumbo. HEX triplet: 6B, 99 and 90. RGB value is (107,153,144). Sum of RGB (Red+Green+Blue) = 107+153+144=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9990 is #94666F. Grayscale: #8A8A8A. Windows color (decimal): -9725552 or 9476459. OLE color: 9476459.
HSL color Cylindrical-coordinate representation of color #6B9990: hue angle of 168.26º 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 #6B9990 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 144 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.4 |
| HSL | 168.26º | 0.18% | 0.51% | - |
| HSV(B) | 168.26º | 0.3% | 0.6% | - |
| XYZ | 22.49 | 27.92 | 30.59 | - |
| YUV | 138.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 144 | 0.30 | 0 | 0.06 | 0.4 | 168.26 | 0.18 | 0.51 |
| Hex | 6B | 99 | 90 | 1E | 0 | 6 | 28 | A8 | 12 | 33 |
| Octal | 153 | 231 | 220 | 36 | 0 | 6 | 50 | 250 | 22 | 63 |
| Binary | 1101011 | 10011001 | 10010000 | 11110 | 0 | 110 | 101000 | 10101000 | 10010 | 110011 |
Color Harmonies of #6B9990
Complementary color
Monochromatic Colors of #6B9990
Black with #6B9990
Text Example
Text Example
White with #6B9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9990; }
p { color: rgb(107,153,144); }
H1.HeaderClassName
{
color: #6B9990;
}
.AnyTagClassName
{
color: #6B9990;
}
</style>
background-color css
<style>
a { background-color: #6B9990; }
a { background-color: rgb(107,153,144); }
div.DivClassName
{
background-color: #6B9990;
}
.BgClassName
{
background-color: #6B9990;
}
</style>
border-color css
<style>
span { border-color: #6B9990; }
span { border-color: rgb(107,153,144); }
td.TdClassName
{
border-color: #6B9990;
}
.TagClassName
{
border-color: #6B9990;
}
</style>