Shades of Tradewind #6EB3A8
Tints of Tradewind #6EB3A8
RGB
CMYK
RGB Variations
Color information
#6EB3A8 (or 0x6EB3A8) is known color: Tradewind. HEX triplet: 6E, B3 and A8. RGB value is (110,179,168). Sum of RGB (Red+Green+Blue) = 110+179+168=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB3A8 is #914C57. Grayscale: #9D9D9D. Windows color (decimal): -9522264 or 11055982. OLE color: 11055982.
HSL color Cylindrical-coordinate representation of color #6EB3A8: hue angle of 170.43º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB3A8 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 179 | 168 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.30 |
| HSL | 170.43º | 0.31% | 0.57% | - |
| HSV(B) | 170.43º | 0.39% | 0.7% | - |
| XYZ | 29.62 | 38.38 | 42.89 | - |
| YUV | 157.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 179 | 168 | 0.39 | 0 | 0.06 | 0.30 | 170.43 | 0.31 | 0.57 |
| Hex | 6E | B3 | A8 | 27 | 0 | 6 | 1E | AA | 1F | 39 |
| Octal | 156 | 263 | 250 | 47 | 0 | 6 | 36 | 252 | 37 | 71 |
| Binary | 1101110 | 10110011 | 10101000 | 100111 | 0 | 110 | 11110 | 10101010 | 11111 | 111001 |
Color Harmonies of #6EB3A8
Complementary color
Monochromatic Colors of #6EB3A8
Black with #6EB3A8
Text Example
Text Example
White with #6EB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB3A8; }
p { color: rgb(110,179,168); }
H1.HeaderClassName
{
color: #6EB3A8;
}
.AnyTagClassName
{
color: #6EB3A8;
}
</style>
background-color css
<style>
a { background-color: #6EB3A8; }
a { background-color: rgb(110,179,168); }
div.DivClassName
{
background-color: #6EB3A8;
}
.BgClassName
{
background-color: #6EB3A8;
}
</style>
border-color css
<style>
span { border-color: #6EB3A8; }
span { border-color: rgb(110,179,168); }
td.TdClassName
{
border-color: #6EB3A8;
}
.TagClassName
{
border-color: #6EB3A8;
}
</style>