Color Hex Logo

#6e646c Color Hex

#6E646C
(110,100,108)
0 Favorites   0 Comments

Color spaces of #6e646c

RGB 110100108
HSL0.870.050.41
HSV312°43°
CMYK 0.000.090.02   0.57
XYZ13.694413.512016.0737
Yxy13.51200.31640.3122
Hunter Lab36.75872.1723-0.1950
CIE-Lab43.52485.5505-3.0727

#6e646c color RGB value is (110,100,108).

#6e646c hex color red value is 110, green value is 100 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #6e646c hue: 0.87 , saturation: 0.05 and the lightness value of 6e646c is 0.41.

The process color (four color CMYK) of #6e646c color hex is 0.00, 0.09, 0.02, 0.57. Web safe color of #6e646c is #666666. Color #6e646c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100100 01101100
Octal 156 144 154
Decimal 110 100 108
Hex 6E 64 6C

RGB Percentages of Color #6e646c

%34.59
%31.45
%33.96

CMYK Percentages of Color #6e646c

%0
%9
%2
%57

Triadic Colors of #6e646c

#6e646c #6c6e64 #646c6e

Analogous Colors of #6e646c

#6e646c #6e6467 #6b646e

Monochromatic Colors of #6e646c

#6e646c

Complementary Color

#6e646c #646e66

#6e646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e646c Color CSS Codes

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

#6e646c Text Font Color

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

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


#6e646c Background Color

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

This div background color is #6e646c


#6e646c Border Color

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

This div border color is #6e646c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,100,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 #6e646c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e646c

#6e646c Color Palettes


Comments

No comments written yet.

Please login to write comment.