#6EAFAD

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

Shades of Tradewind #6EAFAD

Tints of Tradewind #6EAFAD

Color information

#6EAFAD (or 0x6EAFAD) is unknown color: approx Tradewind. HEX triplet: 6E, AF and AD. RGB value is (110,175,173). Sum of RGB (Red+Green+Blue) = 110+175+173=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFAD is #915052. Grayscale: #9B9B9B. Windows color (decimal): -9523283 or 11382638. OLE color: 11382638.

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

Color convert

RGB110175173-
CMYK0.3700.010.31
HSL178.15º28.89%55.88%-
HSV(B)178.15º37.14%68.63%-
XYZ29.336.9945.13-
YUV155.34137.9795.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=24.02%
G=38.21%
B=37.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101751730.3700.010.31178.1528.8955.88
Hex6EAFAD25011Fb21d38
Octal1562572554501372623570
Binary1101110101011111010110110010101111111011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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