Shades of Tradewind #6CA198
Tints of Tradewind #6CA198
RGB
CMYK
RGB Variations
Color information
#6CA198 (or 0x6CA198) is known color: Tradewind. HEX triplet: 6C, A1 and 98. RGB value is (108,161,152). Sum of RGB (Red+Green+Blue) = 108+161+152=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA198 is #935E67. Grayscale: #909090. Windows color (decimal): -9657960 or 10002796. OLE color: 10002796.
HSL color Cylindrical-coordinate representation of color #6CA198: hue angle of 169.81º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA198 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 152 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.37 |
| HSL | 169.81º | 0.22% | 0.53% | - |
| HSV(B) | 169.81º | 0.33% | 0.63% | - |
| XYZ | 24.6 | 30.94 | 34.38 | - |
| YUV | 144.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 152 | 0.33 | 0 | 0.06 | 0.37 | 169.81 | 0.22 | 0.53 |
| Hex | 6C | A1 | 98 | 21 | 0 | 6 | 25 | AA | 16 | 35 |
| Octal | 154 | 241 | 230 | 41 | 0 | 6 | 45 | 252 | 26 | 65 |
| Binary | 1101100 | 10100001 | 10011000 | 100001 | 0 | 110 | 100101 | 10101010 | 10110 | 110101 |
Color Harmonies of #6CA198
Complementary color
Monochromatic Colors of #6CA198
Black with #6CA198
Text Example
Text Example
White with #6CA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA198; }
p { color: rgb(108,161,152); }
H1.HeaderClassName
{
color: #6CA198;
}
.AnyTagClassName
{
color: #6CA198;
}
</style>
background-color css
<style>
a { background-color: #6CA198; }
a { background-color: rgb(108,161,152); }
div.DivClassName
{
background-color: #6CA198;
}
.BgClassName
{
background-color: #6CA198;
}
</style>
border-color css
<style>
span { border-color: #6CA198; }
span { border-color: rgb(108,161,152); }
td.TdClassName
{
border-color: #6CA198;
}
.TagClassName
{
border-color: #6CA198;
}
</style>