Shades of Tradewind #6BA49B
Tints of Tradewind #6BA49B
RGB
CMYK
RGB Variations
Color information
#6BA49B (or 0x6BA49B) is known color: Tradewind. HEX triplet: 6B, A4 and 9B. RGB value is (107,164,155). Sum of RGB (Red+Green+Blue) = 107+164+155=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA49B is #945B64. Grayscale: #919191. Windows color (decimal): -9722725 or 10200171. OLE color: 10200171.
HSL color Cylindrical-coordinate representation of color #6BA49B: hue angle of 170.53º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA49B is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 155 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.36 |
| HSL | 170.53º | 0.24% | 0.53% | - |
| HSV(B) | 170.53º | 0.35% | 0.64% | - |
| XYZ | 25.26 | 32.04 | 35.86 | - |
| YUV | 145.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 155 | 0.35 | 0 | 0.05 | 0.36 | 170.53 | 0.24 | 0.53 |
| Hex | 6B | A4 | 9B | 23 | 0 | 5 | 24 | AB | 18 | 35 |
| Octal | 153 | 244 | 233 | 43 | 0 | 5 | 44 | 253 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10011011 | 100011 | 0 | 101 | 100100 | 10101011 | 11000 | 110101 |
Color Harmonies of #6BA49B
Complementary color
Monochromatic Colors of #6BA49B
Black with #6BA49B
Text Example
Text Example
White with #6BA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA49B; }
p { color: rgb(107,164,155); }
H1.HeaderClassName
{
color: #6BA49B;
}
.AnyTagClassName
{
color: #6BA49B;
}
</style>
background-color css
<style>
a { background-color: #6BA49B; }
a { background-color: rgb(107,164,155); }
div.DivClassName
{
background-color: #6BA49B;
}
.BgClassName
{
background-color: #6BA49B;
}
</style>
border-color css
<style>
span { border-color: #6BA49B; }
span { border-color: rgb(107,164,155); }
td.TdClassName
{
border-color: #6BA49B;
}
.TagClassName
{
border-color: #6BA49B;
}
</style>