Shades of Tradewind #6DA89D
Tints of Tradewind #6DA89D
RGB
CMYK
RGB Variations
Color information
#6DA89D (or 0x6DA89D) is known color: Tradewind. HEX triplet: 6D, A8 and 9D. RGB value is (109,168,157). Sum of RGB (Red+Green+Blue) = 109+168+157=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA89D is #925762. Grayscale: #959595. Windows color (decimal): -9590627 or 10332269. OLE color: 10332269.
HSL color Cylindrical-coordinate representation of color #6DA89D: hue angle of 168.81º 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 #6DA89D is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 157 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.34 |
| HSL | 168.81º | 0.25% | 0.54% | - |
| HSV(B) | 168.81º | 0.35% | 0.66% | - |
| XYZ | 26.4 | 33.69 | 37.01 | - |
| YUV | 149.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 157 | 0.35 | 0 | 0.07 | 0.34 | 168.81 | 0.25 | 0.54 |
| Hex | 6D | A8 | 9D | 23 | 0 | 7 | 22 | A9 | 19 | 36 |
| Octal | 155 | 250 | 235 | 43 | 0 | 7 | 42 | 251 | 31 | 66 |
| Binary | 1101101 | 10101000 | 10011101 | 100011 | 0 | 111 | 100010 | 10101001 | 11001 | 110110 |
Color Harmonies of #6DA89D
Complementary color
Monochromatic Colors of #6DA89D
Black with #6DA89D
Text Example
Text Example
White with #6DA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA89D; }
p { color: rgb(109,168,157); }
H1.HeaderClassName
{
color: #6DA89D;
}
.AnyTagClassName
{
color: #6DA89D;
}
</style>
background-color css
<style>
a { background-color: #6DA89D; }
a { background-color: rgb(109,168,157); }
div.DivClassName
{
background-color: #6DA89D;
}
.BgClassName
{
background-color: #6DA89D;
}
</style>
border-color css
<style>
span { border-color: #6DA89D; }
span { border-color: rgb(109,168,157); }
td.TdClassName
{
border-color: #6DA89D;
}
.TagClassName
{
border-color: #6DA89D;
}
</style>