Shades of Tradewind #6DA89A
Tints of Tradewind #6DA89A
RGB
CMYK
RGB Variations
Color information
#6DA89A (or 0x6DA89A) is known color: Tradewind. HEX triplet: 6D, A8 and 9A. RGB value is (109,168,154). Sum of RGB (Red+Green+Blue) = 109+168+154=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA89A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA89A is #925765. Grayscale: #949494. Windows color (decimal): -9590630 or 10135661. OLE color: 10135661.
HSL color Cylindrical-coordinate representation of color #6DA89A: hue angle of 165.76º 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 #6DA89A is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 154 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.34 |
| HSL | 165.76º | 0.25% | 0.54% | - |
| HSV(B) | 165.76º | 0.35% | 0.66% | - |
| XYZ | 26.14 | 33.59 | 35.68 | - |
| YUV | 148.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 154 | 0.35 | 0 | 0.08 | 0.34 | 165.76 | 0.25 | 0.54 |
| Hex | 6D | A8 | 9A | 23 | 0 | 8 | 22 | A6 | 19 | 36 |
| Octal | 155 | 250 | 232 | 43 | 0 | 10 | 42 | 246 | 31 | 66 |
| Binary | 1101101 | 10101000 | 10011010 | 100011 | 0 | 1000 | 100010 | 10100110 | 11001 | 110110 |
Color Harmonies of #6DA89A
Complementary color
Monochromatic Colors of #6DA89A
Black with #6DA89A
Text Example
Text Example
White with #6DA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA89A; }
p { color: rgb(109,168,154); }
H1.HeaderClassName
{
color: #6DA89A;
}
.AnyTagClassName
{
color: #6DA89A;
}
</style>
background-color css
<style>
a { background-color: #6DA89A; }
a { background-color: rgb(109,168,154); }
div.DivClassName
{
background-color: #6DA89A;
}
.BgClassName
{
background-color: #6DA89A;
}
</style>
border-color css
<style>
span { border-color: #6DA89A; }
span { border-color: rgb(109,168,154); }
td.TdClassName
{
border-color: #6DA89A;
}
.TagClassName
{
border-color: #6DA89A;
}
</style>