Shades of Tradewind #6FADAC
Tints of Tradewind #6FADAC
RGB
CMYK
RGB Variations
Color information
#6FADAC (or 0x6FADAC) is known color: Tradewind. HEX triplet: 6F, AD and AC. RGB value is (111,173,172). Sum of RGB (Red+Green+Blue) = 111+173+172=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #6FADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FADAC is #905253. Grayscale: #9A9A9A. Windows color (decimal): -9458260 or 11316591. OLE color: 11316591.
HSL color Cylindrical-coordinate representation of color #6FADAC: hue angle of 179.03º degrees, saturation: 0.27, 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 #6FADAC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 172 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.32 |
| HSL | 179.03º | 0.27% | 0.56% | - |
| HSV(B) | 179.03º | 0.36% | 0.68% | - |
| XYZ | 28.95 | 36.25 | 44.5 | - |
| YUV | 154.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 172 | 0.36 | 0 | 0.01 | 0.32 | 179.03 | 0.27 | 0.56 |
| Hex | 6F | AD | AC | 24 | 0 | 1 | 20 | B3 | 1B | 38 |
| Octal | 157 | 255 | 254 | 44 | 0 | 1 | 40 | 263 | 33 | 70 |
| Binary | 1101111 | 10101101 | 10101100 | 100100 | 0 | 1 | 100000 | 10110011 | 11011 | 111000 |
Color Harmonies of #6FADAC
Complementary color
Monochromatic Colors of #6FADAC
Black with #6FADAC
Text Example
Text Example
White with #6FADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADAC; }
p { color: rgb(111,173,172); }
H1.HeaderClassName
{
color: #6FADAC;
}
.AnyTagClassName
{
color: #6FADAC;
}
</style>
background-color css
<style>
a { background-color: #6FADAC; }
a { background-color: rgb(111,173,172); }
div.DivClassName
{
background-color: #6FADAC;
}
.BgClassName
{
background-color: #6FADAC;
}
</style>
border-color css
<style>
span { border-color: #6FADAC; }
span { border-color: rgb(111,173,172); }
td.TdClassName
{
border-color: #6FADAC;
}
.TagClassName
{
border-color: #6FADAC;
}
</style>