Color Hex Logo

#064abf Color Hex

#064ABF
(6,74,191)
0 Favorites   0 Comments

Color spaces of #064abf

RGB 674191
HSL0.610.940.39
HSV218°97°75°
CMYK 0.970.610.00   0.25
XYZ11.92798.697950.3404
Yxy8.69790.16810.1226
Hunter Lab29.492220.5816-80.5579
CIE-Lab35.396028.7948-66.0358

#064abf color RGB value is (6,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 10111111
Octal 6 112 277
Decimal 6 74 191
Hex 6 4A BF

RGB Percentages of Color #064abf

%2.21
%27.31
%70.48

CMYK Percentages of Color #064abf

%97
%61
%0
%25

Triadic Colors of #064abf

#064abf #bf064a #4abf06

Analogous Colors of #064abf

#064abf #1e06bf #06a7bf

Monochromatic Colors of #064abf

#064abf

Complementary Color

#064abf #bf7b06

#064abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#064abf Color CSS Codes

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

#064abf Text Font Color

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

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


#064abf Background Color

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

This div background color is #064abf


#064abf Border Color

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

This div border color is #064abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064abf


Comments

No comments written yet.

Please login to write comment.