Color Hex Logo

#064d96 Color Hex

#064D96
(6,77,150)
0 Favorites   0 Comments

Color spaces of #064d96

RGB 677150
HSL0.580.920.31
HSV210°96°59°
CMYK 0.960.490.00   0.41
XYZ8.23407.548529.8772
Yxy7.54850.18030.1653
Hunter Lab27.47455.4153-45.2428
CIE-Lab33.02439.9269-45.4394

#064d96 color RGB value is (6,77,150).

#064d96 hex color red value is 6, green value is 77 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #064d96 hue: 0.58 , saturation: 0.92 and the lightness value of 064d96 is 0.31.

The process color (four color CMYK) of #064d96 color hex is 0.96, 0.49, 0.00, 0.41. Web safe color of #064d96 is #006699. Color #064d96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 10010110
Octal 6 115 226
Decimal 6 77 150
Hex 6 4D 96

RGB Percentages of Color #064d96

%2.58
%33.05
%64.38

CMYK Percentages of Color #064d96

%96
%49
%0
%41

Triadic Colors of #064d96

#064d96 #96064d #4d9606

Analogous Colors of #064d96

#064d96 #070696 #069596

Monochromatic Colors of #064d96

#064d96

Complementary Color

#064d96 #964f06

#064d96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064d96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064d96 Color CSS Codes

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

#064d96 Text Font Color

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

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


#064d96 Background Color

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

This div background color is #064d96


#064d96 Border Color

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

This div border color is #064d96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064d96


Comments

No comments written yet.

Please login to write comment.