Color Hex Logo

#6722aa Color Hex

#6722AA
(103,34,170)
0 Favorites   0 Comments

Color spaces of #6722aa

RGB 10334170
HSL0.750.670.40
HSV270°80°67°
CMYK 0.390.800.00   0.33
XYZ13.42126.929938.6604
Yxy6.92990.22740.1174
Hunter Lab26.324744.9369-68.6459
CIE-Lab31.646854.9939-59.4728

#6722aa color RGB value is (103,34,170).

#6722aa hex color red value is 103, green value is 34 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6722aa hue: 0.75 , saturation: 0.67 and the lightness value of 6722aa is 0.40.

The process color (four color CMYK) of #6722aa color hex is 0.39, 0.80, 0.00, 0.33. Web safe color of #6722aa is #663399. Color #6722aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100010 10101010
Octal 147 42 252
Decimal 103 34 170
Hex 67 22 AA

RGB Percentages of Color #6722aa

%33.55
%11.07
%55.37

CMYK Percentages of Color #6722aa

%39
%80
%0
%33

Triadic Colors of #6722aa

#6722aa #aa6722 #22aa67

Analogous Colors of #6722aa

#6722aa #aa22a9 #2322aa

Monochromatic Colors of #6722aa

#6722aa

Complementary Color

#6722aa #65aa22

#6722aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6722aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6722aa Color CSS Codes

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

#6722aa Text Font Color

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

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


#6722aa Background Color

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

This div background color is #6722aa


#6722aa Border Color

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

This div border color is #6722aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6722aa


Comments

No comments written yet.

Please login to write comment.