Color Hex Logo

#6225aa Color Hex

#6225AA
(98,37,170)
0 Favorites   0 Comments

Color spaces of #6225aa

RGB 9837170
HSL0.740.640.41
HSV268°78°67°
CMYK 0.420.780.00   0.33
XYZ12.95436.822138.6642
Yxy6.82210.22170.1167
Hunter Lab26.119242.8220-69.4836
CIE-Lab31.398453.0095-59.9056

#6225aa color RGB value is (98,37,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100101 10101010
Octal 142 45 252
Decimal 98 37 170
Hex 62 25 AA

RGB Percentages of Color #6225aa

%32.13
%12.13
%55.74

CMYK Percentages of Color #6225aa

%42
%78
%0
%33

Triadic Colors of #6225aa

#6225aa #aa6225 #25aa62

Analogous Colors of #6225aa

#6225aa #a525aa #252baa

Monochromatic Colors of #6225aa

#6225aa

Complementary Color

#6225aa #6daa25

#6225aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6225aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6225aa Color CSS Codes

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

#6225aa Text Font Color

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

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


#6225aa Background Color

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

This div background color is #6225aa


#6225aa Border Color

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

This div border color is #6225aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6225aa


Comments

No comments written yet.

Please login to write comment.