Shades of Tradewind #6CAFA3
Tints of Tradewind #6CAFA3
RGB
CMYK
RGB Variations
Color information
#6CAFA3 (or 0x6CAFA3) is known color: Tradewind. HEX triplet: 6C, AF and A3. RGB value is (108,175,163). Sum of RGB (Red+Green+Blue) = 108+175+163=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAFA3 is #93505C. Grayscale: #999999. Windows color (decimal): -9654365 or 10727276. OLE color: 10727276.
HSL color Cylindrical-coordinate representation of color #6CAFA3: hue angle of 169.25º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAFA3 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 163 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.31 |
| HSL | 169.25º | 0.3% | 0.55% | - |
| HSV(B) | 169.25º | 0.38% | 0.69% | - |
| XYZ | 28.13 | 36.49 | 40.21 | - |
| YUV | 153.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 163 | 0.38 | 0 | 0.07 | 0.31 | 169.25 | 0.3 | 0.55 |
| Hex | 6C | AF | A3 | 26 | 0 | 7 | 1F | A9 | 1E | 37 |
| Octal | 154 | 257 | 243 | 46 | 0 | 7 | 37 | 251 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10100011 | 100110 | 0 | 111 | 11111 | 10101001 | 11110 | 110111 |
Color Harmonies of #6CAFA3
Complementary color
Monochromatic Colors of #6CAFA3
Black with #6CAFA3
Text Example
Text Example
White with #6CAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAFA3; }
p { color: rgb(108,175,163); }
H1.HeaderClassName
{
color: #6CAFA3;
}
.AnyTagClassName
{
color: #6CAFA3;
}
</style>
background-color css
<style>
a { background-color: #6CAFA3; }
a { background-color: rgb(108,175,163); }
div.DivClassName
{
background-color: #6CAFA3;
}
.BgClassName
{
background-color: #6CAFA3;
}
</style>
border-color css
<style>
span { border-color: #6CAFA3; }
span { border-color: rgb(108,175,163); }
td.TdClassName
{
border-color: #6CAFA3;
}
.TagClassName
{
border-color: #6CAFA3;
}
</style>