Color Hex Logo

#6347aa Color Hex

#6347AA
(99,71,170)
0 Favorites   0 Comments

Color spaces of #6347aa

RGB 9971170
HSL0.710.410.47
HSV257°58°67°
CMYK 0.420.580.00   0.33
XYZ14.654510.061439.1999
Yxy10.06140.22930.1574
Hunter Lab31.719726.9575-51.0681
CIE-Lab37.952435.5573-49.2568

#6347aa color RGB value is (99,71,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000111 10101010
Octal 143 107 252
Decimal 99 71 170
Hex 63 47 AA

RGB Percentages of Color #6347aa

%29.12
%20.88
%50.00

CMYK Percentages of Color #6347aa

%42
%58
%0
%33

Triadic Colors of #6347aa

#6347aa #aa6347 #47aa63

Analogous Colors of #6347aa

#6347aa #9547aa #475daa

Monochromatic Colors of #6347aa

#6347aa

Complementary Color

#6347aa #8eaa47

#6347aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6347aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6347aa Color CSS Codes

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

#6347aa Text Font Color

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

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


#6347aa Background Color

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

This div background color is #6347aa


#6347aa Border Color

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

This div border color is #6347aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6347aa


Comments

No comments written yet.

Please login to write comment.