Shades of Tradewind #6DB7B3
Tints of Tradewind #6DB7B3
RGB
CMYK
RGB Variations
Color information
#6DB7B3 (or 0x6DB7B3) is known color: Tradewind. HEX triplet: 6D, B7 and B3. RGB value is (109,183,179). Sum of RGB (Red+Green+Blue) = 109+183+179=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7B3 is #92484C. Grayscale: #A0A0A0. Windows color (decimal): -9586765 or 11777901. OLE color: 11777901.
HSL color Cylindrical-coordinate representation of color #6DB7B3: hue angle of 176.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB7B3 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 179 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.28 |
| HSL | 176.76º | 0.34% | 0.57% | - |
| HSV(B) | 176.76º | 0.4% | 0.72% | - |
| XYZ | 31.38 | 40.37 | 48.79 | - |
| YUV | 160.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 179 | 0.40 | 0 | 0.02 | 0.28 | 176.76 | 0.34 | 0.57 |
| Hex | 6D | B7 | B3 | 28 | 0 | 2 | 1C | B1 | 22 | 39 |
| Octal | 155 | 267 | 263 | 50 | 0 | 2 | 34 | 261 | 42 | 71 |
| Binary | 1101101 | 10110111 | 10110011 | 101000 | 0 | 10 | 11100 | 10110001 | 100010 | 111001 |
Color Harmonies of #6DB7B3
Complementary color
Monochromatic Colors of #6DB7B3
Black with #6DB7B3
Text Example
Text Example
White with #6DB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7B3; }
p { color: rgb(109,183,179); }
H1.HeaderClassName
{
color: #6DB7B3;
}
.AnyTagClassName
{
color: #6DB7B3;
}
</style>
background-color css
<style>
a { background-color: #6DB7B3; }
a { background-color: rgb(109,183,179); }
div.DivClassName
{
background-color: #6DB7B3;
}
.BgClassName
{
background-color: #6DB7B3;
}
</style>
border-color css
<style>
span { border-color: #6DB7B3; }
span { border-color: rgb(109,183,179); }
td.TdClassName
{
border-color: #6DB7B3;
}
.TagClassName
{
border-color: #6DB7B3;
}
</style>