Shades of Tradewind #6DAFA6
Tints of Tradewind #6DAFA6
RGB
CMYK
RGB Variations
Color information
#6DAFA6 (or 0x6DAFA6) is known color: Tradewind. HEX triplet: 6D, AF and A6. RGB value is (109,175,166). Sum of RGB (Red+Green+Blue) = 109+175+166=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFA6 is #925059. Grayscale: #9A9A9A. Windows color (decimal): -9588826 or 10923885. OLE color: 10923885.
HSL color Cylindrical-coordinate representation of color #6DAFA6: hue angle of 171.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAFA6 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 166 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.31 |
| HSL | 171.82º | 0.29% | 0.56% | - |
| HSV(B) | 171.82º | 0.38% | 0.69% | - |
| XYZ | 28.52 | 36.66 | 41.65 | - |
| YUV | 154.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 166 | 0.38 | 0 | 0.05 | 0.31 | 171.82 | 0.29 | 0.56 |
| Hex | 6D | AF | A6 | 26 | 0 | 5 | 1F | AC | 1D | 38 |
| Octal | 155 | 257 | 246 | 46 | 0 | 5 | 37 | 254 | 35 | 70 |
| Binary | 1101101 | 10101111 | 10100110 | 100110 | 0 | 101 | 11111 | 10101100 | 11101 | 111000 |
Color Harmonies of #6DAFA6
Complementary color
Monochromatic Colors of #6DAFA6
Black with #6DAFA6
Text Example
Text Example
White with #6DAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFA6; }
p { color: rgb(109,175,166); }
H1.HeaderClassName
{
color: #6DAFA6;
}
.AnyTagClassName
{
color: #6DAFA6;
}
</style>
background-color css
<style>
a { background-color: #6DAFA6; }
a { background-color: rgb(109,175,166); }
div.DivClassName
{
background-color: #6DAFA6;
}
.BgClassName
{
background-color: #6DAFA6;
}
</style>
border-color css
<style>
span { border-color: #6DAFA6; }
span { border-color: rgb(109,175,166); }
td.TdClassName
{
border-color: #6DAFA6;
}
.TagClassName
{
border-color: #6DAFA6;
}
</style>