Color Hex Logo

#6464fb Color Hex

#6464FB
(100,100,251)
0 Favorites   0 Comments

Color spaces of #6464fb

RGB 100100251
HSL0.670.950.69
HSV240°60°98°
CMYK 0.600.600.00   0.02
XYZ27.225318.788793.4584
Yxy18.78870.19520.1347
Hunter Lab43.345936.2593-97.4933
CIE-Lab50.439143.2203-75.5210

#6464fb color RGB value is (100,100,251).

#6464fb hex color red value is 100, green value is 100 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6464fb hue: 0.67 , saturation: 0.95 and the lightness value of 6464fb is 0.69.

The process color (four color CMYK) of #6464fb color hex is 0.60, 0.60, 0.00, 0.02. Web safe color of #6464fb is #6666ff. Color #6464fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100100 11111011
Octal 144 144 373
Decimal 100 100 251
Hex 64 64 FB

RGB Percentages of Color #6464fb

%22.17
%22.17
%55.65

CMYK Percentages of Color #6464fb

%60
%60
%0
%2

Triadic Colors of #6464fb

#6464fb #fb6464 #64fb64

Analogous Colors of #6464fb

#6464fb #b064fb #64b0fb

Monochromatic Colors of #6464fb

#6464fb

Complementary Color

#6464fb #fbfb64

#6464fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6464fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6464fb Color CSS Codes

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

#6464fb Text Font Color

<p style="color:#6464fb">Text here</p>

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


#6464fb Background Color

<div style="background-color:#6464fb">
Div content here</div>

This div background color is #6464fb


#6464fb Border Color

<div style="border:3px solid #6464fb">
Div here</div>

This div border color is #6464fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,100,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6464fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6464fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6464fb;
  box-shadow:         1px 1px 3px 2px #6464fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6464fb


Comments

No comments written yet.

Please login to write comment.