Shades of Tradewind #68A69E
Tints of Tradewind #68A69E
RGB
CMYK
RGB Variations
Color information
#68A69E (or 0x68A69E) is known color: Tradewind. HEX triplet: 68, A6 and 9E. RGB value is (104,166,158). Sum of RGB (Red+Green+Blue) = 104+166+158=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #68A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A69E is #975961. Grayscale: #929292. Windows color (decimal): -9918818 or 10397288. OLE color: 10397288.
HSL color Cylindrical-coordinate representation of color #68A69E: hue angle of 172.26º 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 #68A69E is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 158 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.35 |
| HSL | 172.26º | 0.26% | 0.53% | - |
| HSV(B) | 172.26º | 0.37% | 0.65% | - |
| XYZ | 25.52 | 32.68 | 37.31 | - |
| YUV | 146.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 158 | 0.37 | 0 | 0.05 | 0.35 | 172.26 | 0.26 | 0.53 |
| Hex | 68 | A6 | 9E | 25 | 0 | 5 | 23 | AC | 1A | 35 |
| Octal | 150 | 246 | 236 | 45 | 0 | 5 | 43 | 254 | 32 | 65 |
| Binary | 1101000 | 10100110 | 10011110 | 100101 | 0 | 101 | 100011 | 10101100 | 11010 | 110101 |
Color Harmonies of #68A69E
Complementary color
Monochromatic Colors of #68A69E
Black with #68A69E
Text Example
Text Example
White with #68A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A69E; }
p { color: rgb(104,166,158); }
H1.HeaderClassName
{
color: #68A69E;
}
.AnyTagClassName
{
color: #68A69E;
}
</style>
background-color css
<style>
a { background-color: #68A69E; }
a { background-color: rgb(104,166,158); }
div.DivClassName
{
background-color: #68A69E;
}
.BgClassName
{
background-color: #68A69E;
}
</style>
border-color css
<style>
span { border-color: #68A69E; }
span { border-color: rgb(104,166,158); }
td.TdClassName
{
border-color: #68A69E;
}
.TagClassName
{
border-color: #68A69E;
}
</style>