Color Hex Logo

#6e697e Color Hex

#6E697E
(110,105,126)
0 Favorites   0 Comments

Color spaces of #6e697e

RGB 110105126
HSL0.710.090.45
HSV254°17°49°
CMYK 0.130.170.00   0.51
XYZ15.247914.924521.8157
Yxy14.92450.29330.2871
Hunter Lab38.63222.8464-6.4386
CIE-Lab45.53066.4636-10.9434

#6e697e color RGB value is (110,105,126).

#6e697e hex color red value is 110, green value is 105 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6e697e hue: 0.71 , saturation: 0.09 and the lightness value of 6e697e is 0.45.

The process color (four color CMYK) of #6e697e color hex is 0.13, 0.17, 0.00, 0.51. Web safe color of #6e697e is #666666. Color #6e697e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101001 01111110
Octal 156 151 176
Decimal 110 105 126
Hex 6E 69 7E

RGB Percentages of Color #6e697e

%32.26
%30.79
%36.95

CMYK Percentages of Color #6e697e

%13
%17
%0
%51

Triadic Colors of #6e697e

#6e697e #7e6e69 #697e6e

Analogous Colors of #6e697e

#6e697e #79697e #696f7e

Monochromatic Colors of #6e697e

#6e697e

Complementary Color

#6e697e #797e69

#6e697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e697e Color CSS Codes

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

#6e697e Text Font Color

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

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


#6e697e Background Color

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

This div background color is #6e697e


#6e697e Border Color

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

This div border color is #6e697e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,105,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e697e


Comments

No comments written yet.

Please login to write comment.