Shades of Gumbo #6A968F
Tints of Gumbo #6A968F
RGB
CMYK
RGB Variations
Color information
#6A968F (or 0x6A968F) is known color: Gumbo. HEX triplet: 6A, 96 and 8F. RGB value is (106,150,143). Sum of RGB (Red+Green+Blue) = 106+150+143=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #6A968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A968F is #956970. Grayscale: #888888. Windows color (decimal): -9791857 or 9410154. OLE color: 9410154.
HSL color Cylindrical-coordinate representation of color #6A968F: hue angle of 170.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A968F is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 143 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.41 |
| HSL | 170.45º | 0.17% | 0.5% | - |
| HSV(B) | 170.45º | 0.29% | 0.59% | - |
| XYZ | 21.81 | 26.86 | 30.02 | - |
| YUV | 136.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 143 | 0.29 | 0 | 0.05 | 0.41 | 170.45 | 0.17 | 0.5 |
| Hex | 6A | 96 | 8F | 1D | 0 | 5 | 29 | AA | 11 | 32 |
| Octal | 152 | 226 | 217 | 35 | 0 | 5 | 51 | 252 | 21 | 62 |
| Binary | 1101010 | 10010110 | 10001111 | 11101 | 0 | 101 | 101001 | 10101010 | 10001 | 110010 |
Color Harmonies of #6A968F
Complementary color
Monochromatic Colors of #6A968F
Black with #6A968F
Text Example
Text Example
White with #6A968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A968F; }
p { color: rgb(106,150,143); }
H1.HeaderClassName
{
color: #6A968F;
}
.AnyTagClassName
{
color: #6A968F;
}
</style>
background-color css
<style>
a { background-color: #6A968F; }
a { background-color: rgb(106,150,143); }
div.DivClassName
{
background-color: #6A968F;
}
.BgClassName
{
background-color: #6A968F;
}
</style>
border-color css
<style>
span { border-color: #6A968F; }
span { border-color: rgb(106,150,143); }
td.TdClassName
{
border-color: #6A968F;
}
.TagClassName
{
border-color: #6A968F;
}
</style>