Shades of Tradewind #6DA6A5
Tints of Tradewind #6DA6A5
RGB
CMYK
RGB Variations
Color information
#6DA6A5 (or 0x6DA6A5) is known color: Tradewind. HEX triplet: 6D, A6 and A5. RGB value is (109,166,165). Sum of RGB (Red+Green+Blue) = 109+166+165=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA6A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA6A5 is #92595A. Grayscale: #949494. Windows color (decimal): -9591131 or 10856045. OLE color: 10856045.
HSL color Cylindrical-coordinate representation of color #6DA6A5: hue angle of 178.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA6A5 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 166 | 165 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.35 |
| HSL | 178.95º | 0.24% | 0.54% | - |
| HSV(B) | 178.95º | 0.34% | 0.65% | - |
| XYZ | 26.73 | 33.24 | 40.6 | - |
| YUV | 148.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 165 | 0.34 | 0 | 0.01 | 0.35 | 178.95 | 0.24 | 0.54 |
| Hex | 6D | A6 | A5 | 22 | 0 | 1 | 23 | B3 | 18 | 36 |
| Octal | 155 | 246 | 245 | 42 | 0 | 1 | 43 | 263 | 30 | 66 |
| Binary | 1101101 | 10100110 | 10100101 | 100010 | 0 | 1 | 100011 | 10110011 | 11000 | 110110 |
Color Harmonies of #6DA6A5
Complementary color
Monochromatic Colors of #6DA6A5
Black with #6DA6A5
Text Example
Text Example
White with #6DA6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6A5; }
p { color: rgb(109,166,165); }
H1.HeaderClassName
{
color: #6DA6A5;
}
.AnyTagClassName
{
color: #6DA6A5;
}
</style>
background-color css
<style>
a { background-color: #6DA6A5; }
a { background-color: rgb(109,166,165); }
div.DivClassName
{
background-color: #6DA6A5;
}
.BgClassName
{
background-color: #6DA6A5;
}
</style>
border-color css
<style>
span { border-color: #6DA6A5; }
span { border-color: rgb(109,166,165); }
td.TdClassName
{
border-color: #6DA6A5;
}
.TagClassName
{
border-color: #6DA6A5;
}
</style>