Color Hex Logo

#6545aa Color Hex

#6545AA
(101,69,170)
0 Favorites   0 Comments

Color spaces of #6545aa

RGB 10169170
HSL0.720.420.47
HSV259°59°67°
CMYK 0.410.590.00   0.33
XYZ14.75069.925239.1685
Yxy9.92520.23100.1555
Hunter Lab31.504328.4429-51.6608
CIE-Lab37.707837.1962-49.6404

#6545aa color RGB value is (101,69,170).

#6545aa hex color red value is 101, green value is 69 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6545aa hue: 0.72 , saturation: 0.42 and the lightness value of 6545aa is 0.47.

The process color (four color CMYK) of #6545aa color hex is 0.41, 0.59, 0.00, 0.33. Web safe color of #6545aa is #663399. Color #6545aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000101 10101010
Octal 145 105 252
Decimal 101 69 170
Hex 65 45 AA

RGB Percentages of Color #6545aa

%29.71
%20.29
%50.00

CMYK Percentages of Color #6545aa

%41
%59
%0
%33

Triadic Colors of #6545aa

#6545aa #aa6545 #45aa65

Analogous Colors of #6545aa

#6545aa #9845aa #4557aa

Monochromatic Colors of #6545aa

#6545aa

Complementary Color

#6545aa #8aaa45

#6545aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6545aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6545aa Color CSS Codes

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

#6545aa Text Font Color

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

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


#6545aa Background Color

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

This div background color is #6545aa


#6545aa Border Color

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

This div border color is #6545aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6545aa


Comments

No comments written yet.

Please login to write comment.