Shades of Tradewind #6DAFA3
Tints of Tradewind #6DAFA3
RGB
CMYK
RGB Variations
Color information
#6DAFA3 (or 0x6DAFA3) is known color: Tradewind. HEX triplet: 6D, AF and A3. RGB value is (109,175,163). Sum of RGB (Red+Green+Blue) = 109+175+163=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFA3 is #92505C. Grayscale: #999999. Windows color (decimal): -9588829 or 10727277. OLE color: 10727277.
HSL color Cylindrical-coordinate representation of color #6DAFA3: hue angle of 169.09º 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 #6DAFA3 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 163 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.31 |
| HSL | 169.09º | 0.29% | 0.56% | - |
| HSV(B) | 169.09º | 0.38% | 0.69% | - |
| XYZ | 28.25 | 36.56 | 40.22 | - |
| YUV | 153.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 163 | 0.38 | 0 | 0.07 | 0.31 | 169.09 | 0.29 | 0.56 |
| Hex | 6D | AF | A3 | 26 | 0 | 7 | 1F | A9 | 1D | 38 |
| Octal | 155 | 257 | 243 | 46 | 0 | 7 | 37 | 251 | 35 | 70 |
| Binary | 1101101 | 10101111 | 10100011 | 100110 | 0 | 111 | 11111 | 10101001 | 11101 | 111000 |
Color Harmonies of #6DAFA3
Complementary color
Monochromatic Colors of #6DAFA3
Black with #6DAFA3
Text Example
Text Example
White with #6DAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFA3; }
p { color: rgb(109,175,163); }
H1.HeaderClassName
{
color: #6DAFA3;
}
.AnyTagClassName
{
color: #6DAFA3;
}
</style>
background-color css
<style>
a { background-color: #6DAFA3; }
a { background-color: rgb(109,175,163); }
div.DivClassName
{
background-color: #6DAFA3;
}
.BgClassName
{
background-color: #6DAFA3;
}
</style>
border-color css
<style>
span { border-color: #6DAFA3; }
span { border-color: rgb(109,175,163); }
td.TdClassName
{
border-color: #6DAFA3;
}
.TagClassName
{
border-color: #6DAFA3;
}
</style>