#6EAEAB

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

Shades of Tradewind #6EAEAB

Tints of Tradewind #6EAEAB

Color information

#6EAEAB (or 0x6EAEAB) is unknown color: approx Tradewind. HEX triplet: 6E, AE and AB. RGB value is (110,174,171). Sum of RGB (Red+Green+Blue) = 110+174+171=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAEAB is #915154. Grayscale: #9A9A9A. Windows color (decimal): -9523541 or 11251310. OLE color: 11251310.

HSL color Cylindrical-coordinate representation of color #6EAEAB: hue angle of 177.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAEAB is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB110174171-
CMYK0.3700.020.32
HSL177.19º28.32%55.69%-
HSV(B)177.19º36.78%68.24%-
XYZ28.9236.5344.05-
YUV154.52137.396.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=24.18%
G=38.24%
B=37.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101741710.3700.020.32177.1928.3255.69
Hex6EAEAB250220b11c38
Octal1562562534502402613470
Binary110111010101110101010111001010101000001011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,174,171); }

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

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

 a { background-color: rgb(110,174,171); }

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

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

 span { border-color: rgb(110,174,171); }

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