Shades of Tradewind #6BABA6
Tints of Tradewind #6BABA6
RGB
CMYK
RGB Variations
Color information
#6BABA6 (or 0x6BABA6) is known color: Tradewind. HEX triplet: 6B, AB and A6. RGB value is (107,171,166). Sum of RGB (Red+Green+Blue) = 107+171+166=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #6BABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BABA6 is #945459. Grayscale: #979797. Windows color (decimal): -9720922 or 10922859. OLE color: 10922859.
HSL color Cylindrical-coordinate representation of color #6BABA6: hue angle of 175.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BABA6 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 166 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.33 |
| HSL | 175.31º | 0.28% | 0.55% | - |
| HSV(B) | 175.31º | 0.37% | 0.67% | - |
| XYZ | 27.51 | 35 | 41.38 | - |
| YUV | 151.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 166 | 0.37 | 0 | 0.03 | 0.33 | 175.31 | 0.28 | 0.55 |
| Hex | 6B | AB | A6 | 25 | 0 | 3 | 21 | AF | 1C | 37 |
| Octal | 153 | 253 | 246 | 45 | 0 | 3 | 41 | 257 | 34 | 67 |
| Binary | 1101011 | 10101011 | 10100110 | 100101 | 0 | 11 | 100001 | 10101111 | 11100 | 110111 |
Color Harmonies of #6BABA6
Complementary color
Monochromatic Colors of #6BABA6
Black with #6BABA6
Text Example
Text Example
White with #6BABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABA6; }
p { color: rgb(107,171,166); }
H1.HeaderClassName
{
color: #6BABA6;
}
.AnyTagClassName
{
color: #6BABA6;
}
</style>
background-color css
<style>
a { background-color: #6BABA6; }
a { background-color: rgb(107,171,166); }
div.DivClassName
{
background-color: #6BABA6;
}
.BgClassName
{
background-color: #6BABA6;
}
</style>
border-color css
<style>
span { border-color: #6BABA6; }
span { border-color: rgb(107,171,166); }
td.TdClassName
{
border-color: #6BABA6;
}
.TagClassName
{
border-color: #6BABA6;
}
</style>