Color Hex Logo

#6f737f Color Hex

#6F737F
(111,115,127)
0 Favorites   0 Comments

Color spaces of #6f737f

RGB 111115127
HSL0.630.070.47
HSV225°13°50°
CMYK 0.130.090.00   0.50
XYZ16.517017.173322.5229
Yxy17.17330.29380.3055
Hunter Lab41.4407-1.3765-3.2155
CIE-Lab48.47771.0984-7.1135

#6f737f color RGB value is (111,115,127).

#6f737f hex color red value is 111, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #6f737f hue: 0.63 , saturation: 0.07 and the lightness value of 6f737f is 0.47.

The process color (four color CMYK) of #6f737f color hex is 0.13, 0.09, 0.00, 0.50. Web safe color of #6f737f is #666666. Color #6f737f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01110011 01111111
Octal 157 163 177
Decimal 111 115 127
Hex 6F 73 7F

RGB Percentages of Color #6f737f

%31.44
%32.58
%35.98

CMYK Percentages of Color #6f737f

%13
%9
%0
%50

Triadic Colors of #6f737f

#6f737f #7f6f73 #737f6f

Analogous Colors of #6f737f

#6f737f #736f7f #6f7b7f

Monochromatic Colors of #6f737f

#6f737f

Complementary Color

#6f737f #7f7b6f

#6f737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f737f Color CSS Codes

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

#6f737f Text Font Color

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

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


#6f737f Background Color

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

This div background color is #6f737f


#6f737f Border Color

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

This div border color is #6f737f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f737f

#6f737f Color Palettes


Comments

No comments written yet.

Please login to write comment.