Shades of Tradewind #6CA299
Tints of Tradewind #6CA299
RGB
CMYK
RGB Variations
Color information
#6CA299 (or 0x6CA299) is known color: Tradewind. HEX triplet: 6C, A2 and 99. RGB value is (108,162,153). Sum of RGB (Red+Green+Blue) = 108+162+153=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA299 is #935D66. Grayscale: #909090. Windows color (decimal): -9657703 or 10068588. OLE color: 10068588.
HSL color Cylindrical-coordinate representation of color #6CA299: hue angle of 170º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA299 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 153 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.36 |
| HSL | 170º | 0.23% | 0.53% | - |
| HSV(B) | 170º | 0.33% | 0.64% | - |
| XYZ | 24.85 | 31.33 | 34.87 | - |
| YUV | 144.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 153 | 0.33 | 0 | 0.06 | 0.36 | 170 | 0.23 | 0.53 |
| Hex | 6C | A2 | 99 | 21 | 0 | 6 | 24 | AA | 16 | 35 |
| Octal | 154 | 242 | 231 | 41 | 0 | 6 | 44 | 252 | 26 | 65 |
| Binary | 1101100 | 10100010 | 10011001 | 100001 | 0 | 110 | 100100 | 10101010 | 10110 | 110101 |
Color Harmonies of #6CA299
Complementary color
Monochromatic Colors of #6CA299
Black with #6CA299
Text Example
Text Example
White with #6CA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA299; }
p { color: rgb(108,162,153); }
H1.HeaderClassName
{
color: #6CA299;
}
.AnyTagClassName
{
color: #6CA299;
}
</style>
background-color css
<style>
a { background-color: #6CA299; }
a { background-color: rgb(108,162,153); }
div.DivClassName
{
background-color: #6CA299;
}
.BgClassName
{
background-color: #6CA299;
}
</style>
border-color css
<style>
span { border-color: #6CA299; }
span { border-color: rgb(108,162,153); }
td.TdClassName
{
border-color: #6CA299;
}
.TagClassName
{
border-color: #6CA299;
}
</style>