Shades of Tradewind #6BADAC
Tints of Tradewind #6BADAC
RGB
CMYK
RGB Variations
Color information
#6BADAC (or 0x6BADAC) is known color: Tradewind. HEX triplet: 6B, AD and AC. RGB value is (107,173,172). Sum of RGB (Red+Green+Blue) = 107+173+172=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #6BADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BADAC is #945253. Grayscale: #999999. Windows color (decimal): -9720404 or 11316587. OLE color: 11316587.
HSL color Cylindrical-coordinate representation of color #6BADAC: hue angle of 179.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BADAC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 172 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.32 |
| HSL | 179.09º | 0.29% | 0.55% | - |
| HSV(B) | 179.09º | 0.38% | 0.68% | - |
| XYZ | 28.45 | 35.99 | 44.48 | - |
| YUV | 153.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 172 | 0.38 | 0 | 0.01 | 0.32 | 179.09 | 0.29 | 0.55 |
| Hex | 6B | AD | AC | 26 | 0 | 1 | 20 | B3 | 1D | 37 |
| Octal | 153 | 255 | 254 | 46 | 0 | 1 | 40 | 263 | 35 | 67 |
| Binary | 1101011 | 10101101 | 10101100 | 100110 | 0 | 1 | 100000 | 10110011 | 11101 | 110111 |
Color Harmonies of #6BADAC
Complementary color
Monochromatic Colors of #6BADAC
Black with #6BADAC
Text Example
Text Example
White with #6BADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADAC; }
p { color: rgb(107,173,172); }
H1.HeaderClassName
{
color: #6BADAC;
}
.AnyTagClassName
{
color: #6BADAC;
}
</style>
background-color css
<style>
a { background-color: #6BADAC; }
a { background-color: rgb(107,173,172); }
div.DivClassName
{
background-color: #6BADAC;
}
.BgClassName
{
background-color: #6BADAC;
}
</style>
border-color css
<style>
span { border-color: #6BADAC; }
span { border-color: rgb(107,173,172); }
td.TdClassName
{
border-color: #6BADAC;
}
.TagClassName
{
border-color: #6BADAC;
}
</style>