Shades of Tradewind #6BADAA
Tints of Tradewind #6BADAA
RGB
CMYK
RGB Variations
Color information
#6BADAA (or 0x6BADAA) is known color: Tradewind. HEX triplet: 6B, AD and AA. RGB value is (107,173,170). Sum of RGB (Red+Green+Blue) = 107+173+170=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #6BADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BADAA is #945255. Grayscale: #989898. Windows color (decimal): -9720406 or 11185515. OLE color: 11185515.
HSL color Cylindrical-coordinate representation of color #6BADAA: hue angle of 177.27º 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 #6BADAA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 170 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.32 |
| HSL | 177.27º | 0.29% | 0.55% | - |
| HSV(B) | 177.27º | 0.38% | 0.68% | - |
| XYZ | 28.26 | 35.92 | 43.47 | - |
| YUV | 152.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 170 | 0.38 | 0 | 0.02 | 0.32 | 177.27 | 0.29 | 0.55 |
| Hex | 6B | AD | AA | 26 | 0 | 2 | 20 | B1 | 1D | 37 |
| Octal | 153 | 255 | 252 | 46 | 0 | 2 | 40 | 261 | 35 | 67 |
| Binary | 1101011 | 10101101 | 10101010 | 100110 | 0 | 10 | 100000 | 10110001 | 11101 | 110111 |
Color Harmonies of #6BADAA
Complementary color
Monochromatic Colors of #6BADAA
Black with #6BADAA
Text Example
Text Example
White with #6BADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADAA; }
p { color: rgb(107,173,170); }
H1.HeaderClassName
{
color: #6BADAA;
}
.AnyTagClassName
{
color: #6BADAA;
}
</style>
background-color css
<style>
a { background-color: #6BADAA; }
a { background-color: rgb(107,173,170); }
div.DivClassName
{
background-color: #6BADAA;
}
.BgClassName
{
background-color: #6BADAA;
}
</style>
border-color css
<style>
span { border-color: #6BADAA; }
span { border-color: rgb(107,173,170); }
td.TdClassName
{
border-color: #6BADAA;
}
.TagClassName
{
border-color: #6BADAA;
}
</style>