Color Hex Logo

#6468eb Color Hex

#6468EB
(100,104,235)
0 Favorites   0 Comments

Color spaces of #6468eb

RGB 100104235
HSL0.660.770.66
HSV238°57°92°
CMYK 0.570.560.00   0.08
XYZ25.201218.608180.8607
Yxy18.60810.20210.1493
Hunter Lab43.137128.7918-80.9434
CIE-Lab50.225535.7615-66.9337

#6468eb color RGB value is (100,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101000 11101011
Octal 144 150 353
Decimal 100 104 235
Hex 64 68 EB

RGB Percentages of Color #6468eb

%22.78
%23.69
%53.53

CMYK Percentages of Color #6468eb

%57
%56
%0
%8

Triadic Colors of #6468eb

#6468eb #eb6468 #68eb64

Analogous Colors of #6468eb

#6468eb #a464eb #64aceb

Monochromatic Colors of #6468eb

#6468eb

Complementary Color

#6468eb #ebe764

#6468eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6468eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6468eb Color CSS Codes

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

#6468eb Text Font Color

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

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


#6468eb Background Color

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

This div background color is #6468eb


#6468eb Border Color

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

This div border color is #6468eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,104,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 #6468eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6468eb


Comments

No comments written yet.

Please login to write comment.