Color Hex Logo

#6dc1af Color Hex

#6DC1AF
(109,193,175)
0 Favorites   0 Comments

Color spaces of #6dc1af

RGB 109193175
HSL0.460.400.59
HSV167°44°76°
CMYK 0.440.000.09   0.24
XYZ33.114544.486347.3988
Yxy44.48630.26490.3559
Hunter Lab66.6981-28.09924.5543
CIE-Lab72.5523-29.86351.0998

#6dc1af color RGB value is (109,193,175).

#6dc1af hex color red value is 109, green value is 193 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6dc1af hue: 0.46 , saturation: 0.40 and the lightness value of 6dc1af is 0.59.

The process color (four color CMYK) of #6dc1af color hex is 0.44, 0.00, 0.09, 0.24. Web safe color of #6dc1af is #66cc99. Color #6dc1af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11000001 10101111
Octal 155 301 257
Decimal 109 193 175
Hex 6D C1 AF

RGB Percentages of Color #6dc1af

%22.85
%40.46
%36.69

CMYK Percentages of Color #6dc1af

%44
%0
%9
%24

Triadic Colors of #6dc1af

#6dc1af #af6dc1 #c1af6d

Analogous Colors of #6dc1af

#6dc1af #6da9c1 #6dc185

Monochromatic Colors of #6dc1af

#6dc1af

Complementary Color

#6dc1af #c16d7f

#6dc1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dc1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dc1af Color CSS Codes

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

#6dc1af Text Font Color

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

This sample text font color is #6dc1af
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.


#6dc1af Background Color

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

This div background color is #6dc1af


#6dc1af Border Color

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

This div border color is #6dc1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dc1af


Comments

No comments written yet.

Please login to write comment.