Color Hex Logo

#6cb5af Color Hex

#6CB5AF
(108,181,175)
0 Favorites   0 Comments

Color spaces of #6cb5af

RGB 108181175
HSL0.490.330.57
HSV175°40°71°
CMYK 0.400.000.03   0.29
XYZ30.446139.331046.5444
Yxy39.33100.26170.3381
Hunter Lab62.7144-23.0935-0.1028
CIE-Lab68.9904-24.2262-4.1253

#6cb5af color RGB value is (108,181,175).

#6cb5af hex color red value is 108, green value is 181 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6cb5af hue: 0.49 , saturation: 0.33 and the lightness value of 6cb5af is 0.57.

The process color (four color CMYK) of #6cb5af color hex is 0.40, 0.00, 0.03, 0.29. Web safe color of #6cb5af is #66cc99. Color #6cb5af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110101 10101111
Octal 154 265 257
Decimal 108 181 175
Hex 6C B5 AF

RGB Percentages of Color #6cb5af

%23.28
%39.01
%37.72

CMYK Percentages of Color #6cb5af

%40
%0
%3
%29

Triadic Colors of #6cb5af

#6cb5af #af6cb5 #b5af6c

Analogous Colors of #6cb5af

#6cb5af #6c97b5 #6cb58b

Monochromatic Colors of #6cb5af

#6cb5af

Complementary Color

#6cb5af #b56c72

#6cb5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb5af Color CSS Codes

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

#6cb5af Text Font Color

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

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


#6cb5af Background Color

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

This div background color is #6cb5af


#6cb5af Border Color

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

This div border color is #6cb5af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,181,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 #6cb5af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb5af


Comments

No comments written yet.

Please login to write comment.