Color Hex Logo

#6549db Color Hex

#6549DB
(101,73,219)
0 Favorites   0 Comments

Color spaces of #6549db

RGB 10173219
HSL0.700.670.57
HSV252°67°86°
CMYK 0.540.670.00   0.14
XYZ20.535612.646368.3765
Yxy12.64630.20220.1245
Hunter Lab35.561640.8446-89.1073
CIE-Lab42.225449.0550-70.8804

#6549db color RGB value is (101,73,219).

#6549db hex color red value is 101, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6549db hue: 0.70 , saturation: 0.67 and the lightness value of 6549db is 0.57.

The process color (four color CMYK) of #6549db color hex is 0.54, 0.67, 0.00, 0.14. Web safe color of #6549db is #6633cc. Color #6549db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001001 11011011
Octal 145 111 333
Decimal 101 73 219
Hex 65 49 DB

RGB Percentages of Color #6549db

%25.70
%18.58
%55.73

CMYK Percentages of Color #6549db

%54
%67
%0
%14

Triadic Colors of #6549db

#6549db #db6549 #49db65

Analogous Colors of #6549db

#6549db #ae49db #4976db

Monochromatic Colors of #6549db

#6549db

Complementary Color

#6549db #bfdb49

#6549db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6549db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6549db Color CSS Codes

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

#6549db Text Font Color

<p style="color:#6549db">Text here</p>

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


#6549db Background Color

<div style="background-color:#6549db">
Div content here</div>

This div background color is #6549db


#6549db Border Color

<div style="border:3px solid #6549db">
Div here</div>

This div border color is #6549db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,73,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6549db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6549db;
  -webkit-box-shadow: 1px 1px 3px 2px #6549db;
  box-shadow:         1px 1px 3px 2px #6549db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6549db


Comments

No comments written yet.

Please login to write comment.