Color Hex Logo

#6064fc Color Hex

#6064FC
(96,100,252)
0 Favorites   0 Comments

Color spaces of #6064fc

RGB 96100252
HSL0.660.960.68
HSV238°62°99°
CMYK 0.620.600.00   0.01
XYZ26.951718.629494.2708
Yxy18.62940.19270.1332
Hunter Lab43.161835.9284-99.2836
CIE-Lab50.250842.9241-76.3948

#6064fc color RGB value is (96,100,252).

#6064fc hex color red value is 96, green value is 100 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6064fc hue: 0.66 , saturation: 0.96 and the lightness value of 6064fc is 0.68.

The process color (four color CMYK) of #6064fc color hex is 0.62, 0.60, 0.00, 0.01. Web safe color of #6064fc is #6666ff. Color #6064fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100100 11111100
Octal 140 144 374
Decimal 96 100 252
Hex 60 64 FC

RGB Percentages of Color #6064fc

%21.43
%22.32
%56.25

CMYK Percentages of Color #6064fc

%62
%60
%0
%1

Triadic Colors of #6064fc

#6064fc #fc6064 #64fc60

Analogous Colors of #6064fc

#6064fc #aa60fc #60b2fc

Monochromatic Colors of #6064fc

#6064fc

Complementary Color

#6064fc #fcf860

#6064fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6064fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6064fc Color CSS Codes

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

#6064fc Text Font Color

<p style="color:#6064fc">Text here</p>

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


#6064fc Background Color

<div style="background-color:#6064fc">
Div content here</div>

This div background color is #6064fc


#6064fc Border Color

<div style="border:3px solid #6064fc">
Div here</div>

This div border color is #6064fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,100,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6064fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6064fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6064fc;
  box-shadow:         1px 1px 3px 2px #6064fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6064fc


Comments

No comments written yet.

Please login to write comment.