Shades of Tradewind #6DAE9F
Tints of Tradewind #6DAE9F
RGB
CMYK
RGB Variations
Color information
#6DAE9F (or 0x6DAE9F) is known color: Tradewind. HEX triplet: 6D, AE and 9F. RGB value is (109,174,159). Sum of RGB (Red+Green+Blue) = 109+174+159=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAE9F is #925160. Grayscale: #989898. Windows color (decimal): -9589089 or 10464877. OLE color: 10464877.
HSL color Cylindrical-coordinate representation of color #6DAE9F: hue angle of 166.15º 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 #6DAE9F is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 159 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.32 |
| HSL | 166.15º | 0.29% | 0.55% | - |
| HSV(B) | 166.15º | 0.37% | 0.68% | - |
| XYZ | 27.7 | 36.03 | 38.29 | - |
| YUV | 152.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 159 | 0.37 | 0 | 0.09 | 0.32 | 166.15 | 0.29 | 0.55 |
| Hex | 6D | AE | 9F | 25 | 0 | 9 | 20 | A6 | 1D | 37 |
| Octal | 155 | 256 | 237 | 45 | 0 | 11 | 40 | 246 | 35 | 67 |
| Binary | 1101101 | 10101110 | 10011111 | 100101 | 0 | 1001 | 100000 | 10100110 | 11101 | 110111 |
Color Harmonies of #6DAE9F
Complementary color
Monochromatic Colors of #6DAE9F
Black with #6DAE9F
Text Example
Text Example
White with #6DAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE9F; }
p { color: rgb(109,174,159); }
H1.HeaderClassName
{
color: #6DAE9F;
}
.AnyTagClassName
{
color: #6DAE9F;
}
</style>
background-color css
<style>
a { background-color: #6DAE9F; }
a { background-color: rgb(109,174,159); }
div.DivClassName
{
background-color: #6DAE9F;
}
.BgClassName
{
background-color: #6DAE9F;
}
</style>
border-color css
<style>
span { border-color: #6DAE9F; }
span { border-color: rgb(109,174,159); }
td.TdClassName
{
border-color: #6DAE9F;
}
.TagClassName
{
border-color: #6DAE9F;
}
</style>