Shades of Tradewind #6DAE9D
Tints of Tradewind #6DAE9D
RGB
CMYK
RGB Variations
Color information
#6DAE9D (or 0x6DAE9D) is known color: Tradewind. HEX triplet: 6D, AE and 9D. RGB value is (109,174,157). Sum of RGB (Red+Green+Blue) = 109+174+157=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAE9D is #925162. Grayscale: #989898. Windows color (decimal): -9589091 or 10333805. OLE color: 10333805.
HSL color Cylindrical-coordinate representation of color #6DAE9D: hue angle of 164.31º 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 #6DAE9D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 157 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.32 |
| HSL | 164.31º | 0.29% | 0.55% | - |
| HSV(B) | 164.31º | 0.37% | 0.68% | - |
| XYZ | 27.53 | 35.96 | 37.39 | - |
| YUV | 152.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 157 | 0.37 | 0 | 0.10 | 0.32 | 164.31 | 0.29 | 0.55 |
| Hex | 6D | AE | 9D | 25 | 0 | A | 20 | A4 | 1D | 37 |
| Octal | 155 | 256 | 235 | 45 | 0 | 12 | 40 | 244 | 35 | 67 |
| Binary | 1101101 | 10101110 | 10011101 | 100101 | 0 | 1010 | 100000 | 10100100 | 11101 | 110111 |
Color Harmonies of #6DAE9D
Complementary color
Monochromatic Colors of #6DAE9D
Black with #6DAE9D
Text Example
Text Example
White with #6DAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE9D; }
p { color: rgb(109,174,157); }
H1.HeaderClassName
{
color: #6DAE9D;
}
.AnyTagClassName
{
color: #6DAE9D;
}
</style>
background-color css
<style>
a { background-color: #6DAE9D; }
a { background-color: rgb(109,174,157); }
div.DivClassName
{
background-color: #6DAE9D;
}
.BgClassName
{
background-color: #6DAE9D;
}
</style>
border-color css
<style>
span { border-color: #6DAE9D; }
span { border-color: rgb(109,174,157); }
td.TdClassName
{
border-color: #6DAE9D;
}
.TagClassName
{
border-color: #6DAE9D;
}
</style>