Shades of Gumbo #66938C
Tints of Gumbo #66938C
RGB
CMYK
RGB Variations
Color information
#66938C (or 0x66938C) is known color: Gumbo. HEX triplet: 66, 93 and 8C. RGB value is (102,147,140). Sum of RGB (Red+Green+Blue) = 102+147+140=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #66938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66938C is #996C73. Grayscale: #848484. Windows color (decimal): -10054772 or 9212774. OLE color: 9212774.
HSL color Cylindrical-coordinate representation of color #66938C: hue angle of 170.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66938C is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 140 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.42 |
| HSL | 170.67º | 0.18% | 0.49% | - |
| HSV(B) | 170.67º | 0.31% | 0.58% | - |
| XYZ | 20.65 | 25.59 | 28.66 | - |
| YUV | 132.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 140 | 0.31 | 0 | 0.05 | 0.42 | 170.67 | 0.18 | 0.49 |
| Hex | 66 | 93 | 8C | 1F | 0 | 5 | 2A | AB | 12 | 31 |
| Octal | 146 | 223 | 214 | 37 | 0 | 5 | 52 | 253 | 22 | 61 |
| Binary | 1100110 | 10010011 | 10001100 | 11111 | 0 | 101 | 101010 | 10101011 | 10010 | 110001 |
Color Harmonies of #66938C
Complementary color
Monochromatic Colors of #66938C
Black with #66938C
Text Example
Text Example
White with #66938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66938C; }
p { color: rgb(102,147,140); }
H1.HeaderClassName
{
color: #66938C;
}
.AnyTagClassName
{
color: #66938C;
}
</style>
background-color css
<style>
a { background-color: #66938C; }
a { background-color: rgb(102,147,140); }
div.DivClassName
{
background-color: #66938C;
}
.BgClassName
{
background-color: #66938C;
}
</style>
border-color css
<style>
span { border-color: #66938C; }
span { border-color: rgb(102,147,140); }
td.TdClassName
{
border-color: #66938C;
}
.TagClassName
{
border-color: #66938C;
}
</style>