Color Hex Logo

#6223aa Color Hex

#6223AA
(98,35,170)
0 Favorites   0 Comments

Color spaces of #6223aa

RGB 9835170
HSL0.740.660.40
HSV268°79°67°
CMYK 0.420.790.00   0.33
XYZ12.89376.701038.6441
Yxy6.70100.22140.1151
Hunter Lab25.886343.6080-70.3901
CIE-Lab31.116353.8237-60.3675

#6223aa color RGB value is (98,35,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100011 10101010
Octal 142 43 252
Decimal 98 35 170
Hex 62 23 AA

RGB Percentages of Color #6223aa

%32.34
%11.55
%56.11

CMYK Percentages of Color #6223aa

%42
%79
%0
%33

Triadic Colors of #6223aa

#6223aa #aa6223 #23aa62

Analogous Colors of #6223aa

#6223aa #a623aa #2328aa

Monochromatic Colors of #6223aa

#6223aa

Complementary Color

#6223aa #6baa23

#6223aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6223aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6223aa Color CSS Codes

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

#6223aa Text Font Color

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

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


#6223aa Background Color

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

This div background color is #6223aa


#6223aa Border Color

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

This div border color is #6223aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6223aa


Comments

No comments written yet.

Please login to write comment.