#6EAFAB

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

Shades of Tradewind #6EAFAB

Tints of Tradewind #6EAFAB

Color information

#6EAFAB (or 0x6EAFAB) is unknown color: approx Tradewind. HEX triplet: 6E, AF and AB. RGB value is (110,175,171). Sum of RGB (Red+Green+Blue) = 110+175+171=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFAB is #915054. Grayscale: #9B9B9B. Windows color (decimal): -9523285 or 11251566. OLE color: 11251566.

HSL color Cylindrical-coordinate representation of color #6EAFAB: hue angle of 176.31º 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 #6EAFAB is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB110175171-
CMYK0.3700.020.31
HSL176.31º28.89%55.88%-
HSV(B)176.31º37.14%68.63%-
XYZ29.1136.9244.12-
YUV155.11136.9795.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.12%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=24.12%
G=38.38%
B=37.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101751710.3700.020.31176.3128.8955.88
Hex6EAFAB25021Fb01d38
Octal1562572534502372603570
Binary11011101010111110101011100101010111111011000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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