Color Hex Logo

#064478 Color Hex

#064478
(6,68,120)
0 Favorites   0 Comments

Color spaces of #064478

RGB 668120
HSL0.580.900.25
HSV207°95°47°
CMYK 0.950.430.00   0.53
XYZ5.53245.529018.5449
Yxy5.52900.18690.1868
Hunter Lab23.51380.8488-30.3012
CIE-Lab28.19163.2926-34.6700

#064478 color RGB value is (6,68,120).

#064478 hex color red value is 6, green value is 68 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #064478 hue: 0.58 , saturation: 0.90 and the lightness value of 064478 is 0.25.

The process color (four color CMYK) of #064478 color hex is 0.95, 0.43, 0.00, 0.53. Web safe color of #064478 is #003366. Color #064478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000100 01111000
Octal 6 104 170
Decimal 6 68 120
Hex 6 44 78

RGB Percentages of Color #064478

%3.09
%35.05
%61.86

CMYK Percentages of Color #064478

%95
%43
%0
%53

Triadic Colors of #064478

#064478 #780644 #447806

Analogous Colors of #064478

#064478 #060b78 #067873

Monochromatic Colors of #064478

#064478

Complementary Color

#064478 #783a06

#064478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064478 Color CSS Codes

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

#064478 Text Font Color

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

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


#064478 Background Color

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

This div background color is #064478


#064478 Border Color

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

This div border color is #064478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064478


Comments

No comments written yet.

Please login to write comment.