Color Hex Logo

#064096 Color Hex

#064096
(6,64,150)
0 Favorites   0 Comments

Color spaces of #064096

RGB 664150
HSL0.600.920.31
HSV216°96°59°
CMYK 0.960.570.00   0.41
XYZ7.41355.907529.6037
Yxy5.90750.17270.1376
Hunter Lab24.305311.9108-55.2010
CIE-Lab29.177918.8991-51.6734

#064096 color RGB value is (6,64,150).

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

The process color (four color CMYK) of #064096 color hex is 0.96, 0.57, 0.00, 0.41. Web safe color of #064096 is #003399. Color #064096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000000 10010110
Octal 6 100 226
Decimal 6 64 150
Hex 6 40 96

RGB Percentages of Color #064096

%2.73
%29.09
%68.18

CMYK Percentages of Color #064096

%96
%57
%0
%41

Triadic Colors of #064096

#064096 #960640 #409606

Analogous Colors of #064096

#064096 #140696 #068896

Monochromatic Colors of #064096

#064096

Complementary Color

#064096 #965c06

#064096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064096 Color CSS Codes

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

#064096 Text Font Color

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

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


#064096 Background Color

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

This div background color is #064096


#064096 Border Color

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

This div border color is #064096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064096


Comments

No comments written yet.

Please login to write comment.