Color Hex Logo

#6d117a Color Hex

#6D117A
(109,17,122)
0 Favorites   0 Comments

Color spaces of #6d117a

RGB 10917122
HSL0.810.760.27
HSV293°86°48°
CMYK 0.110.860.00   0.52
XYZ10.02005.057218.8604
Yxy5.05720.29520.1490
Hunter Lab22.488240.1793-33.9835
CIE-Lab26.897151.2986-37.5272

#6d117a color RGB value is (109,17,122).

#6d117a hex color red value is 109, green value is 17 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6d117a hue: 0.81 , saturation: 0.76 and the lightness value of 6d117a is 0.27.

The process color (four color CMYK) of #6d117a color hex is 0.11, 0.86, 0.00, 0.52. Web safe color of #6d117a is #660066. Color #6d117a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00010001 01111010
Octal 155 21 172
Decimal 109 17 122
Hex 6D 11 7A

RGB Percentages of Color #6d117a

%43.95
%6.85
%49.19

CMYK Percentages of Color #6d117a

%11
%86
%0
%52

Triadic Colors of #6d117a

#6d117a #7a6d11 #117a6d

Analogous Colors of #6d117a

#6d117a #7a1153 #39117a

Monochromatic Colors of #6d117a

#6d117a

Complementary Color

#6d117a #1e7a11

#6d117a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d117a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d117a Color CSS Codes

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

#6d117a Text Font Color

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

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


#6d117a Background Color

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

This div background color is #6d117a


#6d117a Border Color

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

This div border color is #6d117a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d117a


Comments

No comments written yet.

Please login to write comment.