#6EAFAA

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

Shades of Tradewind #6EAFAA

Tints of Tradewind #6EAFAA

Color information

#6EAFAA (or 0x6EAFAA) is unknown color: approx Tradewind. HEX triplet: 6E, AF and AA. RGB value is (110,175,170). Sum of RGB (Red+Green+Blue) = 110+175+170=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFAA is #915055. Grayscale: #9A9A9A. Windows color (decimal): -9523286 or 11186030. OLE color: 11186030.

HSL color Cylindrical-coordinate representation of color #6EAFAA: hue angle of 175.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAFAA is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB110175170-
CMYK0.3700.030.31
HSL175.38º28.89%55.88%-
HSV(B)175.38º37.14%68.63%-
XYZ29.0236.8843.62-
YUV155136.4795.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=24.18%
G=38.46%
B=37.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101751700.3700.030.31175.3828.8955.88
Hex6EAFAA25031Faf1d38
Octal1562572524503372573570
Binary11011101010111110101010100101011111111010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,170); }

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

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

 a { background-color: rgb(110,175,170); }

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

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

 span { border-color: rgb(110,175,170); }

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