Color Hex Logo

#6211aa Color Hex

#6211AA
(98,17,170)
0 Favorites   0 Comments

Color spaces of #6211aa

RGB 9817170
HSL0.750.820.37
HSV272°90°67°
CMYK 0.420.900.00   0.33
XYZ12.49325.899838.5105
Yxy5.89980.21960.1037
Hunter Lab24.289549.3041-77.0004
CIE-Lab29.158259.5755-63.5801

#6211aa color RGB value is (98,17,170).

#6211aa hex color red value is 98, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6211aa hue: 0.75 , saturation: 0.82 and the lightness value of 6211aa is 0.37.

The process color (four color CMYK) of #6211aa color hex is 0.42, 0.90, 0.00, 0.33. Web safe color of #6211aa is #660099. Color #6211aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010001 10101010
Octal 142 21 252
Decimal 98 17 170
Hex 62 11 AA

RGB Percentages of Color #6211aa

%34.39
%5.96
%59.65

CMYK Percentages of Color #6211aa

%42
%90
%0
%33

Triadic Colors of #6211aa

#6211aa #aa6211 #11aa62

Analogous Colors of #6211aa

#6211aa #aa11a6 #1511aa

Monochromatic Colors of #6211aa

#6211aa

Complementary Color

#6211aa #59aa11

#6211aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6211aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6211aa Color CSS Codes

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

#6211aa Text Font Color

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

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


#6211aa Background Color

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

This div background color is #6211aa


#6211aa Border Color

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

This div border color is #6211aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6211aa


Comments

No comments written yet.

Please login to write comment.