Color Hex Logo

#064766 Color Hex

#064766
(6,71,102)
0 Favorites   0 Comments

Color spaces of #064766

RGB 671102
HSL0.550.890.21
HSV199°94°40°
CMYK 0.940.300.00   0.60
XYZ4.72665.504513.3837
Yxy5.50450.20020.2331
Hunter Lab23.4617-5.0972-17.3988
CIE-Lab28.1263-6.3312-23.3619

#064766 color RGB value is (6,71,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000111 01100110
Octal 6 107 146
Decimal 6 71 102
Hex 6 47 66

RGB Percentages of Color #064766

%3.35
%39.66
%56.98

CMYK Percentages of Color #064766

%94
%30
%0
%60

Triadic Colors of #064766

#064766 #660647 #476606

Analogous Colors of #064766

#064766 #061766 #066655

Monochromatic Colors of #064766

#064766

Complementary Color

#064766 #662506

#064766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064766 Color CSS Codes

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

#064766 Text Font Color

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

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


#064766 Background Color

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

This div background color is #064766


#064766 Border Color

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

This div border color is #064766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064766

#064766 Color Palettes


Comments

No comments written yet.

Please login to write comment.