Shades of Gumbo #6B928B
Tints of Gumbo #6B928B
RGB
CMYK
RGB Variations
Color information
#6B928B (or 0x6B928B) is known color: Gumbo. HEX triplet: 6B, 92 and 8B. RGB value is (107,146,139). Sum of RGB (Red+Green+Blue) = 107+146+139=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #6B928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B928B is #946D74. Grayscale: #858585. Windows color (decimal): -9727349 or 9146987. OLE color: 9146987.
HSL color Cylindrical-coordinate representation of color #6B928B: hue angle of 169.23º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B928B is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 139 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.43 |
| HSL | 169.23º | 0.15% | 0.5% | - |
| HSV(B) | 169.23º | 0.27% | 0.57% | - |
| XYZ | 21 | 25.55 | 28.25 | - |
| YUV | 133.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 139 | 0.27 | 0 | 0.05 | 0.43 | 169.23 | 0.15 | 0.5 |
| Hex | 6B | 92 | 8B | 1B | 0 | 5 | 2B | A9 | F | 32 |
| Octal | 153 | 222 | 213 | 33 | 0 | 5 | 53 | 251 | 17 | 62 |
| Binary | 1101011 | 10010010 | 10001011 | 11011 | 0 | 101 | 101011 | 10101001 | 1111 | 110010 |
Color Harmonies of #6B928B
Complementary color
Monochromatic Colors of #6B928B
Black with #6B928B
Text Example
Text Example
White with #6B928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B928B; }
p { color: rgb(107,146,139); }
H1.HeaderClassName
{
color: #6B928B;
}
.AnyTagClassName
{
color: #6B928B;
}
</style>
background-color css
<style>
a { background-color: #6B928B; }
a { background-color: rgb(107,146,139); }
div.DivClassName
{
background-color: #6B928B;
}
.BgClassName
{
background-color: #6B928B;
}
</style>
border-color css
<style>
span { border-color: #6B928B; }
span { border-color: rgb(107,146,139); }
td.TdClassName
{
border-color: #6B928B;
}
.TagClassName
{
border-color: #6B928B;
}
</style>