Color Hex Logo

#6e5197 Color Hex

#6E5197
(110,81,151)
0 Favorites   0 Comments

Color spaces of #6e5197

RGB 11081151
HSL0.740.300.45
HSV265°46°59°
CMYK 0.270.460.00   0.41
XYZ14.958811.434230.6968
Yxy11.43420.26200.2003
Hunter Lab33.814519.7892-30.1533
CIE-Lab40.302427.2712-34.0687

#6e5197 color RGB value is (110,81,151).

#6e5197 hex color red value is 110, green value is 81 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #6e5197 hue: 0.74 , saturation: 0.30 and the lightness value of 6e5197 is 0.45.

The process color (four color CMYK) of #6e5197 color hex is 0.27, 0.46, 0.00, 0.41. Web safe color of #6e5197 is #666699. Color #6e5197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010001 10010111
Octal 156 121 227
Decimal 110 81 151
Hex 6E 51 97

RGB Percentages of Color #6e5197

%32.16
%23.68
%44.15

CMYK Percentages of Color #6e5197

%27
%46
%0
%41

Triadic Colors of #6e5197

#6e5197 #976e51 #51976e

Analogous Colors of #6e5197

#6e5197 #915197 #515797

Monochromatic Colors of #6e5197

#6e5197

Complementary Color

#6e5197 #7a9751

#6e5197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5197 Color CSS Codes

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

#6e5197 Text Font Color

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

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


#6e5197 Background Color

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

This div background color is #6e5197


#6e5197 Border Color

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

This div border color is #6e5197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5197

#6e5197 Color Palettes


Comments

No comments written yet.

Please login to write comment.