Shades of Tradewind #6DAFA1
Tints of Tradewind #6DAFA1
RGB
CMYK
RGB Variations
Color information
#6DAFA1 (or 0x6DAFA1) is known color: Tradewind. HEX triplet: 6D, AF and A1. RGB value is (109,175,161). Sum of RGB (Red+Green+Blue) = 109+175+161=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFA1 is #92505E. Grayscale: #999999. Windows color (decimal): -9588831 or 10596205. OLE color: 10596205.
HSL color Cylindrical-coordinate representation of color #6DAFA1: hue angle of 167.27º 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 #6DAFA1 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 161 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.31 |
| HSL | 167.27º | 0.29% | 0.56% | - |
| HSV(B) | 167.27º | 0.38% | 0.69% | - |
| XYZ | 28.07 | 36.48 | 39.28 | - |
| YUV | 153.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 161 | 0.38 | 0 | 0.08 | 0.31 | 167.27 | 0.29 | 0.56 |
| Hex | 6D | AF | A1 | 26 | 0 | 8 | 1F | A7 | 1D | 38 |
| Octal | 155 | 257 | 241 | 46 | 0 | 10 | 37 | 247 | 35 | 70 |
| Binary | 1101101 | 10101111 | 10100001 | 100110 | 0 | 1000 | 11111 | 10100111 | 11101 | 111000 |
Color Harmonies of #6DAFA1
Complementary color
Monochromatic Colors of #6DAFA1
Black with #6DAFA1
Text Example
Text Example
White with #6DAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFA1; }
p { color: rgb(109,175,161); }
H1.HeaderClassName
{
color: #6DAFA1;
}
.AnyTagClassName
{
color: #6DAFA1;
}
</style>
background-color css
<style>
a { background-color: #6DAFA1; }
a { background-color: rgb(109,175,161); }
div.DivClassName
{
background-color: #6DAFA1;
}
.BgClassName
{
background-color: #6DAFA1;
}
</style>
border-color css
<style>
span { border-color: #6DAFA1; }
span { border-color: rgb(109,175,161); }
td.TdClassName
{
border-color: #6DAFA1;
}
.TagClassName
{
border-color: #6DAFA1;
}
</style>