Shades of Tradewind #6FAEAD
Tints of Tradewind #6FAEAD
RGB
CMYK
RGB Variations
Color information
#6FAEAD (or 0x6FAEAD) is known color: Tradewind. HEX triplet: 6F, AE and AD. RGB value is (111,174,173). Sum of RGB (Red+Green+Blue) = 111+174+173=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAEAD is #905152. Grayscale: #9A9A9A. Windows color (decimal): -9458003 or 11382383. OLE color: 11382383.
HSL color Cylindrical-coordinate representation of color #6FAEAD: hue angle of 179.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAEAD is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 174 | 173 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.32 |
| HSL | 179.05º | 0.28% | 0.56% | - |
| HSV(B) | 179.05º | 0.36% | 0.68% | - |
| XYZ | 29.23 | 36.67 | 45.07 | - |
| YUV | 155.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 173 | 0.36 | 0 | 0.01 | 0.32 | 179.05 | 0.28 | 0.56 |
| Hex | 6F | AE | AD | 24 | 0 | 1 | 20 | B3 | 1C | 38 |
| Octal | 157 | 256 | 255 | 44 | 0 | 1 | 40 | 263 | 34 | 70 |
| Binary | 1101111 | 10101110 | 10101101 | 100100 | 0 | 1 | 100000 | 10110011 | 11100 | 111000 |
Color Harmonies of #6FAEAD
Complementary color
Monochromatic Colors of #6FAEAD
Black with #6FAEAD
Text Example
Text Example
White with #6FAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEAD; }
p { color: rgb(111,174,173); }
H1.HeaderClassName
{
color: #6FAEAD;
}
.AnyTagClassName
{
color: #6FAEAD;
}
</style>
background-color css
<style>
a { background-color: #6FAEAD; }
a { background-color: rgb(111,174,173); }
div.DivClassName
{
background-color: #6FAEAD;
}
.BgClassName
{
background-color: #6FAEAD;
}
</style>
border-color css
<style>
span { border-color: #6FAEAD; }
span { border-color: rgb(111,174,173); }
td.TdClassName
{
border-color: #6FAEAD;
}
.TagClassName
{
border-color: #6FAEAD;
}
</style>