Shades of Gumbo #62918B
Tints of Gumbo #62918B
RGB
CMYK
RGB Variations
Color information
#62918B (or 0x62918B) is known color: Gumbo. HEX triplet: 62, 91 and 8B. RGB value is (98,145,139). Sum of RGB (Red+Green+Blue) = 98+145+139=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #62918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62918B is #9D6E74. Grayscale: #828282. Windows color (decimal): -10317429 or 9146722. OLE color: 9146722.
HSL color Cylindrical-coordinate representation of color #62918B: hue angle of 172.34º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62918B is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 139 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.43 |
| HSL | 172.34º | 0.19% | 0.48% | - |
| HSV(B) | 172.34º | 0.32% | 0.57% | - |
| XYZ | 19.82 | 24.71 | 28.15 | - |
| YUV | 130.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 139 | 0.32 | 0 | 0.04 | 0.43 | 172.34 | 0.19 | 0.48 |
| Hex | 62 | 91 | 8B | 20 | 0 | 4 | 2B | AC | 13 | 30 |
| Octal | 142 | 221 | 213 | 40 | 0 | 4 | 53 | 254 | 23 | 60 |
| Binary | 1100010 | 10010001 | 10001011 | 100000 | 0 | 100 | 101011 | 10101100 | 10011 | 110000 |
Color Harmonies of #62918B
Complementary color
Monochromatic Colors of #62918B
Black with #62918B
Text Example
Text Example
White with #62918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62918B; }
p { color: rgb(98,145,139); }
H1.HeaderClassName
{
color: #62918B;
}
.AnyTagClassName
{
color: #62918B;
}
</style>
background-color css
<style>
a { background-color: #62918B; }
a { background-color: rgb(98,145,139); }
div.DivClassName
{
background-color: #62918B;
}
.BgClassName
{
background-color: #62918B;
}
</style>
border-color css
<style>
span { border-color: #62918B; }
span { border-color: rgb(98,145,139); }
td.TdClassName
{
border-color: #62918B;
}
.TagClassName
{
border-color: #62918B;
}
</style>