Color Hex Logo

#6a53db Color Hex

#6A53DB
(106,83,219)
0 Favorites   0 Comments

Color spaces of #6a53db

RGB 10683219
HSL0.690.650.59
HSV250°62°86°
CMYK 0.520.620.00   0.14
XYZ21.823314.365268.6404
Yxy14.36520.20820.1370
Hunter Lab37.901536.4511-80.8445
CIE-Lab44.752244.3081-66.7440

#6a53db color RGB value is (106,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010011 11011011
Octal 152 123 333
Decimal 106 83 219
Hex 6A 53 DB

RGB Percentages of Color #6a53db

%25.98
%20.34
%53.68

CMYK Percentages of Color #6a53db

%52
%62
%0
%14

Triadic Colors of #6a53db

#6a53db #db6a53 #53db6a

Analogous Colors of #6a53db

#6a53db #ae53db #5380db

Monochromatic Colors of #6a53db

#6a53db

Complementary Color

#6a53db #c4db53

#6a53db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a53db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a53db Color CSS Codes

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

#6a53db Text Font Color

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

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


#6a53db Background Color

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

This div background color is #6a53db


#6a53db Border Color

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

This div border color is #6a53db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a53db


Comments

No comments written yet.

Please login to write comment.