Shades of Gumbo #618E8B
Tints of Gumbo #618E8B
RGB
CMYK
RGB Variations
Color information
#618E8B (or 0x618E8B) is known color: Gumbo. HEX triplet: 61, 8E and 8B. RGB value is (97,142,139). Sum of RGB (Red+Green+Blue) = 97+142+139=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 142 - color contains mainly: green. Hex color #618E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E8B is #9E7174. Grayscale: #808080. Windows color (decimal): -10383733 or 9145953. OLE color: 9145953.
HSL color Cylindrical-coordinate representation of color #618E8B: hue angle of 176º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618E8B is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 139 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.44 |
| HSL | 176º | 0.19% | 0.47% | - |
| HSV(B) | 176º | 0.32% | 0.56% | - |
| XYZ | 19.26 | 23.75 | 28 | - |
| YUV | 128.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 139 | 0.32 | 0 | 0.02 | 0.44 | 176 | 0.19 | 0.47 |
| Hex | 61 | 8E | 8B | 20 | 0 | 2 | 2C | B0 | 13 | 2F |
| Octal | 141 | 216 | 213 | 40 | 0 | 2 | 54 | 260 | 23 | 57 |
| Binary | 1100001 | 10001110 | 10001011 | 100000 | 0 | 10 | 101100 | 10110000 | 10011 | 101111 |
Color Harmonies of #618E8B
Complementary color
Monochromatic Colors of #618E8B
Black with #618E8B
Text Example
Text Example
White with #618E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E8B; }
p { color: rgb(97,142,139); }
H1.HeaderClassName
{
color: #618E8B;
}
.AnyTagClassName
{
color: #618E8B;
}
</style>
background-color css
<style>
a { background-color: #618E8B; }
a { background-color: rgb(97,142,139); }
div.DivClassName
{
background-color: #618E8B;
}
.BgClassName
{
background-color: #618E8B;
}
</style>
border-color css
<style>
span { border-color: #618E8B; }
span { border-color: rgb(97,142,139); }
td.TdClassName
{
border-color: #618E8B;
}
.TagClassName
{
border-color: #618E8B;
}
</style>