Shades of Tradewind #6BA199
Tints of Tradewind #6BA199
RGB
CMYK
RGB Variations
Color information
#6BA199 (or 0x6BA199) is known color: Tradewind. HEX triplet: 6B, A1 and 99. RGB value is (107,161,153). Sum of RGB (Red+Green+Blue) = 107+161+153=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA199 is #945E66. Grayscale: #8F8F8F. Windows color (decimal): -9723495 or 10068331. OLE color: 10068331.
HSL color Cylindrical-coordinate representation of color #6BA199: hue angle of 171.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA199 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 153 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.37 |
| HSL | 171.11º | 0.22% | 0.53% | - |
| HSV(B) | 171.11º | 0.34% | 0.63% | - |
| XYZ | 24.56 | 30.92 | 34.81 | - |
| YUV | 143.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 153 | 0.34 | 0 | 0.05 | 0.37 | 171.11 | 0.22 | 0.53 |
| Hex | 6B | A1 | 99 | 22 | 0 | 5 | 25 | AB | 16 | 35 |
| Octal | 153 | 241 | 231 | 42 | 0 | 5 | 45 | 253 | 26 | 65 |
| Binary | 1101011 | 10100001 | 10011001 | 100010 | 0 | 101 | 100101 | 10101011 | 10110 | 110101 |
Color Harmonies of #6BA199
Complementary color
Monochromatic Colors of #6BA199
Black with #6BA199
Text Example
Text Example
White with #6BA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA199; }
p { color: rgb(107,161,153); }
H1.HeaderClassName
{
color: #6BA199;
}
.AnyTagClassName
{
color: #6BA199;
}
</style>
background-color css
<style>
a { background-color: #6BA199; }
a { background-color: rgb(107,161,153); }
div.DivClassName
{
background-color: #6BA199;
}
.BgClassName
{
background-color: #6BA199;
}
</style>
border-color css
<style>
span { border-color: #6BA199; }
span { border-color: rgb(107,161,153); }
td.TdClassName
{
border-color: #6BA199;
}
.TagClassName
{
border-color: #6BA199;
}
</style>