Shades of Tradewind #6DA4A1
Tints of Tradewind #6DA4A1
RGB
CMYK
RGB Variations
Color information
#6DA4A1 (or 0x6DA4A1) is known color: Tradewind. HEX triplet: 6D, A4 and A1. RGB value is (109,164,161). Sum of RGB (Red+Green+Blue) = 109+164+161=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA4A1 is #925B5E. Grayscale: #939393. Windows color (decimal): -9591647 or 10593389. OLE color: 10593389.
HSL color Cylindrical-coordinate representation of color #6DA4A1: hue angle of 176.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA4A1 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 161 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.36 |
| HSL | 176.73º | 0.23% | 0.54% | - |
| HSV(B) | 176.73º | 0.34% | 0.64% | - |
| XYZ | 26.02 | 32.38 | 38.6 | - |
| YUV | 147.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 161 | 0.34 | 0 | 0.02 | 0.36 | 176.73 | 0.23 | 0.54 |
| Hex | 6D | A4 | A1 | 22 | 0 | 2 | 24 | B1 | 17 | 36 |
| Octal | 155 | 244 | 241 | 42 | 0 | 2 | 44 | 261 | 27 | 66 |
| Binary | 1101101 | 10100100 | 10100001 | 100010 | 0 | 10 | 100100 | 10110001 | 10111 | 110110 |
Color Harmonies of #6DA4A1
Complementary color
Monochromatic Colors of #6DA4A1
Black with #6DA4A1
Text Example
Text Example
White with #6DA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4A1; }
p { color: rgb(109,164,161); }
H1.HeaderClassName
{
color: #6DA4A1;
}
.AnyTagClassName
{
color: #6DA4A1;
}
</style>
background-color css
<style>
a { background-color: #6DA4A1; }
a { background-color: rgb(109,164,161); }
div.DivClassName
{
background-color: #6DA4A1;
}
.BgClassName
{
background-color: #6DA4A1;
}
</style>
border-color css
<style>
span { border-color: #6DA4A1; }
span { border-color: rgb(109,164,161); }
td.TdClassName
{
border-color: #6DA4A1;
}
.TagClassName
{
border-color: #6DA4A1;
}
</style>