Color Hex Logo

#6f706c Color Hex

#6F706C
(111,112,108)
0 Favorites   0 Comments

Color spaces of #6f706c

RGB 111112108
HSL0.210.020.43
HSV75°44°
CMYK 0.010.000.04   0.56
XYZ15.056516.050616.4919
Yxy16.05060.31630.3372
Hunter Lab40.0632-3.02703.6377
CIE-Lab47.0408-1.18742.0805

#6f706c color RGB value is (111,112,108).

#6f706c hex color red value is 111, green value is 112 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #6f706c hue: 0.21 , saturation: 0.02 and the lightness value of 6f706c is 0.43.

The process color (four color CMYK) of #6f706c color hex is 0.01, 0.00, 0.04, 0.56. Web safe color of #6f706c is #666666. Color #6f706c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01110000 01101100
Octal 157 160 154
Decimal 111 112 108
Hex 6F 70 6C

RGB Percentages of Color #6f706c

%33.53
%33.84
%32.63

CMYK Percentages of Color #6f706c

%1
%0
%4
%56

Triadic Colors of #6f706c

#6f706c #6c6f70 #706c6f

Analogous Colors of #6f706c

#6f706c #6d706c #706f6c

Monochromatic Colors of #6f706c

#6f706c

Complementary Color

#6f706c #6d6c70

#6f706c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f706c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f706c Color CSS Codes

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

#6f706c Text Font Color

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

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


#6f706c Background Color

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

This div background color is #6f706c


#6f706c Border Color

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

This div border color is #6f706c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f706c


Comments

No comments written yet.

Please login to write comment.