Shades of Tradewind #6DB09F
Tints of Tradewind #6DB09F
RGB
CMYK
RGB Variations
Color information
#6DB09F (or 0x6DB09F) is known color: Tradewind. HEX triplet: 6D, B0 and 9F. RGB value is (109,176,159). Sum of RGB (Red+Green+Blue) = 109+176+159=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB09F is #924F60. Grayscale: #9A9A9A. Windows color (decimal): -9588577 or 10465389. OLE color: 10465389.
HSL color Cylindrical-coordinate representation of color #6DB09F: hue angle of 164.78º 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 #6DB09F is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 159 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.31 |
| HSL | 164.78º | 0.3% | 0.56% | - |
| HSV(B) | 164.78º | 0.38% | 0.69% | - |
| XYZ | 28.09 | 36.81 | 38.42 | - |
| YUV | 154.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 159 | 0.38 | 0 | 0.10 | 0.31 | 164.78 | 0.3 | 0.56 |
| Hex | 6D | B0 | 9F | 26 | 0 | A | 1F | A5 | 1E | 38 |
| Octal | 155 | 260 | 237 | 46 | 0 | 12 | 37 | 245 | 36 | 70 |
| Binary | 1101101 | 10110000 | 10011111 | 100110 | 0 | 1010 | 11111 | 10100101 | 11110 | 111000 |
Color Harmonies of #6DB09F
Complementary color
Monochromatic Colors of #6DB09F
Black with #6DB09F
Text Example
Text Example
White with #6DB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB09F; }
p { color: rgb(109,176,159); }
H1.HeaderClassName
{
color: #6DB09F;
}
.AnyTagClassName
{
color: #6DB09F;
}
</style>
background-color css
<style>
a { background-color: #6DB09F; }
a { background-color: rgb(109,176,159); }
div.DivClassName
{
background-color: #6DB09F;
}
.BgClassName
{
background-color: #6DB09F;
}
</style>
border-color css
<style>
span { border-color: #6DB09F; }
span { border-color: rgb(109,176,159); }
td.TdClassName
{
border-color: #6DB09F;
}
.TagClassName
{
border-color: #6DB09F;
}
</style>