Shades of Gumbo #638884
Tints of Gumbo #638884
RGB
CMYK
RGB Variations
Color information
#638884 (or 0x638884) is known color: Gumbo. HEX triplet: 63, 88 and 84. RGB value is (99,136,132). Sum of RGB (Red+Green+Blue) = 99+136+132=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #638884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638884 is #9C777B. Grayscale: #7C7C7C. Windows color (decimal): -10254204 or 8685667. OLE color: 8685667.
HSL color Cylindrical-coordinate representation of color #638884: hue angle of 173.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638884 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 132 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.47 |
| HSL | 173.51º | 0.16% | 0.46% | - |
| HSV(B) | 173.51º | 0.27% | 0.53% | - |
| XYZ | 18.11 | 21.93 | 25.11 | - |
| YUV | 124.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 132 | 0.27 | 0 | 0.03 | 0.47 | 173.51 | 0.16 | 0.46 |
| Hex | 63 | 88 | 84 | 1B | 0 | 3 | 2F | AE | 10 | 2E |
| Octal | 143 | 210 | 204 | 33 | 0 | 3 | 57 | 256 | 20 | 56 |
| Binary | 1100011 | 10001000 | 10000100 | 11011 | 0 | 11 | 101111 | 10101110 | 10000 | 101110 |
Color Harmonies of #638884
Complementary color
Monochromatic Colors of #638884
Black with #638884
Text Example
Text Example
White with #638884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638884; }
p { color: rgb(99,136,132); }
H1.HeaderClassName
{
color: #638884;
}
.AnyTagClassName
{
color: #638884;
}
</style>
background-color css
<style>
a { background-color: #638884; }
a { background-color: rgb(99,136,132); }
div.DivClassName
{
background-color: #638884;
}
.BgClassName
{
background-color: #638884;
}
</style>
border-color css
<style>
span { border-color: #638884; }
span { border-color: rgb(99,136,132); }
td.TdClassName
{
border-color: #638884;
}
.TagClassName
{
border-color: #638884;
}
</style>