#6DAAA7

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

Shades of Tradewind #6DAAA7

Tints of Tradewind #6DAAA7

Color information

#6DAAA7 (or 0x6DAAA7) is unknown color: approx Tradewind. HEX triplet: 6D, AA and A7. RGB value is (109,170,167). Sum of RGB (Red+Green+Blue) = 109+170+167=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAA7 is #925558. Grayscale: #979797. Windows color (decimal): -9590105 or 10988141. OLE color: 10988141.

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

Color convert

RGB109170167-
CMYK0.3600.020.33
HSL177.05º26.41%54.71%-
HSV(B)177.05º35.88%66.67%-
XYZ27.6634.7941.82-
YUV151.42136.7997.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.44%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=24.44%
G=38.12%
B=37.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091701670.3600.020.33177.0526.4154.71
Hex6DAAA7240221b11a37
Octal1552522474402412613267
Binary110110110101010101001111001000101000011011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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