#6DA29D

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

Shades of Tradewind #6DA29D

Tints of Tradewind #6DA29D

Color information

#6DA29D (or 0x6DA29D) is unknown color: approx Tradewind. HEX triplet: 6D, A2 and 9D. RGB value is (109,162,157). Sum of RGB (Red+Green+Blue) = 109+162+157=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA29D is #925D62. Grayscale: #919191. Windows color (decimal): -9592163 or 10330733. OLE color: 10330733.

HSL color Cylindrical-coordinate representation of color #6DA29D: hue angle of 174.34º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6DA29D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB109162157-
CMYK0.3300.030.36
HSL174.34º22.18%53.14%-
HSV(B)174.34º32.72%63.53%-
XYZ25.3131.5336.65-
YUV145.58134.44101.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.47%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=25.47%
G=37.85%
B=36.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091621570.3300.030.36174.3422.1853.14
Hex6DA29D210324ae1635
Octal1552422354103442562665
Binary110110110100010100111011000010111001001010111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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