Color Hex Logo

#6e536a Color Hex

#6E536A
(110,83,106)
0 Favorites   0 Comments

Color spaces of #6e536a

RGB 11083106
HSL0.860.140.38
HSV309°25°43°
CMYK 0.000.250.04   0.57
XYZ12.125210.542115.0314
Yxy10.54210.32160.2796
Hunter Lab32.46869.8397-4.7204
CIE-Lab38.798315.5026-8.8859

#6e536a color RGB value is (110,83,106).

#6e536a hex color red value is 110, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #6e536a hue: 0.86 , saturation: 0.14 and the lightness value of 6e536a is 0.38.

The process color (four color CMYK) of #6e536a color hex is 0.00, 0.25, 0.04, 0.57. Web safe color of #6e536a is #666666. Color #6e536a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010011 01101010
Octal 156 123 152
Decimal 110 83 106
Hex 6E 53 6A

RGB Percentages of Color #6e536a

%36.79
%27.76
%35.45

CMYK Percentages of Color #6e536a

%0
%25
%4
%57

Triadic Colors of #6e536a

#6e536a #6a6e53 #536a6e

Analogous Colors of #6e536a

#6e536a #6e535d #65536e

Monochromatic Colors of #6e536a

#6e536a

Complementary Color

#6e536a #536e57

#6e536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e536a Color CSS Codes

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

#6e536a Text Font Color

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

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


#6e536a Background Color

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

This div background color is #6e536a


#6e536a Border Color

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

This div border color is #6e536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e536a


Comments

No comments written yet.

Please login to write comment.