Color Hex Logo

#064ecc Color Hex

#064ECC
(6,78,204)
0 Favorites   0 Comments

Color spaces of #064ecc

RGB 678204
HSL0.610.940.41
HSV218°97°80°
CMYK 0.970.620.00   0.20
XYZ13.69869.847158.3054
Yxy9.84710.16740.1203
Hunter Lab31.380123.0069-88.1970
CIE-Lab37.566631.2591-70.0538

#064ecc color RGB value is (6,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001110 11001100
Octal 6 116 314
Decimal 6 78 204
Hex 6 4E CC

RGB Percentages of Color #064ecc

%2.08
%27.08
%70.83

CMYK Percentages of Color #064ecc

%97
%62
%0
%20

Triadic Colors of #064ecc

#064ecc #cc064e #4ecc06

Analogous Colors of #064ecc

#064ecc #2106cc #06b1cc

Monochromatic Colors of #064ecc

#064ecc

Complementary Color

#064ecc #cc8406

#064ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#064ecc Color CSS Codes

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

#064ecc Text Font Color

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

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


#064ecc Background Color

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

This div background color is #064ecc


#064ecc Border Color

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

This div border color is #064ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064ecc


Comments

No comments written yet.

Please login to write comment.