Color Hex Logo

#6cb09a Color Hex

#6CB09A
(108,176,154)
0 Favorites   0 Comments

Color spaces of #6cb09a

RGB 108176154
HSL0.450.300.56
HSV161°39°69°
CMYK 0.390.000.13   0.31
XYZ27.542436.571936.1793
Yxy36.57190.27460.3646
Hunter Lab60.4747-24.53536.8617
CIE-Lab66.9546-26.69264.4996

#6cb09a color RGB value is (108,176,154).

#6cb09a hex color red value is 108, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6cb09a hue: 0.45 , saturation: 0.30 and the lightness value of 6cb09a is 0.56.

The process color (four color CMYK) of #6cb09a color hex is 0.39, 0.00, 0.13, 0.31. Web safe color of #6cb09a is #669999. Color #6cb09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110000 10011010
Octal 154 260 232
Decimal 108 176 154
Hex 6C B0 9A

RGB Percentages of Color #6cb09a

%24.66
%40.18
%35.16

CMYK Percentages of Color #6cb09a

%39
%0
%13
%31

Triadic Colors of #6cb09a

#6cb09a #9a6cb0 #b09a6c

Analogous Colors of #6cb09a

#6cb09a #6ca4b0 #6cb078

Monochromatic Colors of #6cb09a

#6cb09a

Complementary Color

#6cb09a #b06c82

#6cb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb09a Color CSS Codes

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

#6cb09a Text Font Color

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

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


#6cb09a Background Color

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

This div background color is #6cb09a


#6cb09a Border Color

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

This div border color is #6cb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb09a


Comments

No comments written yet.

Please login to write comment.