Shades of Gumbo #618C88
Tints of Gumbo #618C88
RGB
CMYK
RGB Variations
Color information
#618C88 (or 0x618C88) is known color: Gumbo. HEX triplet: 61, 8C and 88. RGB value is (97,140,136). Sum of RGB (Red+Green+Blue) = 97+140+136=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #618C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C88 is #9E7377. Grayscale: #7E7E7E. Windows color (decimal): -10384248 or 8948833. OLE color: 8948833.
HSL color Cylindrical-coordinate representation of color #618C88: hue angle of 174.42º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618C88 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 140 | 136 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.45 |
| HSL | 174.42º | 0.18% | 0.46% | - |
| HSV(B) | 174.42º | 0.31% | 0.55% | - |
| XYZ | 18.75 | 23.08 | 26.76 | - |
| YUV | 126.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 136 | 0.31 | 0 | 0.03 | 0.45 | 174.42 | 0.18 | 0.46 |
| Hex | 61 | 8C | 88 | 1F | 0 | 3 | 2D | AE | 12 | 2E |
| Octal | 141 | 214 | 210 | 37 | 0 | 3 | 55 | 256 | 22 | 56 |
| Binary | 1100001 | 10001100 | 10001000 | 11111 | 0 | 11 | 101101 | 10101110 | 10010 | 101110 |
Color Harmonies of #618C88
Complementary color
Monochromatic Colors of #618C88
Black with #618C88
Text Example
Text Example
White with #618C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618C88; }
p { color: rgb(97,140,136); }
H1.HeaderClassName
{
color: #618C88;
}
.AnyTagClassName
{
color: #618C88;
}
</style>
background-color css
<style>
a { background-color: #618C88; }
a { background-color: rgb(97,140,136); }
div.DivClassName
{
background-color: #618C88;
}
.BgClassName
{
background-color: #618C88;
}
</style>
border-color css
<style>
span { border-color: #618C88; }
span { border-color: rgb(97,140,136); }
td.TdClassName
{
border-color: #618C88;
}
.TagClassName
{
border-color: #618C88;
}
</style>