Color Hex Logo

#6121aa Color Hex

#6121AA
(97,33,170)
0 Favorites   0 Comments

Color spaces of #6121aa

RGB 9733170
HSL0.740.670.40
HSV268°81°67°
CMYK 0.430.810.00   0.33
XYZ12.72936.531438.6200
Yxy6.53140.21990.1128
Hunter Lab25.556644.1837-71.7068
CIE-Lab30.715454.4551-61.0293

#6121aa color RGB value is (97,33,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 10101010
Octal 141 41 252
Decimal 97 33 170
Hex 61 21 AA

RGB Percentages of Color #6121aa

%32.33
%11.00
%56.67

CMYK Percentages of Color #6121aa

%43
%81
%0
%33

Triadic Colors of #6121aa

#6121aa #aa6121 #21aa61

Analogous Colors of #6121aa

#6121aa #a621aa #2125aa

Monochromatic Colors of #6121aa

#6121aa

Complementary Color

#6121aa #6aaa21

#6121aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6121aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6121aa Color CSS Codes

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

#6121aa Text Font Color

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

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


#6121aa Background Color

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

This div background color is #6121aa


#6121aa Border Color

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

This div border color is #6121aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6121aa


Comments

No comments written yet.

Please login to write comment.