Color Hex Logo

#6546ad Color Hex

#6546AD
(101,70,173)
0 Favorites   0 Comments

Color spaces of #6546ad

RGB 10170173
HSL0.720.420.48
HSV258°60°68°
CMYK 0.420.600.00   0.32
XYZ15.099810.164140.7012
Yxy10.16410.22890.1541
Hunter Lab31.881228.7504-53.3759
CIE-Lab38.135437.4573-50.7350

#6546ad color RGB value is (101,70,173).

#6546ad hex color red value is 101, green value is 70 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6546ad hue: 0.72 , saturation: 0.42 and the lightness value of 6546ad is 0.48.

The process color (four color CMYK) of #6546ad color hex is 0.42, 0.60, 0.00, 0.32. Web safe color of #6546ad is #663399. Color #6546ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000110 10101101
Octal 145 106 255
Decimal 101 70 173
Hex 65 46 AD

RGB Percentages of Color #6546ad

%29.36
%20.35
%50.29

CMYK Percentages of Color #6546ad

%42
%60
%0
%32

Triadic Colors of #6546ad

#6546ad #ad6546 #46ad65

Analogous Colors of #6546ad

#6546ad #9946ad #465aad

Monochromatic Colors of #6546ad

#6546ad

Complementary Color

#6546ad #8ead46

#6546ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6546ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6546ad Color CSS Codes

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

#6546ad Text Font Color

<p style="color:#6546ad">Text here</p>

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


#6546ad Background Color

<div style="background-color:#6546ad">
Div content here</div>

This div background color is #6546ad


#6546ad Border Color

<div style="border:3px solid #6546ad">
Div here</div>

This div border color is #6546ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,70,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6546ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6546ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6546ad;
  box-shadow:         1px 1px 3px 2px #6546ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,70,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6546ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6546ad


Comments

No comments written yet.

Please login to write comment.