Shades of Tradewind #6DA89C
Tints of Tradewind #6DA89C
RGB
CMYK
RGB Variations
Color information
#6DA89C (or 0x6DA89C) is known color: Tradewind. HEX triplet: 6D, A8 and 9C. RGB value is (109,168,156). Sum of RGB (Red+Green+Blue) = 109+168+156=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA89C is #925763. Grayscale: #949494. Windows color (decimal): -9590628 or 10266733. OLE color: 10266733.
HSL color Cylindrical-coordinate representation of color #6DA89C: hue angle of 167.8º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA89C is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 156 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.34 |
| HSL | 167.8º | 0.25% | 0.54% | - |
| HSV(B) | 167.8º | 0.35% | 0.66% | - |
| XYZ | 26.31 | 33.66 | 36.56 | - |
| YUV | 148.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 156 | 0.35 | 0 | 0.07 | 0.34 | 167.8 | 0.25 | 0.54 |
| Hex | 6D | A8 | 9C | 23 | 0 | 7 | 22 | A8 | 19 | 36 |
| Octal | 155 | 250 | 234 | 43 | 0 | 7 | 42 | 250 | 31 | 66 |
| Binary | 1101101 | 10101000 | 10011100 | 100011 | 0 | 111 | 100010 | 10101000 | 11001 | 110110 |
Color Harmonies of #6DA89C
Complementary color
Monochromatic Colors of #6DA89C
Black with #6DA89C
Text Example
Text Example
White with #6DA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA89C; }
p { color: rgb(109,168,156); }
H1.HeaderClassName
{
color: #6DA89C;
}
.AnyTagClassName
{
color: #6DA89C;
}
</style>
background-color css
<style>
a { background-color: #6DA89C; }
a { background-color: rgb(109,168,156); }
div.DivClassName
{
background-color: #6DA89C;
}
.BgClassName
{
background-color: #6DA89C;
}
</style>
border-color css
<style>
span { border-color: #6DA89C; }
span { border-color: rgb(109,168,156); }
td.TdClassName
{
border-color: #6DA89C;
}
.TagClassName
{
border-color: #6DA89C;
}
</style>