Shades of Gumbo #628884
Tints of Gumbo #628884
RGB
CMYK
RGB Variations
Color information
#628884 (or 0x628884) is known color: Gumbo. HEX triplet: 62, 88 and 84. RGB value is (98,136,132). Sum of RGB (Red+Green+Blue) = 98+136+132=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #628884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628884 is #9D777B. Grayscale: #7C7C7C. Windows color (decimal): -10319740 or 8685666. OLE color: 8685666.
HSL color Cylindrical-coordinate representation of color #628884: hue angle of 173.68º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628884 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 132 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.47 |
| HSL | 173.68º | 0.16% | 0.46% | - |
| HSV(B) | 173.68º | 0.28% | 0.53% | - |
| XYZ | 18.01 | 21.87 | 25.1 | - |
| YUV | 124.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 132 | 0.28 | 0 | 0.03 | 0.47 | 173.68 | 0.16 | 0.46 |
| Hex | 62 | 88 | 84 | 1C | 0 | 3 | 2F | AE | 10 | 2E |
| Octal | 142 | 210 | 204 | 34 | 0 | 3 | 57 | 256 | 20 | 56 |
| Binary | 1100010 | 10001000 | 10000100 | 11100 | 0 | 11 | 101111 | 10101110 | 10000 | 101110 |
Color Harmonies of #628884
Complementary color
Monochromatic Colors of #628884
Black with #628884
Text Example
Text Example
White with #628884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628884; }
p { color: rgb(98,136,132); }
H1.HeaderClassName
{
color: #628884;
}
.AnyTagClassName
{
color: #628884;
}
</style>
background-color css
<style>
a { background-color: #628884; }
a { background-color: rgb(98,136,132); }
div.DivClassName
{
background-color: #628884;
}
.BgClassName
{
background-color: #628884;
}
</style>
border-color css
<style>
span { border-color: #628884; }
span { border-color: rgb(98,136,132); }
td.TdClassName
{
border-color: #628884;
}
.TagClassName
{
border-color: #628884;
}
</style>