Shades of Gumbo #6A8F8C
Tints of Gumbo #6A8F8C
RGB
CMYK
RGB Variations
Color information
#6A8F8C (or 0x6A8F8C) is known color: Gumbo. HEX triplet: 6A, 8F and 8C. RGB value is (106,143,140). Sum of RGB (Red+Green+Blue) = 106+143+140=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8F8C is #957073. Grayscale: #838383. Windows color (decimal): -9793652 or 9211754. OLE color: 9211754.
HSL color Cylindrical-coordinate representation of color #6A8F8C: hue angle of 175.14º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A8F8C is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 143 | 140 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.44 |
| HSL | 175.14º | 0.15% | 0.49% | - |
| HSV(B) | 175.14º | 0.26% | 0.56% | - |
| XYZ | 20.5 | 24.6 | 28.48 | - |
| YUV | 131.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 140 | 0.26 | 0 | 0.02 | 0.44 | 175.14 | 0.15 | 0.49 |
| Hex | 6A | 8F | 8C | 1A | 0 | 2 | 2C | AF | F | 31 |
| Octal | 152 | 217 | 214 | 32 | 0 | 2 | 54 | 257 | 17 | 61 |
| Binary | 1101010 | 10001111 | 10001100 | 11010 | 0 | 10 | 101100 | 10101111 | 1111 | 110001 |
Color Harmonies of #6A8F8C
Complementary color
Monochromatic Colors of #6A8F8C
Black with #6A8F8C
Text Example
Text Example
White with #6A8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8F8C; }
p { color: rgb(106,143,140); }
H1.HeaderClassName
{
color: #6A8F8C;
}
.AnyTagClassName
{
color: #6A8F8C;
}
</style>
background-color css
<style>
a { background-color: #6A8F8C; }
a { background-color: rgb(106,143,140); }
div.DivClassName
{
background-color: #6A8F8C;
}
.BgClassName
{
background-color: #6A8F8C;
}
</style>
border-color css
<style>
span { border-color: #6A8F8C; }
span { border-color: rgb(106,143,140); }
td.TdClassName
{
border-color: #6A8F8C;
}
.TagClassName
{
border-color: #6A8F8C;
}
</style>