Shades of Gumbo #669189
Tints of Gumbo #669189
RGB
CMYK
RGB Variations
Color information
#669189 (or 0x669189) is known color: Gumbo. HEX triplet: 66, 91 and 89. RGB value is (102,145,137). Sum of RGB (Red+Green+Blue) = 102+145+137=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #669189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669189 is #996E76. Grayscale: #838383. Windows color (decimal): -10055287 or 9015654. OLE color: 9015654.
HSL color Cylindrical-coordinate representation of color #669189: hue angle of 168.84º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669189 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 137 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.43 |
| HSL | 168.84º | 0.17% | 0.48% | - |
| HSV(B) | 168.84º | 0.3% | 0.57% | - |
| XYZ | 20.12 | 24.88 | 27.41 | - |
| YUV | 131.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 137 | 0.30 | 0 | 0.06 | 0.43 | 168.84 | 0.17 | 0.48 |
| Hex | 66 | 91 | 89 | 1E | 0 | 6 | 2B | A9 | 11 | 30 |
| Octal | 146 | 221 | 211 | 36 | 0 | 6 | 53 | 251 | 21 | 60 |
| Binary | 1100110 | 10010001 | 10001001 | 11110 | 0 | 110 | 101011 | 10101001 | 10001 | 110000 |
Color Harmonies of #669189
Complementary color
Monochromatic Colors of #669189
Black with #669189
Text Example
Text Example
White with #669189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669189; }
p { color: rgb(102,145,137); }
H1.HeaderClassName
{
color: #669189;
}
.AnyTagClassName
{
color: #669189;
}
</style>
background-color css
<style>
a { background-color: #669189; }
a { background-color: rgb(102,145,137); }
div.DivClassName
{
background-color: #669189;
}
.BgClassName
{
background-color: #669189;
}
</style>
border-color css
<style>
span { border-color: #669189; }
span { border-color: rgb(102,145,137); }
td.TdClassName
{
border-color: #669189;
}
.TagClassName
{
border-color: #669189;
}
</style>