Color Hex Logo

#6564eb Color Hex

#6564EB
(101,100,235)
0 Favorites   0 Comments

Color spaces of #6564eb

RGB 101100235
HSL0.670.770.66
HSV240°57°92°
CMYK 0.570.570.00   0.08
XYZ24.919417.879280.7349
Yxy17.87920.20170.1447
Hunter Lab42.283831.2000-83.6071
CIE-Lab49.349338.3367-68.3505

#6564eb color RGB value is (101,100,235).

#6564eb hex color red value is 101, green value is 100 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6564eb hue: 0.67 , saturation: 0.77 and the lightness value of 6564eb is 0.66.

The process color (four color CMYK) of #6564eb color hex is 0.57, 0.57, 0.00, 0.08. Web safe color of #6564eb is #6666ff. Color #6564eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100100 11101011
Octal 145 144 353
Decimal 101 100 235
Hex 65 64 EB

RGB Percentages of Color #6564eb

%23.17
%22.94
%53.90

CMYK Percentages of Color #6564eb

%57
%57
%0
%8

Triadic Colors of #6564eb

#6564eb #eb6564 #64eb65

Analogous Colors of #6564eb

#6564eb #a964eb #64a7eb

Monochromatic Colors of #6564eb

#6564eb

Complementary Color

#6564eb #eaeb64

#6564eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6564eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6564eb Color CSS Codes

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

#6564eb Text Font Color

<p style="color:#6564eb">Text here</p>

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


#6564eb Background Color

<div style="background-color:#6564eb">
Div content here</div>

This div background color is #6564eb


#6564eb Border Color

<div style="border:3px solid #6564eb">
Div here</div>

This div border color is #6564eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,100,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6564eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6564eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6564eb;
  box-shadow:         1px 1px 3px 2px #6564eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6564eb


Comments

No comments written yet.

Please login to write comment.