#6DAAA9

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

Shades of Tradewind #6DAAA9

Tints of Tradewind #6DAAA9

Color information

#6DAAA9 (or 0x6DAAA9) is unknown color: approx Tradewind. HEX triplet: 6D, AA and A9. RGB value is (109,170,169). Sum of RGB (Red+Green+Blue) = 109+170+169=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAA9 is #925556. Grayscale: #979797. Windows color (decimal): -9590103 or 11119213. OLE color: 11119213.

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

Color convert

RGB109170169-
CMYK0.3600.010.33
HSL179.02º26.41%54.71%-
HSV(B)179.02º35.88%66.67%-
XYZ27.8434.8742.8-
YUV151.65137.7997.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.33%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 169 (66.41% from 255) = 37.72%
R=24.33%
G=37.95%
B=37.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091701690.3600.010.33179.0226.4154.71
Hex6DAAA9240121b31a37
Octal1552522514401412633267
Binary11011011010101010101001100100011000011011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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