Color Hex Logo

#6a54db Color Hex

#6A54DB
(106,84,219)
0 Favorites   0 Comments

Color spaces of #6a54db

RGB 10684219
HSL0.690.650.59
HSV250°62°86°
CMYK 0.520.620.00   0.14
XYZ21.900414.519368.6661
Yxy14.51930.20840.1382
Hunter Lab38.104235.9106-80.1713
CIE-Lab44.968643.7352-66.3922

#6a54db color RGB value is (106,84,219).

#6a54db hex color red value is 106, green value is 84 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6a54db hue: 0.69 , saturation: 0.65 and the lightness value of 6a54db is 0.59.

The process color (four color CMYK) of #6a54db color hex is 0.52, 0.62, 0.00, 0.14. Web safe color of #6a54db is #6666cc. Color #6a54db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010100 11011011
Octal 152 124 333
Decimal 106 84 219
Hex 6A 54 DB

RGB Percentages of Color #6a54db

%25.92
%20.54
%53.55

CMYK Percentages of Color #6a54db

%52
%62
%0
%14

Triadic Colors of #6a54db

#6a54db #db6a54 #54db6a

Analogous Colors of #6a54db

#6a54db #ae54db #5482db

Monochromatic Colors of #6a54db

#6a54db

Complementary Color

#6a54db #c5db54

#6a54db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a54db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a54db Color CSS Codes

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

#6a54db Text Font Color

<p style="color:#6a54db">Text here</p>

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


#6a54db Background Color

<div style="background-color:#6a54db">
Div content here</div>

This div background color is #6a54db


#6a54db Border Color

<div style="border:3px solid #6a54db">
Div here</div>

This div border color is #6a54db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,84,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a54db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a54db;
  -webkit-box-shadow: 1px 1px 3px 2px #6a54db;
  box-shadow:         1px 1px 3px 2px #6a54db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,84,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 #6a54db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a54db


Comments

No comments written yet.

Please login to write comment.