Shades of Gumbo #638883
Tints of Gumbo #638883
RGB
CMYK
RGB Variations
Color information
#638883 (or 0x638883) is known color: Gumbo. HEX triplet: 63, 88 and 83. RGB value is (99,136,131). Sum of RGB (Red+Green+Blue) = 99+136+131=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #638883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638883 is #9C777C. Grayscale: #7C7C7C. Windows color (decimal): -10254205 or 8620131. OLE color: 8620131.
HSL color Cylindrical-coordinate representation of color #638883: hue angle of 171.89º 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 #638883 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 131 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.47 |
| HSL | 171.89º | 0.16% | 0.46% | - |
| HSV(B) | 171.89º | 0.27% | 0.53% | - |
| XYZ | 18.05 | 21.9 | 24.75 | - |
| YUV | 124.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 131 | 0.27 | 0 | 0.04 | 0.47 | 171.89 | 0.16 | 0.46 |
| Hex | 63 | 88 | 83 | 1B | 0 | 4 | 2F | AC | 10 | 2E |
| Octal | 143 | 210 | 203 | 33 | 0 | 4 | 57 | 254 | 20 | 56 |
| Binary | 1100011 | 10001000 | 10000011 | 11011 | 0 | 100 | 101111 | 10101100 | 10000 | 101110 |
Color Harmonies of #638883
Complementary color
Monochromatic Colors of #638883
Black with #638883
Text Example
Text Example
White with #638883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638883; }
p { color: rgb(99,136,131); }
H1.HeaderClassName
{
color: #638883;
}
.AnyTagClassName
{
color: #638883;
}
</style>
background-color css
<style>
a { background-color: #638883; }
a { background-color: rgb(99,136,131); }
div.DivClassName
{
background-color: #638883;
}
.BgClassName
{
background-color: #638883;
}
</style>
border-color css
<style>
span { border-color: #638883; }
span { border-color: rgb(99,136,131); }
td.TdClassName
{
border-color: #638883;
}
.TagClassName
{
border-color: #638883;
}
</style>