Shades of Tradewind #69A69E
Tints of Tradewind #69A69E
RGB
CMYK
RGB Variations
Color information
#69A69E (or 0x69A69E) is known color: Tradewind. HEX triplet: 69, A6 and 9E. RGB value is (105,166,158). Sum of RGB (Red+Green+Blue) = 105+166+158=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #69A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A69E is #965961. Grayscale: #929292. Windows color (decimal): -9853282 or 10397289. OLE color: 10397289.
HSL color Cylindrical-coordinate representation of color #69A69E: hue angle of 172.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A69E is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 166 | 158 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.35 |
| HSL | 172.13º | 0.26% | 0.53% | - |
| HSV(B) | 172.13º | 0.37% | 0.65% | - |
| XYZ | 25.63 | 32.74 | 37.32 | - |
| YUV | 146.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 158 | 0.37 | 0 | 0.05 | 0.35 | 172.13 | 0.26 | 0.53 |
| Hex | 69 | A6 | 9E | 25 | 0 | 5 | 23 | AC | 1A | 35 |
| Octal | 151 | 246 | 236 | 45 | 0 | 5 | 43 | 254 | 32 | 65 |
| Binary | 1101001 | 10100110 | 10011110 | 100101 | 0 | 101 | 100011 | 10101100 | 11010 | 110101 |
Color Harmonies of #69A69E
Complementary color
Monochromatic Colors of #69A69E
Black with #69A69E
Text Example
Text Example
White with #69A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A69E; }
p { color: rgb(105,166,158); }
H1.HeaderClassName
{
color: #69A69E;
}
.AnyTagClassName
{
color: #69A69E;
}
</style>
background-color css
<style>
a { background-color: #69A69E; }
a { background-color: rgb(105,166,158); }
div.DivClassName
{
background-color: #69A69E;
}
.BgClassName
{
background-color: #69A69E;
}
</style>
border-color css
<style>
span { border-color: #69A69E; }
span { border-color: rgb(105,166,158); }
td.TdClassName
{
border-color: #69A69E;
}
.TagClassName
{
border-color: #69A69E;
}
</style>