#6DAA9E

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

Shades of Tradewind #6DAA9E

Tints of Tradewind #6DAA9E

Color information

#6DAA9E (or 0x6DAA9E) is unknown color: approx Tradewind. HEX triplet: 6D, AA and 9E. RGB value is (109,170,158). Sum of RGB (Red+Green+Blue) = 109+170+158=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA9E is #925561. Grayscale: #969696. Windows color (decimal): -9590114 or 10398317. OLE color: 10398317.

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

Color convert

RGB109170158-
CMYK0.3600.070.33
HSL168.2º26.41%54.71%-
HSV(B)168.2º35.88%66.67%-
XYZ26.8534.4737.59-
YUV150.39132.2998.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.94%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=24.94%
G=38.90%
B=36.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091701580.3600.070.33168.226.4154.71
Hex6DAA9E240721a81a37
Octal1552522364407412503267
Binary1101101101010101001111010010001111000011010100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,158); }

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

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

 a { background-color: rgb(109,170,158); }

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

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

 span { border-color: rgb(109,170,158); }

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