Color Hex Logo

#6bc0cb Color Hex

#6BC0CB
(107,192,203)
0 Favorites   0 Comments

Color spaces of #6bc0cb

RGB 107192203
HSL0.520.480.61
HSV187°47°80°
CMYK 0.470.050.00   0.20
XYZ35.692545.136963.3310
Yxy45.13690.24760.3131
Hunter Lab67.1840-22.7412-8.8609
CIE-Lab72.9819-22.8124-13.5312

#6bc0cb color RGB value is (107,192,203).

#6bc0cb hex color red value is 107, green value is 192 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6bc0cb hue: 0.52 , saturation: 0.48 and the lightness value of 6bc0cb is 0.61.

The process color (four color CMYK) of #6bc0cb color hex is 0.47, 0.05, 0.00, 0.20. Web safe color of #6bc0cb is #66cccc. Color #6bc0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000000 11001011
Octal 153 300 313
Decimal 107 192 203
Hex 6B C0 CB

RGB Percentages of Color #6bc0cb

%21.31
%38.25
%40.44

CMYK Percentages of Color #6bc0cb

%47
%5
%0
%20

Triadic Colors of #6bc0cb

#6bc0cb #cb6bc0 #c0cb6b

Analogous Colors of #6bc0cb

#6bc0cb #6b90cb #6bcba6

Monochromatic Colors of #6bc0cb

#6bc0cb

Complementary Color

#6bc0cb #cb766b

#6bc0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc0cb Color CSS Codes

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

#6bc0cb Text Font Color

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

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


#6bc0cb Background Color

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

This div background color is #6bc0cb


#6bc0cb Border Color

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

This div border color is #6bc0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc0cb


Comments

No comments written yet.

Please login to write comment.