Color Hex Logo

#6fccc6 Color Hex

#6FCCC6
(111,204,198)
0 Favorites   0 Comments

Color spaces of #6fccc6

RGB 111204198
HSL0.490.480.62
HSV176°46°80°
CMYK 0.460.000.03   0.20
XYZ38.341550.642561.1802
Yxy50.64250.25530.3372
Hunter Lab71.1635-28.3640-1.1579
CIE-Lab76.4619-29.1003-5.6194

#6fccc6 color RGB value is (111,204,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001100 11000110
Octal 157 314 306
Decimal 111 204 198
Hex 6F CC C6

RGB Percentages of Color #6fccc6

%21.64
%39.77
%38.60

CMYK Percentages of Color #6fccc6

%46
%0
%3
%20

Triadic Colors of #6fccc6

#6fccc6 #c66fcc #ccc66f

Analogous Colors of #6fccc6

#6fccc6 #6fa4cc #6fcc98

Monochromatic Colors of #6fccc6

#6fccc6

Complementary Color

#6fccc6 #cc6f75

#6fccc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fccc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fccc6 Color CSS Codes

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

#6fccc6 Text Font Color

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

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


#6fccc6 Background Color

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

This div background color is #6fccc6


#6fccc6 Border Color

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

This div border color is #6fccc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fccc6


Comments

No comments written yet.

Please login to write comment.