Color Hex Logo

#064ccf Color Hex

#064CCF
(6,76,207)
0 Favorites   0 Comments

Color spaces of #064ccf

RGB 676207
HSL0.610.940.42
HSV219°97°81°
CMYK 0.970.630.00   0.19
XYZ13.92209.712660.1724
Yxy9.71260.16610.1159
Hunter Lab31.165025.2004-92.6596
CIE-Lab37.321633.7326-72.1916

#064ccf color RGB value is (6,76,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001100 11001111
Octal 6 114 317
Decimal 6 76 207
Hex 6 4C CF

RGB Percentages of Color #064ccf

%2.08
%26.30
%71.63

CMYK Percentages of Color #064ccf

%97
%63
%0
%19

Triadic Colors of #064ccf

#064ccf #cf064c #4ccf06

Analogous Colors of #064ccf

#064ccf #2406cf #06b1cf

Monochromatic Colors of #064ccf

#064ccf

Complementary Color

#064ccf #cf8906

#064ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#064ccf Color CSS Codes

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

#064ccf Text Font Color

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

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


#064ccf Background Color

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

This div background color is #064ccf


#064ccf Border Color

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

This div border color is #064ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,76,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 #064ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064ccf


Comments

No comments written yet.

Please login to write comment.