Color Hex Logo

#6dbba1 Color Hex

#6DBBA1
(109,187,161)
0 Favorites   0 Comments

Color spaces of #6dbba1

RGB 109187161
HSL0.440.360.58
HSV160°42°73°
CMYK 0.420.000.14   0.27
XYZ30.510041.365140.0944
Yxy41.36510.27250.3694
Hunter Lab64.3157-27.87598.0596
CIE-Lab70.4310-30.19655.6666

#6dbba1 color RGB value is (109,187,161).

#6dbba1 hex color red value is 109, green value is 187 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #6dbba1 hue: 0.44 , saturation: 0.36 and the lightness value of 6dbba1 is 0.58.

The process color (four color CMYK) of #6dbba1 color hex is 0.42, 0.00, 0.14, 0.27. Web safe color of #6dbba1 is #66cc99. Color #6dbba1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111011 10100001
Octal 155 273 241
Decimal 109 187 161
Hex 6D BB A1

RGB Percentages of Color #6dbba1

%23.85
%40.92
%35.23

CMYK Percentages of Color #6dbba1

%42
%0
%14
%27

Triadic Colors of #6dbba1

#6dbba1 #a16dbb #bba16d

Analogous Colors of #6dbba1

#6dbba1 #6daebb #6dbb7a

Monochromatic Colors of #6dbba1

#6dbba1

Complementary Color

#6dbba1 #bb6d87

#6dbba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbba1 Color CSS Codes

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

#6dbba1 Text Font Color

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

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


#6dbba1 Background Color

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

This div background color is #6dbba1


#6dbba1 Border Color

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

This div border color is #6dbba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbba1


Comments

No comments written yet.

Please login to write comment.