Shades of Gumbo #6B968F
Tints of Gumbo #6B968F
RGB
CMYK
RGB Variations
Color information
#6B968F (or 0x6B968F) is known color: Gumbo. HEX triplet: 6B, 96 and 8F. RGB value is (107,150,143). Sum of RGB (Red+Green+Blue) = 107+150+143=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #6B968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B968F is #946970. Grayscale: #888888. Windows color (decimal): -9726321 or 9410155. OLE color: 9410155.
HSL color Cylindrical-coordinate representation of color #6B968F: hue angle of 170.23º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B968F is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 143 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.41 |
| HSL | 170.23º | 0.17% | 0.5% | - |
| HSV(B) | 170.23º | 0.29% | 0.59% | - |
| XYZ | 21.93 | 26.92 | 30.03 | - |
| YUV | 136.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 143 | 0.29 | 0 | 0.05 | 0.41 | 170.23 | 0.17 | 0.5 |
| Hex | 6B | 96 | 8F | 1D | 0 | 5 | 29 | AA | 11 | 32 |
| Octal | 153 | 226 | 217 | 35 | 0 | 5 | 51 | 252 | 21 | 62 |
| Binary | 1101011 | 10010110 | 10001111 | 11101 | 0 | 101 | 101001 | 10101010 | 10001 | 110010 |
Color Harmonies of #6B968F
Complementary color
Monochromatic Colors of #6B968F
Black with #6B968F
Text Example
Text Example
White with #6B968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B968F; }
p { color: rgb(107,150,143); }
H1.HeaderClassName
{
color: #6B968F;
}
.AnyTagClassName
{
color: #6B968F;
}
</style>
background-color css
<style>
a { background-color: #6B968F; }
a { background-color: rgb(107,150,143); }
div.DivClassName
{
background-color: #6B968F;
}
.BgClassName
{
background-color: #6B968F;
}
</style>
border-color css
<style>
span { border-color: #6B968F; }
span { border-color: rgb(107,150,143); }
td.TdClassName
{
border-color: #6B968F;
}
.TagClassName
{
border-color: #6B968F;
}
</style>