Color Hex Logo

#6147aa Color Hex

#6147AA
(97,71,170)
0 Favorites   0 Comments

Color spaces of #6147aa

RGB 9771170
HSL0.710.410.47
HSV256°58°67°
CMYK 0.430.580.00   0.33
XYZ14.43879.950139.1898
Yxy9.95010.22710.1565
Hunter Lab31.543826.5041-51.5809
CIE-Lab37.752735.0954-49.5888

#6147aa color RGB value is (97,71,170).

#6147aa hex color red value is 97, green value is 71 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6147aa hue: 0.71 , saturation: 0.41 and the lightness value of 6147aa is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000111 10101010
Octal 141 107 252
Decimal 97 71 170
Hex 61 47 AA

RGB Percentages of Color #6147aa

%28.70
%21.01
%50.30

CMYK Percentages of Color #6147aa

%43
%58
%0
%33

Triadic Colors of #6147aa

#6147aa #aa6147 #47aa61

Analogous Colors of #6147aa

#6147aa #9347aa #475faa

Monochromatic Colors of #6147aa

#6147aa

Complementary Color

#6147aa #90aa47

#6147aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6147aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6147aa Color CSS Codes

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

#6147aa Text Font Color

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

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


#6147aa Background Color

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

This div background color is #6147aa


#6147aa Border Color

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

This div border color is #6147aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,71,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 #6147aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6147aa


Comments

No comments written yet.

Please login to write comment.