Shades of Tradewind #6CAF9E
Tints of Tradewind #6CAF9E
RGB
CMYK
RGB Variations
Color information
#6CAF9E (or 0x6CAF9E) is known color: Tradewind. HEX triplet: 6C, AF and 9E. RGB value is (108,175,158). Sum of RGB (Red+Green+Blue) = 108+175+158=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF9E is #935061. Grayscale: #999999. Windows color (decimal): -9654370 or 10399596. OLE color: 10399596.
HSL color Cylindrical-coordinate representation of color #6CAF9E: hue angle of 164.78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF9E is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 158 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.31 |
| HSL | 164.78º | 0.3% | 0.55% | - |
| HSV(B) | 164.78º | 0.38% | 0.69% | - |
| XYZ | 27.69 | 36.32 | 37.9 | - |
| YUV | 153.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 158 | 0.38 | 0 | 0.10 | 0.31 | 164.78 | 0.3 | 0.55 |
| Hex | 6C | AF | 9E | 26 | 0 | A | 1F | A5 | 1E | 37 |
| Octal | 154 | 257 | 236 | 46 | 0 | 12 | 37 | 245 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10011110 | 100110 | 0 | 1010 | 11111 | 10100101 | 11110 | 110111 |
Color Harmonies of #6CAF9E
Complementary color
Monochromatic Colors of #6CAF9E
Black with #6CAF9E
Text Example
Text Example
White with #6CAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF9E; }
p { color: rgb(108,175,158); }
H1.HeaderClassName
{
color: #6CAF9E;
}
.AnyTagClassName
{
color: #6CAF9E;
}
</style>
background-color css
<style>
a { background-color: #6CAF9E; }
a { background-color: rgb(108,175,158); }
div.DivClassName
{
background-color: #6CAF9E;
}
.BgClassName
{
background-color: #6CAF9E;
}
</style>
border-color css
<style>
span { border-color: #6CAF9E; }
span { border-color: rgb(108,175,158); }
td.TdClassName
{
border-color: #6CAF9E;
}
.TagClassName
{
border-color: #6CAF9E;
}
</style>