Color Hex Logo

#6064df Color Hex

#6064DF
(96,100,223)
0 Favorites   0 Comments

Color spaces of #6064df

RGB 96100223
HSL0.660.660.63
HSV238°57°87°
CMYK 0.570.550.00   0.13
XYZ22.700316.928971.8832
Yxy16.92890.20360.1518
Hunter Lab41.144726.4784-74.7831
CIE-Lab48.170333.6223-63.5098

#6064df color RGB value is (96,100,223).

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

The process color (four color CMYK) of #6064df color hex is 0.57, 0.55, 0.00, 0.13. Web safe color of #6064df is #6666cc. Color #6064df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100100 11011111
Octal 140 144 337
Decimal 96 100 223
Hex 60 64 DF

RGB Percentages of Color #6064df

%22.91
%23.87
%53.22

CMYK Percentages of Color #6064df

%57
%55
%0
%13

Triadic Colors of #6064df

#6064df #df6064 #64df60

Analogous Colors of #6064df

#6064df #9c60df #60a4df

Monochromatic Colors of #6064df

#6064df

Complementary Color

#6064df #dfdb60

#6064df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6064df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6064df Color CSS Codes

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

#6064df Text Font Color

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

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


#6064df Background Color

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

This div background color is #6064df


#6064df Border Color

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

This div border color is #6064df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6064df


Comments

No comments written yet.

Please login to write comment.