Color Hex Logo

#6227aa Color Hex

#6227AA
(98,39,170)
0 Favorites   0 Comments

Color spaces of #6227aa

RGB 9839170
HSL0.740.630.41
HSV267°77°67°
CMYK 0.420.770.00   0.33
XYZ13.01826.950038.6856
Yxy6.95000.22190.1185
Hunter Lab26.362942.0098-68.5498
CIE-Lab31.692852.1630-59.4242

#6227aa color RGB value is (98,39,170).

#6227aa hex color red value is 98, green value is 39 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6227aa hue: 0.74 , saturation: 0.63 and the lightness value of 6227aa is 0.41.

The process color (four color CMYK) of #6227aa color hex is 0.42, 0.77, 0.00, 0.33. Web safe color of #6227aa is #663399. Color #6227aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100111 10101010
Octal 142 47 252
Decimal 98 39 170
Hex 62 27 AA

RGB Percentages of Color #6227aa

%31.92
%12.70
%55.37

CMYK Percentages of Color #6227aa

%42
%77
%0
%33

Triadic Colors of #6227aa

#6227aa #aa6227 #27aa62

Analogous Colors of #6227aa

#6227aa #a427aa #272eaa

Monochromatic Colors of #6227aa

#6227aa

Complementary Color

#6227aa #6faa27

#6227aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6227aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6227aa Color CSS Codes

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

#6227aa Text Font Color

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

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


#6227aa Background Color

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

This div background color is #6227aa


#6227aa Border Color

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

This div border color is #6227aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6227aa


Comments

No comments written yet.

Please login to write comment.