Shades of Tradewind #6ABDB4
Tints of Tradewind #6ABDB4
RGB
CMYK
RGB Variations
Color information
#6ABDB4 (or 0x6ABDB4) is known color: Tradewind. HEX triplet: 6A, BD and B4. RGB value is (106,189,180). Sum of RGB (Red+Green+Blue) = 106+189+180=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDB4 is #95424B. Grayscale: #A3A3A3. Windows color (decimal): -9781836 or 11844970. OLE color: 11844970.
HSL color Cylindrical-coordinate representation of color #6ABDB4: hue angle of 173.49º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABDB4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 180 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.26 |
| HSL | 173.49º | 0.39% | 0.58% | - |
| HSV(B) | 173.49º | 0.44% | 0.74% | - |
| XYZ | 32.38 | 42.75 | 49.73 | - |
| YUV | 163.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 180 | 0.44 | 0 | 0.05 | 0.26 | 173.49 | 0.39 | 0.58 |
| Hex | 6A | BD | B4 | 2C | 0 | 5 | 1A | AD | 27 | 3A |
| Octal | 152 | 275 | 264 | 54 | 0 | 5 | 32 | 255 | 47 | 72 |
| Binary | 1101010 | 10111101 | 10110100 | 101100 | 0 | 101 | 11010 | 10101101 | 100111 | 111010 |
Color Harmonies of #6ABDB4
Complementary color
Monochromatic Colors of #6ABDB4
Black with #6ABDB4
Text Example
Text Example
White with #6ABDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDB4; }
p { color: rgb(106,189,180); }
H1.HeaderClassName
{
color: #6ABDB4;
}
.AnyTagClassName
{
color: #6ABDB4;
}
</style>
background-color css
<style>
a { background-color: #6ABDB4; }
a { background-color: rgb(106,189,180); }
div.DivClassName
{
background-color: #6ABDB4;
}
.BgClassName
{
background-color: #6ABDB4;
}
</style>
border-color css
<style>
span { border-color: #6ABDB4; }
span { border-color: rgb(106,189,180); }
td.TdClassName
{
border-color: #6ABDB4;
}
.TagClassName
{
border-color: #6ABDB4;
}
</style>