Color Hex Logo

#6dc1bb Color Hex

#6DC1BB
(109,193,187)
0 Favorites   0 Comments

Color spaces of #6dc1bb

RGB 109193187
HSL0.490.400.59
HSV176°44°76°
CMYK 0.440.000.03   0.24
XYZ34.346344.979053.8853
Yxy44.97900.25780.3377
Hunter Lab67.0664-25.9521-0.6908
CIE-Lab72.8781-26.9580-4.9596

#6dc1bb color RGB value is (109,193,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11000001 10111011
Octal 155 301 273
Decimal 109 193 187
Hex 6D C1 BB

RGB Percentages of Color #6dc1bb

%22.29
%39.47
%38.24

CMYK Percentages of Color #6dc1bb

%44
%0
%3
%24

Triadic Colors of #6dc1bb

#6dc1bb #bb6dc1 #c1bb6d

Analogous Colors of #6dc1bb

#6dc1bb #6d9dc1 #6dc191

Monochromatic Colors of #6dc1bb

#6dc1bb

Complementary Color

#6dc1bb #c16d73

#6dc1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dc1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dc1bb Color CSS Codes

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

#6dc1bb Text Font Color

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

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


#6dc1bb Background Color

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

This div background color is #6dc1bb


#6dc1bb Border Color

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

This div border color is #6dc1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dc1bb


Comments

No comments written yet.

Please login to write comment.