Color Hex Logo

#6a137e Color Hex

#6A137E
(106,19,126)
0 Favorites   0 Comments

Color spaces of #6a137e

RGB 10619126
HSL0.800.740.28
HSV289°85°49°
CMYK 0.160.850.00   0.51
XYZ9.94265.036320.1867
Yxy5.03630.28270.1432
Hunter Lab22.441739.8099-37.6232
CIE-Lab26.837950.9439-40.1836

#6a137e color RGB value is (106,19,126).

#6a137e hex color red value is 106, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6a137e hue: 0.80 , saturation: 0.74 and the lightness value of 6a137e is 0.28.

The process color (four color CMYK) of #6a137e color hex is 0.16, 0.85, 0.00, 0.51. Web safe color of #6a137e is #660066. Color #6a137e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010011 01111110
Octal 152 23 176
Decimal 106 19 126
Hex 6A 13 7E

RGB Percentages of Color #6a137e

%42.23
%7.57
%50.20

CMYK Percentages of Color #6a137e

%16
%85
%0
%51

Triadic Colors of #6a137e

#6a137e #7e6a13 #137e6a

Analogous Colors of #6a137e

#6a137e #7e135d #35137e

Monochromatic Colors of #6a137e

#6a137e

Complementary Color

#6a137e #277e13

#6a137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a137e Color CSS Codes

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

#6a137e Text Font Color

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

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


#6a137e Background Color

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

This div background color is #6a137e


#6a137e Border Color

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

This div border color is #6a137e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,19,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 #6a137e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a137e


Comments

No comments written yet.

Please login to write comment.