Shades of Tradewind #6DAC9D
Tints of Tradewind #6DAC9D
RGB
CMYK
RGB Variations
Color information
#6DAC9D (or 0x6DAC9D) is known color: Tradewind. HEX triplet: 6D, AC and 9D. RGB value is (109,172,157). Sum of RGB (Red+Green+Blue) = 109+172+157=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAC9D is #925362. Grayscale: #979797. Windows color (decimal): -9589603 or 10333293. OLE color: 10333293.
HSL color Cylindrical-coordinate representation of color #6DAC9D: hue angle of 165.71º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAC9D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 157 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.33 |
| HSL | 165.71º | 0.28% | 0.55% | - |
| HSV(B) | 165.71º | 0.37% | 0.67% | - |
| XYZ | 27.15 | 35.19 | 37.26 | - |
| YUV | 151.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 157 | 0.37 | 0 | 0.09 | 0.33 | 165.71 | 0.28 | 0.55 |
| Hex | 6D | AC | 9D | 25 | 0 | 9 | 21 | A6 | 1C | 37 |
| Octal | 155 | 254 | 235 | 45 | 0 | 11 | 41 | 246 | 34 | 67 |
| Binary | 1101101 | 10101100 | 10011101 | 100101 | 0 | 1001 | 100001 | 10100110 | 11100 | 110111 |
Color Harmonies of #6DAC9D
Complementary color
Monochromatic Colors of #6DAC9D
Black with #6DAC9D
Text Example
Text Example
White with #6DAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC9D; }
p { color: rgb(109,172,157); }
H1.HeaderClassName
{
color: #6DAC9D;
}
.AnyTagClassName
{
color: #6DAC9D;
}
</style>
background-color css
<style>
a { background-color: #6DAC9D; }
a { background-color: rgb(109,172,157); }
div.DivClassName
{
background-color: #6DAC9D;
}
.BgClassName
{
background-color: #6DAC9D;
}
</style>
border-color css
<style>
span { border-color: #6DAC9D; }
span { border-color: rgb(109,172,157); }
td.TdClassName
{
border-color: #6DAC9D;
}
.TagClassName
{
border-color: #6DAC9D;
}
</style>