Color Hex Logo

#6721aa Color Hex

#6721AA
(103,33,170)
0 Favorites   0 Comments

Color spaces of #6721aa

RGB 10333170
HSL0.750.670.40
HSV271°81°67°
CMYK 0.390.810.00   0.33
XYZ13.39316.873638.6510
Yxy6.87360.22730.1167
Hunter Lab26.217645.3051-69.0555
CIE-Lab31.517455.3698-59.6844

#6721aa color RGB value is (103,33,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 10101010
Octal 147 41 252
Decimal 103 33 170
Hex 67 21 AA

RGB Percentages of Color #6721aa

%33.66
%10.78
%55.56

CMYK Percentages of Color #6721aa

%39
%81
%0
%33

Triadic Colors of #6721aa

#6721aa #aa6721 #21aa67

Analogous Colors of #6721aa

#6721aa #aa21a9 #2321aa

Monochromatic Colors of #6721aa

#6721aa

Complementary Color

#6721aa #64aa21

#6721aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6721aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6721aa Color CSS Codes

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

#6721aa Text Font Color

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

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


#6721aa Background Color

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

This div background color is #6721aa


#6721aa Border Color

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

This div border color is #6721aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6721aa


Comments

No comments written yet.

Please login to write comment.