Color Hex Logo

#064fec Color Hex

#064FEC
(6,79,236)
0 Favorites   0 Comments

Color spaces of #064fec

RGB 679236
HSL0.610.950.47
HSV221°97°93°
CMYK 0.970.670.00   0.07
XYZ18.011411.686880.6634
Yxy11.68680.16320.1059
Hunter Lab34.186034.2200-115.9674
CIE-Lab40.713942.7358-83.1855

#064fec color RGB value is (6,79,236).

#064fec hex color red value is 6, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #064fec hue: 0.61 , saturation: 0.95 and the lightness value of 064fec is 0.47.

The process color (four color CMYK) of #064fec color hex is 0.97, 0.67, 0.00, 0.07. Web safe color of #064fec is #0066ff. Color #064fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001111 11101100
Octal 6 117 354
Decimal 6 79 236
Hex 6 4F EC

RGB Percentages of Color #064fec

%1.87
%24.61
%73.52

CMYK Percentages of Color #064fec

%97
%67
%0
%7

Triadic Colors of #064fec

#064fec #ec064f #4fec06

Analogous Colors of #064fec

#064fec #3006ec #06c2ec

Monochromatic Colors of #064fec

#064fec

Complementary Color

#064fec #eca306

#064fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#064fec Color CSS Codes

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

#064fec Text Font Color

<p style="color:#064fec">Text here</p>

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


#064fec Background Color

<div style="background-color:#064fec">
Div content here</div>

This div background color is #064fec


#064fec Border Color

<div style="border:3px solid #064fec">
Div here</div>

This div border color is #064fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,79,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064fec;
  -webkit-box-shadow: 1px 1px 3px 2px #064fec;
  box-shadow:         1px 1px 3px 2px #064fec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064fec


Comments

No comments written yet.

Please login to write comment.