#6DA6A5

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

Shades of Tradewind #6DA6A5

Tints of Tradewind #6DA6A5

Color information

#6DA6A5 (or 0x6DA6A5) is unknown color: approx Tradewind. HEX triplet: 6D, A6 and A5. RGB value is (109,166,165). Sum of RGB (Red+Green+Blue) = 109+166+165=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA6A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA6A5 is #92595A. Grayscale: #949494. Windows color (decimal): -9591131 or 10856045. OLE color: 10856045.

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

Color convert

RGB109166165-
CMYK0.3400.010.35
HSL178.95º24.26%53.92%-
HSV(B)178.95º34.34%65.1%-
XYZ26.7333.2440.6-
YUV148.84137.1299.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.77%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=24.77%
G=37.73%
B=37.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091661650.3400.010.35178.9524.2653.92
Hex6DA6A5220123b31836
Octal1552462454201432633066
Binary11011011010011010100101100010011000111011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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