Shades of Gumbo #628682
Tints of Gumbo #628682
RGB
CMYK
RGB Variations
Color information
#628682 (or 0x628682) is known color: Gumbo. HEX triplet: 62, 86 and 82. RGB value is (98,134,130). Sum of RGB (Red+Green+Blue) = 98+134+130=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #628682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628682 is #9D797D. Grayscale: #7A7A7A. Windows color (decimal): -10320254 or 8554082. OLE color: 8554082.
HSL color Cylindrical-coordinate representation of color #628682: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628682 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 130 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.47 |
| HSL | 173.33º | 0.16% | 0.45% | - |
| HSV(B) | 173.33º | 0.27% | 0.53% | - |
| XYZ | 17.59 | 21.26 | 24.3 | - |
| YUV | 122.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 130 | 0.27 | 0 | 0.03 | 0.47 | 173.33 | 0.16 | 0.45 |
| Hex | 62 | 86 | 82 | 1B | 0 | 3 | 2F | AD | 10 | 2D |
| Octal | 142 | 206 | 202 | 33 | 0 | 3 | 57 | 255 | 20 | 55 |
| Binary | 1100010 | 10000110 | 10000010 | 11011 | 0 | 11 | 101111 | 10101101 | 10000 | 101101 |
Color Harmonies of #628682
Complementary color
Monochromatic Colors of #628682
Black with #628682
Text Example
Text Example
White with #628682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628682; }
p { color: rgb(98,134,130); }
H1.HeaderClassName
{
color: #628682;
}
.AnyTagClassName
{
color: #628682;
}
</style>
background-color css
<style>
a { background-color: #628682; }
a { background-color: rgb(98,134,130); }
div.DivClassName
{
background-color: #628682;
}
.BgClassName
{
background-color: #628682;
}
</style>
border-color css
<style>
span { border-color: #628682; }
span { border-color: rgb(98,134,130); }
td.TdClassName
{
border-color: #628682;
}
.TagClassName
{
border-color: #628682;
}
</style>