Shades of Tradewind #6DB4AC
Tints of Tradewind #6DB4AC
RGB
CMYK
RGB Variations
Color information
#6DB4AC (or 0x6DB4AC) is known color: Tradewind. HEX triplet: 6D, B4 and AC. RGB value is (109,180,172). Sum of RGB (Red+Green+Blue) = 109+180+172=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB4AC is #924B53. Grayscale: #9D9D9D. Windows color (decimal): -9587540 or 11318381. OLE color: 11318381.
HSL color Cylindrical-coordinate representation of color #6DB4AC: hue angle of 173.24º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB4AC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 172 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.29 |
| HSL | 173.24º | 0.32% | 0.57% | - |
| HSV(B) | 173.24º | 0.39% | 0.71% | - |
| XYZ | 30.07 | 38.87 | 44.95 | - |
| YUV | 157.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 172 | 0.39 | 0 | 0.04 | 0.29 | 173.24 | 0.32 | 0.57 |
| Hex | 6D | B4 | AC | 27 | 0 | 4 | 1D | AD | 20 | 39 |
| Octal | 155 | 264 | 254 | 47 | 0 | 4 | 35 | 255 | 40 | 71 |
| Binary | 1101101 | 10110100 | 10101100 | 100111 | 0 | 100 | 11101 | 10101101 | 100000 | 111001 |
Color Harmonies of #6DB4AC
Complementary color
Monochromatic Colors of #6DB4AC
Black with #6DB4AC
Text Example
Text Example
White with #6DB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4AC; }
p { color: rgb(109,180,172); }
H1.HeaderClassName
{
color: #6DB4AC;
}
.AnyTagClassName
{
color: #6DB4AC;
}
</style>
background-color css
<style>
a { background-color: #6DB4AC; }
a { background-color: rgb(109,180,172); }
div.DivClassName
{
background-color: #6DB4AC;
}
.BgClassName
{
background-color: #6DB4AC;
}
</style>
border-color css
<style>
span { border-color: #6DB4AC; }
span { border-color: rgb(109,180,172); }
td.TdClassName
{
border-color: #6DB4AC;
}
.TagClassName
{
border-color: #6DB4AC;
}
</style>