Color Hex Logo

#064ebb Color Hex

#064EBB
(6,78,187)
0 Favorites   0 Comments

Color spaces of #064ebb

RGB 678187
HSL0.600.940.38
HSV216°97°73°
CMYK 0.970.580.00   0.27
XYZ11.76919.075448.1451
Yxy9.07540.17060.1315
Hunter Lab30.125417.0152-73.6669
CIE-Lab36.129124.5193-62.4904

#064ebb color RGB value is (6,78,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001110 10111011
Octal 6 116 273
Decimal 6 78 187
Hex 6 4E BB

RGB Percentages of Color #064ebb

%2.21
%28.78
%69.00

CMYK Percentages of Color #064ebb

%97
%58
%0
%27

Triadic Colors of #064ebb

#064ebb #bb064e #4ebb06

Analogous Colors of #064ebb

#064ebb #1806bb #06a9bb

Monochromatic Colors of #064ebb

#064ebb

Complementary Color

#064ebb #bb7306

#064ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#064ebb Color CSS Codes

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

#064ebb Text Font Color

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

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


#064ebb Background Color

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

This div background color is #064ebb


#064ebb Border Color

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

This div border color is #064ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064ebb


Comments

No comments written yet.

Please login to write comment.