#6EAA9B

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

Shades of Tradewind #6EAA9B

Tints of Tradewind #6EAA9B

Color information

#6EAA9B (or 0x6EAA9B) is unknown color: approx Tradewind. HEX triplet: 6E, AA and 9B. RGB value is (110,170,155). Sum of RGB (Red+Green+Blue) = 110+170+155=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAA9B is #915564. Grayscale: #969696. Windows color (decimal): -9524581 or 10201710. OLE color: 10201710.

HSL color Cylindrical-coordinate representation of color #6EAA9B: hue angle of 165º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EAA9B is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB110170155-
CMYK0.3500.090.33
HSL165º26.09%54.9%-
HSV(B)165º35.29%66.67%-
XYZ26.7234.4336.25-
YUV150.35130.6299.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=25.29%
G=39.08%
B=35.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101701550.3500.090.3316526.0954.9
Hex6EAA9B230921a51a37
Octal15625223343011412453267
Binary11011101010101010011011100011010011000011010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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