Color Hex Logo

#6cb291 Color Hex

#6CB291
(108,178,145)
0 Favorites   0 Comments

Color spaces of #6cb291

RGB 108178145
HSL0.420.310.56
HSV152°39°70°
CMYK 0.390.000.19   0.30
XYZ27.215637.073332.5095
Yxy37.07330.28120.3830
Hunter Lab60.8878-26.768010.9651
CIE-Lab67.3320-29.633110.0019

#6cb291 color RGB value is (108,178,145).

#6cb291 hex color red value is 108, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #6cb291 hue: 0.42 , saturation: 0.31 and the lightness value of 6cb291 is 0.56.

The process color (four color CMYK) of #6cb291 color hex is 0.39, 0.00, 0.19, 0.30. Web safe color of #6cb291 is #669999. Color #6cb291 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110010 10010001
Octal 154 262 221
Decimal 108 178 145
Hex 6C B2 91

RGB Percentages of Color #6cb291

%25.06
%41.30
%33.64

CMYK Percentages of Color #6cb291

%39
%0
%19
%30

Triadic Colors of #6cb291

#6cb291 #916cb2 #b2916c

Analogous Colors of #6cb291

#6cb291 #6cb0b2 #6cb26e

Monochromatic Colors of #6cb291

#6cb291

Complementary Color

#6cb291 #b26c8d

#6cb291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb291 Color CSS Codes

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

#6cb291 Text Font Color

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

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


#6cb291 Background Color

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

This div background color is #6cb291


#6cb291 Border Color

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

This div border color is #6cb291


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,178,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cb291; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cb291;
  -webkit-box-shadow: 1px 1px 3px 2px #6cb291;
  box-shadow:         1px 1px 3px 2px #6cb291; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,178,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb291


Comments

No comments written yet.

Please login to write comment.