Shades of Tradewind #6CADA9
Tints of Tradewind #6CADA9
RGB
CMYK
RGB Variations
Color information
#6CADA9 (or 0x6CADA9) is known color: Tradewind. HEX triplet: 6C, AD and A9. RGB value is (108,173,169). Sum of RGB (Red+Green+Blue) = 108+173+169=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #6CADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CADA9 is #935256. Grayscale: #999999. Windows color (decimal): -9654871 or 11119980. OLE color: 11119980.
HSL color Cylindrical-coordinate representation of color #6CADA9: hue angle of 176.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CADA9 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 169 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.32 |
| HSL | 176.31º | 0.28% | 0.55% | - |
| HSV(B) | 176.31º | 0.38% | 0.68% | - |
| XYZ | 28.29 | 35.94 | 42.98 | - |
| YUV | 153.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 169 | 0.38 | 0 | 0.02 | 0.32 | 176.31 | 0.28 | 0.55 |
| Hex | 6C | AD | A9 | 26 | 0 | 2 | 20 | B0 | 1C | 37 |
| Octal | 154 | 255 | 251 | 46 | 0 | 2 | 40 | 260 | 34 | 67 |
| Binary | 1101100 | 10101101 | 10101001 | 100110 | 0 | 10 | 100000 | 10110000 | 11100 | 110111 |
Color Harmonies of #6CADA9
Complementary color
Monochromatic Colors of #6CADA9
Black with #6CADA9
Text Example
Text Example
White with #6CADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADA9; }
p { color: rgb(108,173,169); }
H1.HeaderClassName
{
color: #6CADA9;
}
.AnyTagClassName
{
color: #6CADA9;
}
</style>
background-color css
<style>
a { background-color: #6CADA9; }
a { background-color: rgb(108,173,169); }
div.DivClassName
{
background-color: #6CADA9;
}
.BgClassName
{
background-color: #6CADA9;
}
</style>
border-color css
<style>
span { border-color: #6CADA9; }
span { border-color: rgb(108,173,169); }
td.TdClassName
{
border-color: #6CADA9;
}
.TagClassName
{
border-color: #6CADA9;
}
</style>