Color Hex Logo

#6da690 Color Hex

#6DA690
(109,166,144)
0 Favorites   0 Comments

Color spaces of #6da690

RGB 109166144
HSL0.440.240.54
HSV157°34°65°
CMYK 0.340.000.13   0.35
XYZ24.976932.537331.3495
Yxy32.53730.28110.3661
Hunter Lab57.0415-21.66237.3438
CIE-Lab63.7845-23.63825.4947

#6da690 color RGB value is (109,166,144).

#6da690 hex color red value is 109, green value is 166 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #6da690 hue: 0.44 , saturation: 0.24 and the lightness value of 6da690 is 0.54.

The process color (four color CMYK) of #6da690 color hex is 0.34, 0.00, 0.13, 0.35. Web safe color of #6da690 is #669999. Color #6da690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10100110 10010000
Octal 155 246 220
Decimal 109 166 144
Hex 6D A6 90

RGB Percentages of Color #6da690

%26.01
%39.62
%34.37

CMYK Percentages of Color #6da690

%34
%0
%13
%35

Triadic Colors of #6da690

#6da690 #906da6 #a6906d

Analogous Colors of #6da690

#6da690 #6da0a6 #6da674

Monochromatic Colors of #6da690

#6da690

Complementary Color

#6da690 #a66d83

#6da690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da690 Color CSS Codes

.mybgcolor {background-color:#6da690; } 
.myforecolor {color:#6da690; }
.mybordercolor {border:3px solid #6da690; }

#6da690 Text Font Color

<p style="color:#6da690">Text here</p>

This sample text font color is #6da690
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6da690 Background Color

<div style="background-color:#6da690">
Div content here</div>

This div background color is #6da690


#6da690 Border Color

<div style="border:3px solid #6da690">
Div here</div>

This div border color is #6da690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,166,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6da690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6da690;
  -webkit-box-shadow: 1px 1px 3px 2px #6da690;
  box-shadow:         1px 1px 3px 2px #6da690; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,166,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6da690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6da690;
  -webkit-box-shadow: 1px 1px 3px 2px #6da690;
  box-shadow:         1px 1px 3px 2px #6da690;">
Div content here</div>

This div box has shadow with color #6da690


Comments

No comments written yet.

Please login to write comment.