#6DA49D

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

Shades of Tradewind #6DA49D

Tints of Tradewind #6DA49D

Color information

#6DA49D (or 0x6DA49D) is unknown color: approx Tradewind. HEX triplet: 6D, A4 and 9D. RGB value is (109,164,157). Sum of RGB (Red+Green+Blue) = 109+164+157=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA49D is #925B62. Grayscale: #929292. Windows color (decimal): -9591651 or 10331245. OLE color: 10331245.

HSL color Cylindrical-coordinate representation of color #6DA49D: hue angle of 172.36º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA49D is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB109164157-
CMYK0.3400.040.36
HSL172.36º23.21%53.53%-
HSV(B)172.36º33.54%64.31%-
XYZ25.6732.2436.77-
YUV146.76133.78101.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.35%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=25.35%
G=38.14%
B=36.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091641570.3400.040.36172.3623.2153.53
Hex6DA49D220424ac1736
Octal1552442354204442542766
Binary1101101101001001001110110001001001001001010110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,157); }

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

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

 a { background-color: rgb(109,164,157); }

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

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

 span { border-color: rgb(109,164,157); }

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