Color Hex Logo

#6139aa Color Hex

#6139AA
(97,57,170)
0 Favorites   0 Comments

Color spaces of #6139aa

RGB 9757170
HSL0.730.500.45
HSV261°66°67°
CMYK 0.430.660.00   0.33
XYZ13.64868.369938.9264
Yxy8.36990.22390.1373
Hunter Lab28.930833.5816-59.5232
CIE-Lab34.741743.1162-54.4609

#6139aa color RGB value is (97,57,170).

#6139aa hex color red value is 97, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6139aa hue: 0.73 , saturation: 0.50 and the lightness value of 6139aa is 0.45.

The process color (four color CMYK) of #6139aa color hex is 0.43, 0.66, 0.00, 0.33. Web safe color of #6139aa is #663399. Color #6139aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 10101010
Octal 141 71 252
Decimal 97 57 170
Hex 61 39 AA

RGB Percentages of Color #6139aa

%29.94
%17.59
%52.47

CMYK Percentages of Color #6139aa

%43
%66
%0
%33

Triadic Colors of #6139aa

#6139aa #aa6139 #39aa61

Analogous Colors of #6139aa

#6139aa #9a39aa #3949aa

Monochromatic Colors of #6139aa

#6139aa

Complementary Color

#6139aa #82aa39

#6139aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6139aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6139aa Color CSS Codes

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

#6139aa Text Font Color

<p style="color:#6139aa">Text here</p>

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


#6139aa Background Color

<div style="background-color:#6139aa">
Div content here</div>

This div background color is #6139aa


#6139aa Border Color

<div style="border:3px solid #6139aa">
Div here</div>

This div border color is #6139aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,57,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6139aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6139aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6139aa;
  box-shadow:         1px 1px 3px 2px #6139aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,57,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6139aa


Comments

No comments written yet.

Please login to write comment.