Color Hex Logo

#6cbfb1 Color Hex

#6CBFB1
(108,191,177)
0 Favorites   0 Comments

Color spaces of #6cbfb1

RGB 108191177
HSL0.470.390.59
HSV170°43°75°
CMYK 0.430.000.07   0.25
XYZ32.751043.624148.2891
Yxy43.62410.26270.3499
Hunter Lab66.0485-27.07352.8862
CIE-Lab71.9765-28.6736-0.8362

#6cbfb1 color RGB value is (108,191,177).

#6cbfb1 hex color red value is 108, green value is 191 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #6cbfb1 hue: 0.47 , saturation: 0.39 and the lightness value of 6cbfb1 is 0.59.

The process color (four color CMYK) of #6cbfb1 color hex is 0.43, 0.00, 0.07, 0.25. Web safe color of #6cbfb1 is #66cc99. Color #6cbfb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 10110001
Octal 154 277 261
Decimal 108 191 177
Hex 6C BF B1

RGB Percentages of Color #6cbfb1

%22.69
%40.13
%37.18

CMYK Percentages of Color #6cbfb1

%43
%0
%7
%25

Triadic Colors of #6cbfb1

#6cbfb1 #b16cbf #bfb16c

Analogous Colors of #6cbfb1

#6cbfb1 #6ca4bf #6cbf88

Monochromatic Colors of #6cbfb1

#6cbfb1

Complementary Color

#6cbfb1 #bf6c7a

#6cbfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfb1 Color CSS Codes

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

#6cbfb1 Text Font Color

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

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


#6cbfb1 Background Color

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

This div background color is #6cbfb1


#6cbfb1 Border Color

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

This div border color is #6cbfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfb1

#6cbfb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.