#6EA89E

Color #6EA89E Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #6EA89E

Tints of Tradewind #6EA89E

Color information

#6EA89E (or 0x6EA89E) is unknown color: approx Tradewind. HEX triplet: 6E, A8 and 9E. RGB value is (110,168,158). Sum of RGB (Red+Green+Blue) = 110+168+158=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #6EA89E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA89E is #915761. Grayscale: #959595. Windows color (decimal): -9525090 or 10397806. OLE color: 10397806.

HSL color Cylindrical-coordinate representation of color #6EA89E: hue angle of 169.66º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA89E is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB110168158-
CMYK0.3500.060.34
HSL169.66º25%54.51%-
HSV(B)169.66º34.52%65.88%-
XYZ26.633.7937.47-
YUV149.52132.7899.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 25.23%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=25.23%
G=38.53%
B=36.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101681580.3500.060.34169.662554.51
Hex6EA89E230622aa1937
Octal1562502364306422523167
Binary1101110101010001001111010001101101000101010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA89E; }

 p { color: rgb(110,168,158); }

 H1.HeaderClassName
 {
   color: #6EA89E;
 }
 .AnyTagClassName
 {
   color: #6EA89E;
 }
</style>
background-color css

<style>
 a { background-color: #6EA89E; }

 a { background-color: rgb(110,168,158); }

 div.DivClassName
 {
   background-color: #6EA89E;
 }
 .BgClassName
 {
   background-color: #6EA89E;
 }
</style>
border-color css

<style>
 span { border-color: #6EA89E; }

 span { border-color: rgb(110,168,158); }

 td.TdClassName
 {
   border-color: #6EA89E;
 }
 .TagClassName
 {
   border-color: #6EA89E;
 }
</style>