Shades of Tradewind #6DB0AB
Tints of Tradewind #6DB0AB
RGB
CMYK
RGB Variations
Color information
#6DB0AB (or 0x6DB0AB) is known color: Tradewind. HEX triplet: 6D, B0 and AB. RGB value is (109,176,171). Sum of RGB (Red+Green+Blue) = 109+176+171=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB0AB is #924F54. Grayscale: #9B9B9B. Windows color (decimal): -9588565 or 11251821. OLE color: 11251821.
HSL color Cylindrical-coordinate representation of color #6DB0AB: hue angle of 175.52º degrees, saturation: 0.3, 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 #6DB0AB is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 171 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.31 |
| HSL | 175.52º | 0.3% | 0.56% | - |
| HSV(B) | 175.52º | 0.38% | 0.69% | - |
| XYZ | 29.18 | 37.24 | 44.18 | - |
| YUV | 155.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 171 | 0.38 | 0 | 0.03 | 0.31 | 175.52 | 0.3 | 0.56 |
| Hex | 6D | B0 | AB | 26 | 0 | 3 | 1F | B0 | 1E | 38 |
| Octal | 155 | 260 | 253 | 46 | 0 | 3 | 37 | 260 | 36 | 70 |
| Binary | 1101101 | 10110000 | 10101011 | 100110 | 0 | 11 | 11111 | 10110000 | 11110 | 111000 |
Color Harmonies of #6DB0AB
Complementary color
Monochromatic Colors of #6DB0AB
Black with #6DB0AB
Text Example
Text Example
White with #6DB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB0AB; }
p { color: rgb(109,176,171); }
H1.HeaderClassName
{
color: #6DB0AB;
}
.AnyTagClassName
{
color: #6DB0AB;
}
</style>
background-color css
<style>
a { background-color: #6DB0AB; }
a { background-color: rgb(109,176,171); }
div.DivClassName
{
background-color: #6DB0AB;
}
.BgClassName
{
background-color: #6DB0AB;
}
</style>
border-color css
<style>
span { border-color: #6DB0AB; }
span { border-color: rgb(109,176,171); }
td.TdClassName
{
border-color: #6DB0AB;
}
.TagClassName
{
border-color: #6DB0AB;
}
</style>