Color Hex Logo

#064881 Color Hex

#064881
(6,72,129)
0 Favorites   0 Comments

Color spaces of #064881

RGB 672129
HSL0.580.910.26
HSV208°95°51°
CMYK 0.950.440.00   0.49
XYZ6.35496.258421.6419
Yxy6.25840.18550.1827
Hunter Lab25.01681.5641-33.7797
CIE-Lab30.05524.4225-37.3135

#064881 color RGB value is (6,72,129).

#064881 hex color red value is 6, green value is 72 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #064881 hue: 0.58 , saturation: 0.91 and the lightness value of 064881 is 0.26.

The process color (four color CMYK) of #064881 color hex is 0.95, 0.44, 0.00, 0.49. Web safe color of #064881 is #003399. Color #064881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 10000001
Octal 6 110 201
Decimal 6 72 129
Hex 6 48 81

RGB Percentages of Color #064881

%2.90
%34.78
%62.32

CMYK Percentages of Color #064881

%95
%44
%0
%49

Triadic Colors of #064881

#064881 #810648 #488106

Analogous Colors of #064881

#064881 #060b81 #06817d

Monochromatic Colors of #064881

#064881

Complementary Color

#064881 #813f06

#064881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064881 Color CSS Codes

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

#064881 Text Font Color

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

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


#064881 Background Color

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

This div background color is #064881


#064881 Border Color

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

This div border color is #064881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064881


Comments

No comments written yet.

Please login to write comment.