Shades of Tradewind #6DAEA6
Tints of Tradewind #6DAEA6
RGB
CMYK
RGB Variations
Color information
#6DAEA6 (or 0x6DAEA6) is known color: Tradewind. HEX triplet: 6D, AE and A6. RGB value is (109,174,166). Sum of RGB (Red+Green+Blue) = 109+174+166=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAEA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAEA6 is #925159. Grayscale: #999999. Windows color (decimal): -9589082 or 10923629. OLE color: 10923629.
HSL color Cylindrical-coordinate representation of color #6DAEA6: hue angle of 172.62º degrees, saturation: 0.29, 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 #6DAEA6 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 166 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.32 |
| HSL | 172.62º | 0.29% | 0.55% | - |
| HSV(B) | 172.62º | 0.37% | 0.68% | - |
| XYZ | 28.33 | 36.28 | 41.59 | - |
| YUV | 153.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 166 | 0.37 | 0 | 0.05 | 0.32 | 172.62 | 0.29 | 0.55 |
| Hex | 6D | AE | A6 | 25 | 0 | 5 | 20 | AD | 1D | 37 |
| Octal | 155 | 256 | 246 | 45 | 0 | 5 | 40 | 255 | 35 | 67 |
| Binary | 1101101 | 10101110 | 10100110 | 100101 | 0 | 101 | 100000 | 10101101 | 11101 | 110111 |
Color Harmonies of #6DAEA6
Complementary color
Monochromatic Colors of #6DAEA6
Black with #6DAEA6
Text Example
Text Example
White with #6DAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEA6; }
p { color: rgb(109,174,166); }
H1.HeaderClassName
{
color: #6DAEA6;
}
.AnyTagClassName
{
color: #6DAEA6;
}
</style>
background-color css
<style>
a { background-color: #6DAEA6; }
a { background-color: rgb(109,174,166); }
div.DivClassName
{
background-color: #6DAEA6;
}
.BgClassName
{
background-color: #6DAEA6;
}
</style>
border-color css
<style>
span { border-color: #6DAEA6; }
span { border-color: rgb(109,174,166); }
td.TdClassName
{
border-color: #6DAEA6;
}
.TagClassName
{
border-color: #6DAEA6;
}
</style>