Color Hex Logo

#6e1169 Color Hex

#6E1169
(110,17,105)
0 Favorites   0 Comments

Color spaces of #6e1169

RGB 11017105
HSL0.840.730.25
HSV303°85°43°
CMYK 0.000.850.05   0.57
XYZ9.18074.735813.7948
Yxy4.73580.33130.1709
Hunter Lab21.761937.2206-22.3504
CIE-Lab25.968448.5135-28.0903

#6e1169 color RGB value is (110,17,105).

#6e1169 hex color red value is 110, green value is 17 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #6e1169 hue: 0.84 , saturation: 0.73 and the lightness value of 6e1169 is 0.25.

The process color (four color CMYK) of #6e1169 color hex is 0.00, 0.85, 0.05, 0.57. Web safe color of #6e1169 is #660066. Color #6e1169 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010001 01101001
Octal 156 21 151
Decimal 110 17 105
Hex 6E 11 69

RGB Percentages of Color #6e1169

%47.41
%7.33
%45.26

CMYK Percentages of Color #6e1169

%0
%85
%5
%57

Triadic Colors of #6e1169

#6e1169 #696e11 #11696e

Analogous Colors of #6e1169

#6e1169 #6e113b #45116e

Monochromatic Colors of #6e1169

#6e1169

Complementary Color

#6e1169 #116e16

#6e1169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1169 Color CSS Codes

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

#6e1169 Text Font Color

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

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


#6e1169 Background Color

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

This div background color is #6e1169


#6e1169 Border Color

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

This div border color is #6e1169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1169


Comments

No comments written yet.

Please login to write comment.