Shades of Tradewind #6BA49A
Tints of Tradewind #6BA49A
RGB
CMYK
RGB Variations
Color information
#6BA49A (or 0x6BA49A) is known color: Tradewind. HEX triplet: 6B, A4 and 9A. RGB value is (107,164,154). Sum of RGB (Red+Green+Blue) = 107+164+154=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA49A is #945B65. Grayscale: #919191. Windows color (decimal): -9722726 or 10134635. OLE color: 10134635.
HSL color Cylindrical-coordinate representation of color #6BA49A: hue angle of 169.47º 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 #6BA49A is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 154 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.36 |
| HSL | 169.47º | 0.24% | 0.53% | - |
| HSV(B) | 169.47º | 0.35% | 0.64% | - |
| XYZ | 25.17 | 32.01 | 35.42 | - |
| YUV | 145.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 154 | 0.35 | 0 | 0.06 | 0.36 | 169.47 | 0.24 | 0.53 |
| Hex | 6B | A4 | 9A | 23 | 0 | 6 | 24 | A9 | 18 | 35 |
| Octal | 153 | 244 | 232 | 43 | 0 | 6 | 44 | 251 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10011010 | 100011 | 0 | 110 | 100100 | 10101001 | 11000 | 110101 |
Color Harmonies of #6BA49A
Complementary color
Monochromatic Colors of #6BA49A
Black with #6BA49A
Text Example
Text Example
White with #6BA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA49A; }
p { color: rgb(107,164,154); }
H1.HeaderClassName
{
color: #6BA49A;
}
.AnyTagClassName
{
color: #6BA49A;
}
</style>
background-color css
<style>
a { background-color: #6BA49A; }
a { background-color: rgb(107,164,154); }
div.DivClassName
{
background-color: #6BA49A;
}
.BgClassName
{
background-color: #6BA49A;
}
</style>
border-color css
<style>
span { border-color: #6BA49A; }
span { border-color: rgb(107,164,154); }
td.TdClassName
{
border-color: #6BA49A;
}
.TagClassName
{
border-color: #6BA49A;
}
</style>