#6DA7A5

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

Shades of Tradewind #6DA7A5

Tints of Tradewind #6DA7A5

Color information

#6DA7A5 (or 0x6DA7A5) is unknown color: approx Tradewind. HEX triplet: 6D, A7 and A5. RGB value is (109,167,165). Sum of RGB (Red+Green+Blue) = 109+167+165=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA7A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA7A5 is #92585A. Grayscale: #959595. Windows color (decimal): -9590875 or 10856301. OLE color: 10856301.

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

Color convert

RGB109167165-
CMYK0.3500.010.35
HSL177.93º24.79%54.12%-
HSV(B)177.93º34.73%65.49%-
XYZ26.9233.6140.67-
YUV149.43136.7899.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=24.72%
G=37.87%
B=37.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091671650.3500.010.35177.9324.7954.12
Hex6DA7A5230123b21936
Octal1552472454301432623166
Binary11011011010011110100101100011011000111011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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