Color Hex Logo

#064ecf Color Hex

#064ECF
(6,78,207)
0 Favorites   0 Comments

Color spaces of #064ecf

RGB 678207
HSL0.610.940.42
HSV219°97°81°
CMYK 0.970.620.00   0.19
XYZ14.06209.992560.2191
Yxy9.99250.16690.1186
Hunter Lab31.610924.0860-90.8204
CIE-Lab37.829032.4262-71.3593

#064ecf color RGB value is (6,78,207).

#064ecf hex color red value is 6, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #064ecf hue: 0.61 , saturation: 0.94 and the lightness value of 064ecf is 0.42.

The process color (four color CMYK) of #064ecf color hex is 0.97, 0.62, 0.00, 0.19. Web safe color of #064ecf is #0066cc. Color #064ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001110 11001111
Octal 6 116 317
Decimal 6 78 207
Hex 6 4E CF

RGB Percentages of Color #064ecf

%2.06
%26.80
%71.13

CMYK Percentages of Color #064ecf

%97
%62
%0
%19

Triadic Colors of #064ecf

#064ecf #cf064e #4ecf06

Analogous Colors of #064ecf

#064ecf #2306cf #06b3cf

Monochromatic Colors of #064ecf

#064ecf

Complementary Color

#064ecf #cf8706

#064ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#064ecf Color CSS Codes

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

#064ecf Text Font Color

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

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


#064ecf Background Color

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

This div background color is #064ecf


#064ecf Border Color

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

This div border color is #064ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064ecf


Comments

No comments written yet.

Please login to write comment.