Shades of Gumbo #628E8B
Tints of Gumbo #628E8B
RGB
CMYK
RGB Variations
Color information
#628E8B (or 0x628E8B) is known color: Gumbo. HEX triplet: 62, 8E and 8B. RGB value is (98,142,139). Sum of RGB (Red+Green+Blue) = 98+142+139=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #628E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E8B is #9D7174. Grayscale: #808080. Windows color (decimal): -10318197 or 9145954. OLE color: 9145954.
HSL color Cylindrical-coordinate representation of color #628E8B: hue angle of 175.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E8B is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 139 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.44 |
| HSL | 175.91º | 0.18% | 0.47% | - |
| HSV(B) | 175.91º | 0.31% | 0.56% | - |
| XYZ | 19.37 | 23.81 | 28 | - |
| YUV | 128.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 139 | 0.31 | 0 | 0.02 | 0.44 | 175.91 | 0.18 | 0.47 |
| Hex | 62 | 8E | 8B | 1F | 0 | 2 | 2C | B0 | 12 | 2F |
| Octal | 142 | 216 | 213 | 37 | 0 | 2 | 54 | 260 | 22 | 57 |
| Binary | 1100010 | 10001110 | 10001011 | 11111 | 0 | 10 | 101100 | 10110000 | 10010 | 101111 |
Color Harmonies of #628E8B
Complementary color
Monochromatic Colors of #628E8B
Black with #628E8B
Text Example
Text Example
White with #628E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E8B; }
p { color: rgb(98,142,139); }
H1.HeaderClassName
{
color: #628E8B;
}
.AnyTagClassName
{
color: #628E8B;
}
</style>
background-color css
<style>
a { background-color: #628E8B; }
a { background-color: rgb(98,142,139); }
div.DivClassName
{
background-color: #628E8B;
}
.BgClassName
{
background-color: #628E8B;
}
</style>
border-color css
<style>
span { border-color: #628E8B; }
span { border-color: rgb(98,142,139); }
td.TdClassName
{
border-color: #628E8B;
}
.TagClassName
{
border-color: #628E8B;
}
</style>