Color Hex Logo

#6bbcbf Color Hex

#6BBCBF
(107,188,191)
0 Favorites   0 Comments

Color spaces of #6bbcbf

RGB 107188191
HSL0.510.400.58
HSV182°44°75°
CMYK 0.440.020.00   0.25
XYZ33.450642.853855.7988
Yxy42.85380.25320.3244
Hunter Lab65.4628-23.3489-4.7133
CIE-Lab71.4556-23.9500-9.2629

#6bbcbf color RGB value is (107,188,191).

#6bbcbf hex color red value is 107, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6bbcbf hue: 0.51 , saturation: 0.40 and the lightness value of 6bbcbf is 0.58.

The process color (four color CMYK) of #6bbcbf color hex is 0.44, 0.02, 0.00, 0.25. Web safe color of #6bbcbf is #66cccc. Color #6bbcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111100 10111111
Octal 153 274 277
Decimal 107 188 191
Hex 6B BC BF

RGB Percentages of Color #6bbcbf

%22.02
%38.68
%39.30

CMYK Percentages of Color #6bbcbf

%44
%2
%0
%25

Triadic Colors of #6bbcbf

#6bbcbf #bf6bbc #bcbf6b

Analogous Colors of #6bbcbf

#6bbcbf #6b92bf #6bbf98

Monochromatic Colors of #6bbcbf

#6bbcbf

Complementary Color

#6bbcbf #bf6e6b

#6bbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbcbf Color CSS Codes

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

#6bbcbf Text Font Color

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

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


#6bbcbf Background Color

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

This div background color is #6bbcbf


#6bbcbf Border Color

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

This div border color is #6bbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbcbf


Comments

No comments written yet.

Please login to write comment.