Shades of Gumbo #618F89
Tints of Gumbo #618F89
RGB
CMYK
RGB Variations
Color information
#618F89 (or 0x618F89) is known color: Gumbo. HEX triplet: 61, 8F and 89. RGB value is (97,143,137). Sum of RGB (Red+Green+Blue) = 97+143+137=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #618F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618F89 is #9E7076. Grayscale: #808080. Windows color (decimal): -10383479 or 9015137. OLE color: 9015137.
HSL color Cylindrical-coordinate representation of color #618F89: hue angle of 172.17º 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 #618F89 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 143 | 137 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.44 |
| HSL | 172.17º | 0.19% | 0.47% | - |
| HSV(B) | 172.17º | 0.32% | 0.56% | - |
| XYZ | 19.27 | 23.99 | 27.28 | - |
| YUV | 128.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 137 | 0.32 | 0 | 0.04 | 0.44 | 172.17 | 0.19 | 0.47 |
| Hex | 61 | 8F | 89 | 20 | 0 | 4 | 2C | AC | 13 | 2F |
| Octal | 141 | 217 | 211 | 40 | 0 | 4 | 54 | 254 | 23 | 57 |
| Binary | 1100001 | 10001111 | 10001001 | 100000 | 0 | 100 | 101100 | 10101100 | 10011 | 101111 |
Color Harmonies of #618F89
Complementary color
Monochromatic Colors of #618F89
Black with #618F89
Text Example
Text Example
White with #618F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618F89; }
p { color: rgb(97,143,137); }
H1.HeaderClassName
{
color: #618F89;
}
.AnyTagClassName
{
color: #618F89;
}
</style>
background-color css
<style>
a { background-color: #618F89; }
a { background-color: rgb(97,143,137); }
div.DivClassName
{
background-color: #618F89;
}
.BgClassName
{
background-color: #618F89;
}
</style>
border-color css
<style>
span { border-color: #618F89; }
span { border-color: rgb(97,143,137); }
td.TdClassName
{
border-color: #618F89;
}
.TagClassName
{
border-color: #618F89;
}
</style>