#6DA79B

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

Shades of Tradewind #6DA79B

Tints of Tradewind #6DA79B

Color information

#6DA79B (or 0x6DA79B) is unknown color: approx Tradewind. HEX triplet: 6D, A7 and 9B. RGB value is (109,167,155). Sum of RGB (Red+Green+Blue) = 109+167+155=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA79B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA79B is #925864. Grayscale: #949494. Windows color (decimal): -9590885 or 10200941. OLE color: 10200941.

HSL color Cylindrical-coordinate representation of color #6DA79B: hue angle of 167.59º 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 #6DA79B is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB109167155-
CMYK0.3500.070.35
HSL167.59º24.79%54.12%-
HSV(B)167.59º34.73%65.49%-
XYZ26.0433.2636.06-
YUV148.29131.7899.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=25.29%
G=38.75%
B=35.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091671550.3500.070.35167.5924.7954.12
Hex6DA79B230723a81936
Octal1552472334307432503166
Binary1101101101001111001101110001101111000111010100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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