Color Hex Logo

#6546db Color Hex

#6546DB
(101,70,219)
0 Favorites   0 Comments

Color spaces of #6546db

RGB 10170219
HSL0.700.670.57
HSV252°68°86°
CMYK 0.540.680.00   0.14
XYZ20.343212.261568.3123
Yxy12.26150.20160.1215
Hunter Lab35.016442.4229-91.1553
CIE-Lab41.628750.6868-71.8555

#6546db color RGB value is (101,70,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000110 11011011
Octal 145 106 333
Decimal 101 70 219
Hex 65 46 DB

RGB Percentages of Color #6546db

%25.90
%17.95
%56.15

CMYK Percentages of Color #6546db

%54
%68
%0
%14

Triadic Colors of #6546db

#6546db #db6546 #46db65

Analogous Colors of #6546db

#6546db #b046db #4672db

Monochromatic Colors of #6546db

#6546db

Complementary Color

#6546db #bcdb46

#6546db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6546db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6546db Color CSS Codes

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

#6546db Text Font Color

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

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


#6546db Background Color

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

This div background color is #6546db


#6546db Border Color

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

This div border color is #6546db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6546db


Comments

No comments written yet.

Please login to write comment.