Color Hex Logo

#6fc0cc Color Hex

#6FC0CC
(111,192,204)
0 Favorites   0 Comments

Color spaces of #6fc0cc

RGB 111192204
HSL0.520.480.62
HSV188°46°80°
CMYK 0.460.060.00   0.20
XYZ36.304345.438463.9838
Yxy45.43840.24910.3118
Hunter Lab67.4080-21.8283-9.0926
CIE-Lab73.1796-21.6151-13.7620

#6fc0cc color RGB value is (111,192,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000000 11001100
Octal 157 300 314
Decimal 111 192 204
Hex 6F C0 CC

RGB Percentages of Color #6fc0cc

%21.89
%37.87
%40.24

CMYK Percentages of Color #6fc0cc

%46
%6
%0
%20

Triadic Colors of #6fc0cc

#6fc0cc #cc6fc0 #c0cc6f

Analogous Colors of #6fc0cc

#6fc0cc #6f92cc #6fccaa

Monochromatic Colors of #6fc0cc

#6fc0cc

Complementary Color

#6fc0cc #cc7b6f

#6fc0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc0cc Color CSS Codes

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

#6fc0cc Text Font Color

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

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


#6fc0cc Background Color

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

This div background color is #6fc0cc


#6fc0cc Border Color

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

This div border color is #6fc0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc0cc


Comments

No comments written yet.

Please login to write comment.