Shades of Tradewind #6CAEAD
Tints of Tradewind #6CAEAD
RGB
CMYK
RGB Variations
Color information
#6CAEAD (or 0x6CAEAD) is known color: Tradewind. HEX triplet: 6C, AE and AD. RGB value is (108,174,173). Sum of RGB (Red+Green+Blue) = 108+174+173=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAEAD is #935152. Grayscale: #9A9A9A. Windows color (decimal): -9654611 or 11382380. OLE color: 11382380.
HSL color Cylindrical-coordinate representation of color #6CAEAD: hue angle of 179.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAEAD is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 173 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.32 |
| HSL | 179.09º | 0.29% | 0.55% | - |
| HSV(B) | 179.09º | 0.38% | 0.68% | - |
| XYZ | 28.86 | 36.48 | 45.05 | - |
| YUV | 154.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 173 | 0.38 | 0 | 0.01 | 0.32 | 179.09 | 0.29 | 0.55 |
| Hex | 6C | AE | AD | 26 | 0 | 1 | 20 | B3 | 1D | 37 |
| Octal | 154 | 256 | 255 | 46 | 0 | 1 | 40 | 263 | 35 | 67 |
| Binary | 1101100 | 10101110 | 10101101 | 100110 | 0 | 1 | 100000 | 10110011 | 11101 | 110111 |
Color Harmonies of #6CAEAD
Complementary color
Monochromatic Colors of #6CAEAD
Black with #6CAEAD
Text Example
Text Example
White with #6CAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAEAD; }
p { color: rgb(108,174,173); }
H1.HeaderClassName
{
color: #6CAEAD;
}
.AnyTagClassName
{
color: #6CAEAD;
}
</style>
background-color css
<style>
a { background-color: #6CAEAD; }
a { background-color: rgb(108,174,173); }
div.DivClassName
{
background-color: #6CAEAD;
}
.BgClassName
{
background-color: #6CAEAD;
}
</style>
border-color css
<style>
span { border-color: #6CAEAD; }
span { border-color: rgb(108,174,173); }
td.TdClassName
{
border-color: #6CAEAD;
}
.TagClassName
{
border-color: #6CAEAD;
}
</style>