Shades of Gumbo #6B9B92
Tints of Gumbo #6B9B92
RGB
CMYK
RGB Variations
Color information
#6B9B92 (or 0x6B9B92) is known color: Gumbo. HEX triplet: 6B, 9B and 92. RGB value is (107,155,146). Sum of RGB (Red+Green+Blue) = 107+155+146=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B92 is #94646D. Grayscale: #8B8B8B. Windows color (decimal): -9725038 or 9608043. OLE color: 9608043.
HSL color Cylindrical-coordinate representation of color #6B9B92: hue angle of 168.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B92 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 146 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.39 |
| HSL | 168.75º | 0.19% | 0.51% | - |
| HSV(B) | 168.75º | 0.31% | 0.61% | - |
| XYZ | 22.97 | 28.64 | 31.51 | - |
| YUV | 139.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 146 | 0.31 | 0 | 0.06 | 0.39 | 168.75 | 0.19 | 0.51 |
| Hex | 6B | 9B | 92 | 1F | 0 | 6 | 27 | A9 | 13 | 33 |
| Octal | 153 | 233 | 222 | 37 | 0 | 6 | 47 | 251 | 23 | 63 |
| Binary | 1101011 | 10011011 | 10010010 | 11111 | 0 | 110 | 100111 | 10101001 | 10011 | 110011 |
Color Harmonies of #6B9B92
Complementary color
Monochromatic Colors of #6B9B92
Black with #6B9B92
Text Example
Text Example
White with #6B9B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B92; }
p { color: rgb(107,155,146); }
H1.HeaderClassName
{
color: #6B9B92;
}
.AnyTagClassName
{
color: #6B9B92;
}
</style>
background-color css
<style>
a { background-color: #6B9B92; }
a { background-color: rgb(107,155,146); }
div.DivClassName
{
background-color: #6B9B92;
}
.BgClassName
{
background-color: #6B9B92;
}
</style>
border-color css
<style>
span { border-color: #6B9B92; }
span { border-color: rgb(107,155,146); }
td.TdClassName
{
border-color: #6B9B92;
}
.TagClassName
{
border-color: #6B9B92;
}
</style>