Shades of Tradewind #6BA99B
Tints of Tradewind #6BA99B
RGB
CMYK
RGB Variations
Color information
#6BA99B (or 0x6BA99B) is known color: Tradewind. HEX triplet: 6B, A9 and 9B. RGB value is (107,169,155). Sum of RGB (Red+Green+Blue) = 107+169+155=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA99B is #945664. Grayscale: #949494. Windows color (decimal): -9721445 or 10201451. OLE color: 10201451.
HSL color Cylindrical-coordinate representation of color #6BA99B: hue angle of 166.45º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA99B is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 155 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.34 |
| HSL | 166.45º | 0.26% | 0.54% | - |
| HSV(B) | 166.45º | 0.37% | 0.66% | - |
| XYZ | 26.17 | 33.87 | 36.17 | - |
| YUV | 148.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 155 | 0.37 | 0 | 0.08 | 0.34 | 166.45 | 0.26 | 0.54 |
| Hex | 6B | A9 | 9B | 25 | 0 | 8 | 22 | A6 | 1A | 36 |
| Octal | 153 | 251 | 233 | 45 | 0 | 10 | 42 | 246 | 32 | 66 |
| Binary | 1101011 | 10101001 | 10011011 | 100101 | 0 | 1000 | 100010 | 10100110 | 11010 | 110110 |
Color Harmonies of #6BA99B
Complementary color
Monochromatic Colors of #6BA99B
Black with #6BA99B
Text Example
Text Example
White with #6BA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA99B; }
p { color: rgb(107,169,155); }
H1.HeaderClassName
{
color: #6BA99B;
}
.AnyTagClassName
{
color: #6BA99B;
}
</style>
background-color css
<style>
a { background-color: #6BA99B; }
a { background-color: rgb(107,169,155); }
div.DivClassName
{
background-color: #6BA99B;
}
.BgClassName
{
background-color: #6BA99B;
}
</style>
border-color css
<style>
span { border-color: #6BA99B; }
span { border-color: rgb(107,169,155); }
td.TdClassName
{
border-color: #6BA99B;
}
.TagClassName
{
border-color: #6BA99B;
}
</style>