Color Hex Logo

#064866 Color Hex

#064866
(6,72,102)
0 Favorites   0 Comments

Color spaces of #064866

RGB 672102
HSL0.550.890.21
HSV199°94°40°
CMYK 0.940.290.00   0.60
XYZ4.79075.632813.4051
Yxy5.63280.20100.2364
Hunter Lab23.7335-5.5028-16.8745
CIE-Lab28.4665-6.9701-22.8284

#064866 color RGB value is (6,72,102).

#064866 hex color red value is 6, green value is 72 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #064866 hue: 0.55 , saturation: 0.89 and the lightness value of 064866 is 0.21.

The process color (four color CMYK) of #064866 color hex is 0.94, 0.29, 0.00, 0.60. Web safe color of #064866 is #003366. Color #064866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 01100110
Octal 6 110 146
Decimal 6 72 102
Hex 6 48 66

RGB Percentages of Color #064866

%3.33
%40.00
%56.67

CMYK Percentages of Color #064866

%94
%29
%0
%60

Triadic Colors of #064866

#064866 #660648 #486606

Analogous Colors of #064866

#064866 #061866 #066654

Monochromatic Colors of #064866

#064866

Complementary Color

#064866 #662406

#064866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064866 Color CSS Codes

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

#064866 Text Font Color

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

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


#064866 Background Color

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

This div background color is #064866


#064866 Border Color

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

This div border color is #064866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064866


Comments

No comments written yet.

Please login to write comment.