Color Hex Logo

#064dbf Color Hex

#064DBF
(6,77,191)
0 Favorites   0 Comments

Color spaces of #064dbf

RGB 677191
HSL0.600.940.39
HSV217°97°75°
CMYK 0.970.600.00   0.25
XYZ12.13309.108150.4088
Yxy9.10810.16930.1271
Hunter Lab30.179618.9473-77.9059
CIE-Lab36.191626.7923-64.7341

#064dbf color RGB value is (6,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 10111111
Octal 6 115 277
Decimal 6 77 191
Hex 6 4D BF

RGB Percentages of Color #064dbf

%2.19
%28.10
%69.71

CMYK Percentages of Color #064dbf

%97
%60
%0
%25

Triadic Colors of #064dbf

#064dbf #bf064d #4dbf06

Analogous Colors of #064dbf

#064dbf #1c06bf #06aabf

Monochromatic Colors of #064dbf

#064dbf

Complementary Color

#064dbf #bf7806

#064dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#064dbf Color CSS Codes

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

#064dbf Text Font Color

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

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


#064dbf Background Color

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

This div background color is #064dbf


#064dbf Border Color

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

This div border color is #064dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064dbf


Comments

No comments written yet.

Please login to write comment.