#6DAAA0

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

Shades of Tradewind #6DAAA0

Tints of Tradewind #6DAAA0

Color information

#6DAAA0 (or 0x6DAAA0) is unknown color: approx Tradewind. HEX triplet: 6D, AA and A0. RGB value is (109,170,160). Sum of RGB (Red+Green+Blue) = 109+170+160=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAA0 is #92555F. Grayscale: #969696. Windows color (decimal): -9590112 or 10529389. OLE color: 10529389.

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

Color convert

RGB109170160-
CMYK0.3600.060.33
HSL170.16º26.41%54.71%-
HSV(B)170.16º35.88%66.67%-
XYZ27.0334.5438.5-
YUV150.62133.2998.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.83%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=24.83%
G=38.72%
B=36.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091701600.3600.060.33170.1626.4154.71
Hex6DAAA0240621aa1a37
Octal1552522404406412523267
Binary1101101101010101010000010010001101000011010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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