Color Hex Logo

#6621aa Color Hex

#6621AA
(102,33,170)
0 Favorites   0 Comments

Color spaces of #6621aa

RGB 10233170
HSL0.750.670.40
HSV270°81°67°
CMYK 0.400.810.00   0.33
XYZ13.27906.814838.6457
Yxy6.81480.22610.1160
Hunter Lab26.105245.1141-69.4984
CIE-Lab31.381555.2145-59.9122

#6621aa color RGB value is (102,33,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100001 10101010
Octal 146 41 252
Decimal 102 33 170
Hex 66 21 AA

RGB Percentages of Color #6621aa

%33.44
%10.82
%55.74

CMYK Percentages of Color #6621aa

%40
%81
%0
%33

Triadic Colors of #6621aa

#6621aa #aa6621 #21aa66

Analogous Colors of #6621aa

#6621aa #aa21aa #2221aa

Monochromatic Colors of #6621aa

#6621aa

Complementary Color

#6621aa #65aa21

#6621aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6621aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6621aa Color CSS Codes

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

#6621aa Text Font Color

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

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


#6621aa Background Color

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

This div background color is #6621aa


#6621aa Border Color

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

This div border color is #6621aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6621aa


Comments

No comments written yet.

Please login to write comment.