Shades of Tradewind #6DB8AF
Tints of Tradewind #6DB8AF
RGB
CMYK
RGB Variations
Color information
#6DB8AF (or 0x6DB8AF) is known color: Tradewind. HEX triplet: 6D, B8 and AF. RGB value is (109,184,175). Sum of RGB (Red+Green+Blue) = 109+184+175=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB8AF is #924750. Grayscale: #A0A0A0. Windows color (decimal): -9586513 or 11516013. OLE color: 11516013.
HSL color Cylindrical-coordinate representation of color #6DB8AF: hue angle of 172.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB8AF is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 175 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.28 |
| HSL | 172.8º | 0.35% | 0.57% | - |
| HSV(B) | 172.8º | 0.41% | 0.72% | - |
| XYZ | 31.19 | 40.63 | 46.76 | - |
| YUV | 160.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 175 | 0.41 | 0 | 0.05 | 0.28 | 172.8 | 0.35 | 0.57 |
| Hex | 6D | B8 | AF | 29 | 0 | 5 | 1C | AD | 23 | 39 |
| Octal | 155 | 270 | 257 | 51 | 0 | 5 | 34 | 255 | 43 | 71 |
| Binary | 1101101 | 10111000 | 10101111 | 101001 | 0 | 101 | 11100 | 10101101 | 100011 | 111001 |
Color Harmonies of #6DB8AF
Complementary color
Monochromatic Colors of #6DB8AF
Black with #6DB8AF
Text Example
Text Example
White with #6DB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB8AF; }
p { color: rgb(109,184,175); }
H1.HeaderClassName
{
color: #6DB8AF;
}
.AnyTagClassName
{
color: #6DB8AF;
}
</style>
background-color css
<style>
a { background-color: #6DB8AF; }
a { background-color: rgb(109,184,175); }
div.DivClassName
{
background-color: #6DB8AF;
}
.BgClassName
{
background-color: #6DB8AF;
}
</style>
border-color css
<style>
span { border-color: #6DB8AF; }
span { border-color: rgb(109,184,175); }
td.TdClassName
{
border-color: #6DB8AF;
}
.TagClassName
{
border-color: #6DB8AF;
}
</style>