Shades of Tradewind #6DB5AF
Tints of Tradewind #6DB5AF
RGB
CMYK
RGB Variations
Color information
#6DB5AF (or 0x6DB5AF) is known color: Tradewind. HEX triplet: 6D, B5 and AF. RGB value is (109,181,175). Sum of RGB (Red+Green+Blue) = 109+181+175=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5AF is #924A50. Grayscale: #9E9E9E. Windows color (decimal): -9587281 or 11515245. OLE color: 11515245.
HSL color Cylindrical-coordinate representation of color #6DB5AF: hue angle of 175º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB5AF is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 175 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.29 |
| HSL | 175º | 0.33% | 0.57% | - |
| HSV(B) | 175º | 0.4% | 0.71% | - |
| XYZ | 30.57 | 39.39 | 46.55 | - |
| YUV | 158.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 175 | 0.40 | 0 | 0.03 | 0.29 | 175 | 0.33 | 0.57 |
| Hex | 6D | B5 | AF | 28 | 0 | 3 | 1D | AF | 21 | 39 |
| Octal | 155 | 265 | 257 | 50 | 0 | 3 | 35 | 257 | 41 | 71 |
| Binary | 1101101 | 10110101 | 10101111 | 101000 | 0 | 11 | 11101 | 10101111 | 100001 | 111001 |
Color Harmonies of #6DB5AF
Complementary color
Monochromatic Colors of #6DB5AF
Black with #6DB5AF
Text Example
Text Example
White with #6DB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5AF; }
p { color: rgb(109,181,175); }
H1.HeaderClassName
{
color: #6DB5AF;
}
.AnyTagClassName
{
color: #6DB5AF;
}
</style>
background-color css
<style>
a { background-color: #6DB5AF; }
a { background-color: rgb(109,181,175); }
div.DivClassName
{
background-color: #6DB5AF;
}
.BgClassName
{
background-color: #6DB5AF;
}
</style>
border-color css
<style>
span { border-color: #6DB5AF; }
span { border-color: rgb(109,181,175); }
td.TdClassName
{
border-color: #6DB5AF;
}
.TagClassName
{
border-color: #6DB5AF;
}
</style>