Color Hex Logo

#064fbf Color Hex

#064FBF
(6,79,191)
0 Favorites   0 Comments

Color spaces of #064fbf

RGB 679191
HSL0.600.940.39
HSV216°97°75°
CMYK 0.970.590.00   0.25
XYZ12.27519.392350.4561
Yxy9.39230.17020.1302
Hunter Lab30.646917.8633-76.1605
CIE-Lab36.728925.4554-63.8561

#064fbf color RGB value is (6,79,191).

#064fbf hex color red value is 6, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #064fbf hue: 0.60 , saturation: 0.94 and the lightness value of 064fbf is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001111 10111111
Octal 6 117 277
Decimal 6 79 191
Hex 6 4F BF

RGB Percentages of Color #064fbf

%2.17
%28.62
%69.20

CMYK Percentages of Color #064fbf

%97
%59
%0
%25

Triadic Colors of #064fbf

#064fbf #bf064f #4fbf06

Analogous Colors of #064fbf

#064fbf #1a06bf #06acbf

Monochromatic Colors of #064fbf

#064fbf

Complementary Color

#064fbf #bf7606

#064fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#064fbf Color CSS Codes

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

#064fbf Text Font Color

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

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


#064fbf Background Color

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

This div background color is #064fbf


#064fbf Border Color

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

This div border color is #064fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064fbf


Comments

No comments written yet.

Please login to write comment.