Color Hex Logo

#6562db Color Hex

#6562DB
(101,98,219)
0 Favorites   0 Comments

Color spaces of #6562db

RGB 10198219
HSL0.670.630.62
HSV241°55°86°
CMYK 0.540.550.00   0.14
XYZ22.520716.616569.0382
Yxy16.61650.20820.1536
Hunter Lab40.763327.2808-71.8812
CIE-Lab47.773134.5140-61.8661

#6562db color RGB value is (101,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100010 11011011
Octal 145 142 333
Decimal 101 98 219
Hex 65 62 DB

RGB Percentages of Color #6562db

%24.16
%23.44
%52.39

CMYK Percentages of Color #6562db

%54
%55
%0
%14

Triadic Colors of #6562db

#6562db #db6562 #62db65

Analogous Colors of #6562db

#6562db #a262db #629cdb

Monochromatic Colors of #6562db

#6562db

Complementary Color

#6562db #d8db62

#6562db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6562db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6562db Color CSS Codes

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

#6562db Text Font Color

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

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


#6562db Background Color

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

This div background color is #6562db


#6562db Border Color

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

This div border color is #6562db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6562db


Comments

No comments written yet.

Please login to write comment.