Color Hex Logo

#064c9b Color Hex

#064C9B
(6,76,155)
0 Favorites   0 Comments

Color spaces of #064c9b

RGB 676155
HSL0.590.930.32
HSV212°96°61°
CMYK 0.960.510.00   0.39
XYZ8.57597.574232.0203
Yxy7.57420.17800.1572
Hunter Lab27.52137.4602-49.7175
CIE-Lab33.079912.7080-48.3795

#064c9b color RGB value is (6,76,155).

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

The process color (four color CMYK) of #064c9b color hex is 0.96, 0.51, 0.00, 0.39. Web safe color of #064c9b is #003399. Color #064c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001100 10011011
Octal 6 114 233
Decimal 6 76 155
Hex 6 4C 9B

RGB Percentages of Color #064c9b

%2.53
%32.07
%65.40

CMYK Percentages of Color #064c9b

%96
%51
%0
%39

Triadic Colors of #064c9b

#064c9b #9b064c #4c9b06

Analogous Colors of #064c9b

#064c9b #0a069b #06979b

Monochromatic Colors of #064c9b

#064c9b

Complementary Color

#064c9b #9b5506

#064c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#064c9b Color CSS Codes

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

#064c9b Text Font Color

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

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


#064c9b Background Color

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

This div background color is #064c9b


#064c9b Border Color

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

This div border color is #064c9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064c9b


Comments

No comments written yet.

Please login to write comment.