Shades of Tradewind #6DACA3
Tints of Tradewind #6DACA3
RGB
CMYK
RGB Variations
Color information
#6DACA3 (or 0x6DACA3) is known color: Tradewind. HEX triplet: 6D, AC and A3. RGB value is (109,172,163). Sum of RGB (Red+Green+Blue) = 109+172+163=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #6DACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DACA3 is #92535C. Grayscale: #989898. Windows color (decimal): -9589597 or 10726509. OLE color: 10726509.
HSL color Cylindrical-coordinate representation of color #6DACA3: hue angle of 171.43º 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 #6DACA3 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 163 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.33 |
| HSL | 171.43º | 0.28% | 0.55% | - |
| HSV(B) | 171.43º | 0.37% | 0.67% | - |
| XYZ | 27.67 | 35.4 | 40.02 | - |
| YUV | 152.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 163 | 0.37 | 0 | 0.05 | 0.33 | 171.43 | 0.28 | 0.55 |
| Hex | 6D | AC | A3 | 25 | 0 | 5 | 21 | AB | 1C | 37 |
| Octal | 155 | 254 | 243 | 45 | 0 | 5 | 41 | 253 | 34 | 67 |
| Binary | 1101101 | 10101100 | 10100011 | 100101 | 0 | 101 | 100001 | 10101011 | 11100 | 110111 |
Color Harmonies of #6DACA3
Complementary color
Monochromatic Colors of #6DACA3
Black with #6DACA3
Text Example
Text Example
White with #6DACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACA3; }
p { color: rgb(109,172,163); }
H1.HeaderClassName
{
color: #6DACA3;
}
.AnyTagClassName
{
color: #6DACA3;
}
</style>
background-color css
<style>
a { background-color: #6DACA3; }
a { background-color: rgb(109,172,163); }
div.DivClassName
{
background-color: #6DACA3;
}
.BgClassName
{
background-color: #6DACA3;
}
</style>
border-color css
<style>
span { border-color: #6DACA3; }
span { border-color: rgb(109,172,163); }
td.TdClassName
{
border-color: #6DACA3;
}
.TagClassName
{
border-color: #6DACA3;
}
</style>