Shades of Tradewind #6DADA5
Tints of Tradewind #6DADA5
RGB
CMYK
RGB Variations
Color information
#6DADA5 (or 0x6DADA5) is known color: Tradewind. HEX triplet: 6D, AD and A5. RGB value is (109,173,165). Sum of RGB (Red+Green+Blue) = 109+173+165=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #6DADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DADA5 is #92525A. Grayscale: #989898. Windows color (decimal): -9589339 or 10857837. OLE color: 10857837.
HSL color Cylindrical-coordinate representation of color #6DADA5: hue angle of 172.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DADA5 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 165 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.32 |
| HSL | 172.5º | 0.28% | 0.55% | - |
| HSV(B) | 172.5º | 0.37% | 0.68% | - |
| XYZ | 28.04 | 35.85 | 41.04 | - |
| YUV | 152.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 165 | 0.37 | 0 | 0.05 | 0.32 | 172.5 | 0.28 | 0.55 |
| Hex | 6D | AD | A5 | 25 | 0 | 5 | 20 | AC | 1C | 37 |
| Octal | 155 | 255 | 245 | 45 | 0 | 5 | 40 | 254 | 34 | 67 |
| Binary | 1101101 | 10101101 | 10100101 | 100101 | 0 | 101 | 100000 | 10101100 | 11100 | 110111 |
Color Harmonies of #6DADA5
Complementary color
Monochromatic Colors of #6DADA5
Black with #6DADA5
Text Example
Text Example
White with #6DADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADA5; }
p { color: rgb(109,173,165); }
H1.HeaderClassName
{
color: #6DADA5;
}
.AnyTagClassName
{
color: #6DADA5;
}
</style>
background-color css
<style>
a { background-color: #6DADA5; }
a { background-color: rgb(109,173,165); }
div.DivClassName
{
background-color: #6DADA5;
}
.BgClassName
{
background-color: #6DADA5;
}
</style>
border-color css
<style>
span { border-color: #6DADA5; }
span { border-color: rgb(109,173,165); }
td.TdClassName
{
border-color: #6DADA5;
}
.TagClassName
{
border-color: #6DADA5;
}
</style>