Color Hex Logo

#6472eb Color Hex

#6472EB
(100,114,235)
0 Favorites   0 Comments

Color spaces of #6472eb

RGB 100114235
HSL0.650.770.66
HSV234°57°92°
CMYK 0.570.510.00   0.08
XYZ26.268220.742181.2164
Yxy20.74210.20490.1618
Hunter Lab45.543523.2526-73.8497
CIE-Lab52.666129.7127-62.9910

#6472eb color RGB value is (100,114,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110010 11101011
Octal 144 162 353
Decimal 100 114 235
Hex 64 72 EB

RGB Percentages of Color #6472eb

%22.27
%25.39
%52.34

CMYK Percentages of Color #6472eb

%57
%51
%0
%8

Triadic Colors of #6472eb

#6472eb #eb6472 #72eb64

Analogous Colors of #6472eb

#6472eb #9a64eb #64b6eb

Monochromatic Colors of #6472eb

#6472eb

Complementary Color

#6472eb #ebdd64

#6472eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6472eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6472eb Color CSS Codes

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

#6472eb Text Font Color

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

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


#6472eb Background Color

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

This div background color is #6472eb


#6472eb Border Color

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

This div border color is #6472eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6472eb


Comments

No comments written yet.

Please login to write comment.