color codes Logo

#064d9d color codes

#064D9D
(6,77,157)
0 Favorites   0 Comments

Color spaces of #064d9d

RGB 677157
HSL0.590.930.32
HSV212°96°62°
CMYK 0.960.510.00   0.38
XYZ8.81487.780832.9355
Yxy7.78080.17800.1571
Hunter Lab27.89417.5931-50.4799
CIE-Lab33.522112.8651-48.8723

#064d9d color RGB value is (6,77,157).

#064d9d hex color red value is 6, green value is 77 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #064d9d hue: 0.59 , saturation: 0.93 and the lightness value of 064d9d is 0.32.

The process color (four color CMYK) of #064d9d color code is 0.96, 0.51, 0.00, 0.38. Web safe color of #064d9d is #006699. Color #064d9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 10011101
Octal 6 115 235
Decimal 6 77 157
Hex 6 4D 9D

RGB Percentages of Color #064d9d

%2.50
%32.08
%65.42

CMYK Percentages of Color #064d9d

%96
%51
%0
%38

Triadic Colors of #064d9d

#064d9d #9d064d #4d9d06

Analogous Colors of #064d9d

#064d9d #0a069d #06999d

Monochromatic Colors of #064d9d

#064d9d

Complementary Color

#064d9d #9d5606

#064d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#064d9d Color CSS Codes

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

#064d9d Text Font Color

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

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


#064d9d Background Color

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

This div background color is #064d9d


#064d9d Border Color

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

This div border color is #064d9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064d9d


Comments

No comments written yet.

Please login to write comment.