#6DA79E

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

Shades of Tradewind #6DA79E

Tints of Tradewind #6DA79E

Color information

#6DA79E (or 0x6DA79E) is unknown color: approx Tradewind. HEX triplet: 6D, A7 and 9E. RGB value is (109,167,158). Sum of RGB (Red+Green+Blue) = 109+167+158=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA79E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA79E is #925861. Grayscale: #949494. Windows color (decimal): -9590882 or 10397549. OLE color: 10397549.

HSL color Cylindrical-coordinate representation of color #6DA79E: hue angle of 170.69º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA79E is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB109167158-
CMYK0.3500.050.35
HSL170.69º24.79%54.12%-
HSV(B)170.69º34.73%65.49%-
XYZ26.333.3637.4-
YUV148.63133.2899.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.12%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=25.12%
G=38.48%
B=36.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091671580.3500.050.35170.6924.7954.12
Hex6DA79E230523ab1936
Octal1552472364305432533166
Binary1101101101001111001111010001101011000111010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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