Color Hex Logo

#064598 Color Hex

#064598
(6,69,152)
0 Favorites   0 Comments

Color spaces of #064598

RGB 669152
HSL0.590.920.31
HSV214°96°60°
CMYK 0.960.550.00   0.40
XYZ7.87076.562030.5575
Yxy6.56200.17490.1459
Hunter Lab25.616410.0158-52.7949
CIE-Lab30.788216.2622-50.2737

#064598 color RGB value is (6,69,152).

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

The process color (four color CMYK) of #064598 color hex is 0.96, 0.55, 0.00, 0.40. Web safe color of #064598 is #003399. Color #064598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000101 10011000
Octal 6 105 230
Decimal 6 69 152
Hex 6 45 98

RGB Percentages of Color #064598

%2.64
%30.40
%66.96

CMYK Percentages of Color #064598

%96
%55
%0
%40

Triadic Colors of #064598

#064598 #980645 #459806

Analogous Colors of #064598

#064598 #100698 #068e98

Monochromatic Colors of #064598

#064598

Complementary Color

#064598 #985906

#064598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064598 Color CSS Codes

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

#064598 Text Font Color

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

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


#064598 Background Color

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

This div background color is #064598


#064598 Border Color

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

This div border color is #064598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064598


Comments

No comments written yet.

Please login to write comment.