Shades of Tradewind #6AA299
Tints of Tradewind #6AA299
RGB
CMYK
RGB Variations
Color information
#6AA299 (or 0x6AA299) is known color: Tradewind. HEX triplet: 6A, A2 and 99. RGB value is (106,162,153). Sum of RGB (Red+Green+Blue) = 106+162+153=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA299 is #955D66. Grayscale: #909090. Windows color (decimal): -9788775 or 10068586. OLE color: 10068586.
HSL color Cylindrical-coordinate representation of color #6AA299: hue angle of 170.36º degrees, saturation: 0.23, 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 #6AA299 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 162 | 153 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.36 |
| HSL | 170.36º | 0.23% | 0.53% | - |
| HSV(B) | 170.36º | 0.35% | 0.64% | - |
| XYZ | 24.61 | 31.2 | 34.86 | - |
| YUV | 144.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 162 | 153 | 0.35 | 0 | 0.06 | 0.36 | 170.36 | 0.23 | 0.53 |
| Hex | 6A | A2 | 99 | 23 | 0 | 6 | 24 | AA | 17 | 35 |
| Octal | 152 | 242 | 231 | 43 | 0 | 6 | 44 | 252 | 27 | 65 |
| Binary | 1101010 | 10100010 | 10011001 | 100011 | 0 | 110 | 100100 | 10101010 | 10111 | 110101 |
Color Harmonies of #6AA299
Complementary color
Monochromatic Colors of #6AA299
Black with #6AA299
Text Example
Text Example
White with #6AA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA299; }
p { color: rgb(106,162,153); }
H1.HeaderClassName
{
color: #6AA299;
}
.AnyTagClassName
{
color: #6AA299;
}
</style>
background-color css
<style>
a { background-color: #6AA299; }
a { background-color: rgb(106,162,153); }
div.DivClassName
{
background-color: #6AA299;
}
.BgClassName
{
background-color: #6AA299;
}
</style>
border-color css
<style>
span { border-color: #6AA299; }
span { border-color: rgb(106,162,153); }
td.TdClassName
{
border-color: #6AA299;
}
.TagClassName
{
border-color: #6AA299;
}
</style>