Color Hex Logo

#064cfe Color Hex

#064CFE
(6,76,254)
0 Favorites   0 Comments

Color spaces of #064cfe

RGB 676254
HSL0.620.990.51
HSV223°98°100°
CMYK 0.980.700.00   0.00
XYZ20.548912.363495.0692
Yxy12.36340.16060.0966
Hunter Lab35.161642.7848-135.6938
CIE-Lab41.788051.0053-91.5225

#064cfe color RGB value is (6,76,254).

#064cfe hex color red value is 6, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #064cfe hue: 0.62 , saturation: 0.99 and the lightness value of 064cfe is 0.51.

The process color (four color CMYK) of #064cfe color hex is 0.98, 0.70, 0.00, 0.00. Web safe color of #064cfe is #0033ff. Color #064cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001100 11111110
Octal 6 114 376
Decimal 6 76 254
Hex 6 4C FE

RGB Percentages of Color #064cfe

%1.79
%22.62
%75.60

CMYK Percentages of Color #064cfe

%98
%70
%0
%0

Triadic Colors of #064cfe

#064cfe #fe064c #4cfe06

Analogous Colors of #064cfe

#064cfe #3c06fe #06c8fe

Monochromatic Colors of #064cfe

#064cfe

Complementary Color

#064cfe #feb806

#064cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#064cfe Color CSS Codes

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

#064cfe Text Font Color

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

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


#064cfe Background Color

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

This div background color is #064cfe


#064cfe Border Color

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

This div border color is #064cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064cfe


Comments

No comments written yet.

Please login to write comment.