Shades of Gumbo #668987
Tints of Gumbo #668987
RGB
CMYK
RGB Variations
Color information
#668987 (or 0x668987) is known color: Gumbo. HEX triplet: 66, 89 and 87. RGB value is (102,137,135). Sum of RGB (Red+Green+Blue) = 102+137+135=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #668987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668987 is #997678. Grayscale: #7E7E7E. Windows color (decimal): -10057337 or 8882534. OLE color: 8882534.
HSL color Cylindrical-coordinate representation of color #668987: hue angle of 176.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668987 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 135 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.46 |
| HSL | 176.57º | 0.15% | 0.47% | - |
| HSV(B) | 176.57º | 0.26% | 0.54% | - |
| XYZ | 18.8 | 22.47 | 26.27 | - |
| YUV | 126.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 135 | 0.26 | 0 | 0.01 | 0.46 | 176.57 | 0.15 | 0.47 |
| Hex | 66 | 89 | 87 | 1A | 0 | 1 | 2E | B1 | F | 2F |
| Octal | 146 | 211 | 207 | 32 | 0 | 1 | 56 | 261 | 17 | 57 |
| Binary | 1100110 | 10001001 | 10000111 | 11010 | 0 | 1 | 101110 | 10110001 | 1111 | 101111 |
Color Harmonies of #668987
Complementary color
Monochromatic Colors of #668987
Black with #668987
Text Example
Text Example
White with #668987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668987; }
p { color: rgb(102,137,135); }
H1.HeaderClassName
{
color: #668987;
}
.AnyTagClassName
{
color: #668987;
}
</style>
background-color css
<style>
a { background-color: #668987; }
a { background-color: rgb(102,137,135); }
div.DivClassName
{
background-color: #668987;
}
.BgClassName
{
background-color: #668987;
}
</style>
border-color css
<style>
span { border-color: #668987; }
span { border-color: rgb(102,137,135); }
td.TdClassName
{
border-color: #668987;
}
.TagClassName
{
border-color: #668987;
}
</style>