Color Hex Logo

#6d6f72 Color Hex

#6D6F72
(109,111,114)
0 Favorites   0 Comments

Color spaces of #6d6f72

RGB 109111114
HSL0.600.020.44
HSV216°45°
CMYK 0.040.030.00   0.55
XYZ15.028415.835018.1840
Yxy15.83500.30640.3229
Hunter Lab39.7932-2.22540.7620
CIE-Lab46.7573-0.1336-1.9365

#6d6f72 color RGB value is (109,111,114).

#6d6f72 hex color red value is 109, green value is 111 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #6d6f72 hue: 0.60 , saturation: 0.02 and the lightness value of 6d6f72 is 0.44.

The process color (four color CMYK) of #6d6f72 color hex is 0.04, 0.03, 0.00, 0.55. Web safe color of #6d6f72 is #666666. Color #6d6f72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01101111 01110010
Octal 155 157 162
Decimal 109 111 114
Hex 6D 6F 72

RGB Percentages of Color #6d6f72

%32.63
%33.23
%34.13

CMYK Percentages of Color #6d6f72

%4
%3
%0
%55

Triadic Colors of #6d6f72

#6d6f72 #726d6f #6f726d

Analogous Colors of #6d6f72

#6d6f72 #6e6d72 #6d7272

Monochromatic Colors of #6d6f72

#6d6f72

Complementary Color

#6d6f72 #72706d

#6d6f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d6f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d6f72 Color CSS Codes

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

#6d6f72 Text Font Color

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

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


#6d6f72 Background Color

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

This div background color is #6d6f72


#6d6f72 Border Color

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

This div border color is #6d6f72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d6f72

#6d6f72 Color Palettes


Comments

No comments written yet.

Please login to write comment.