Shades of Tradewind #6BA39D
Tints of Tradewind #6BA39D
RGB
CMYK
RGB Variations
Color information
#6BA39D (or 0x6BA39D) is known color: Tradewind. HEX triplet: 6B, A3 and 9D. RGB value is (107,163,157). Sum of RGB (Red+Green+Blue) = 107+163+157=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA39D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA39D is #945C62. Grayscale: #919191. Windows color (decimal): -9722979 or 10330987. OLE color: 10330987.
HSL color Cylindrical-coordinate representation of color #6BA39D: hue angle of 173.57º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA39D is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 157 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.36 |
| HSL | 173.57º | 0.23% | 0.53% | - |
| HSV(B) | 173.57º | 0.34% | 0.64% | - |
| XYZ | 25.25 | 31.75 | 36.7 | - |
| YUV | 145.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 157 | 0.34 | 0 | 0.04 | 0.36 | 173.57 | 0.23 | 0.53 |
| Hex | 6B | A3 | 9D | 22 | 0 | 4 | 24 | AE | 17 | 35 |
| Octal | 153 | 243 | 235 | 42 | 0 | 4 | 44 | 256 | 27 | 65 |
| Binary | 1101011 | 10100011 | 10011101 | 100010 | 0 | 100 | 100100 | 10101110 | 10111 | 110101 |
Color Harmonies of #6BA39D
Complementary color
Monochromatic Colors of #6BA39D
Black with #6BA39D
Text Example
Text Example
White with #6BA39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA39D; }
p { color: rgb(107,163,157); }
H1.HeaderClassName
{
color: #6BA39D;
}
.AnyTagClassName
{
color: #6BA39D;
}
</style>
background-color css
<style>
a { background-color: #6BA39D; }
a { background-color: rgb(107,163,157); }
div.DivClassName
{
background-color: #6BA39D;
}
.BgClassName
{
background-color: #6BA39D;
}
</style>
border-color css
<style>
span { border-color: #6BA39D; }
span { border-color: rgb(107,163,157); }
td.TdClassName
{
border-color: #6BA39D;
}
.TagClassName
{
border-color: #6BA39D;
}
</style>