Shades of Tradewind #6BA89D
Tints of Tradewind #6BA89D
RGB
CMYK
RGB Variations
Color information
#6BA89D (or 0x6BA89D) is known color: Tradewind. HEX triplet: 6B, A8 and 9D. RGB value is (107,168,157). Sum of RGB (Red+Green+Blue) = 107+168+157=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA89D is #945762. Grayscale: #949494. Windows color (decimal): -9721699 or 10332267. OLE color: 10332267.
HSL color Cylindrical-coordinate representation of color #6BA89D: hue angle of 169.18º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA89D is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 157 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.34 |
| HSL | 169.18º | 0.26% | 0.54% | - |
| HSV(B) | 169.18º | 0.36% | 0.66% | - |
| XYZ | 26.15 | 33.57 | 37 | - |
| YUV | 148.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 157 | 0.36 | 0 | 0.07 | 0.34 | 169.18 | 0.26 | 0.54 |
| Hex | 6B | A8 | 9D | 24 | 0 | 7 | 22 | A9 | 1A | 36 |
| Octal | 153 | 250 | 235 | 44 | 0 | 7 | 42 | 251 | 32 | 66 |
| Binary | 1101011 | 10101000 | 10011101 | 100100 | 0 | 111 | 100010 | 10101001 | 11010 | 110110 |
Color Harmonies of #6BA89D
Complementary color
Monochromatic Colors of #6BA89D
Black with #6BA89D
Text Example
Text Example
White with #6BA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA89D; }
p { color: rgb(107,168,157); }
H1.HeaderClassName
{
color: #6BA89D;
}
.AnyTagClassName
{
color: #6BA89D;
}
</style>
background-color css
<style>
a { background-color: #6BA89D; }
a { background-color: rgb(107,168,157); }
div.DivClassName
{
background-color: #6BA89D;
}
.BgClassName
{
background-color: #6BA89D;
}
</style>
border-color css
<style>
span { border-color: #6BA89D; }
span { border-color: rgb(107,168,157); }
td.TdClassName
{
border-color: #6BA89D;
}
.TagClassName
{
border-color: #6BA89D;
}
</style>