Color Hex Logo

#064666 Color Hex

#064666
(6,70,102)
0 Favorites   0 Comments

Color spaces of #064666

RGB 670102
HSL0.560.890.21
HSV200°94°40°
CMYK 0.940.310.00   0.60
XYZ4.66355.378313.3627
Yxy5.37830.19930.2298
Hunter Lab23.1912-4.6901-17.9290
CIE-Lab27.7864-5.6883-23.8958

#064666 color RGB value is (6,70,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000110 01100110
Octal 6 106 146
Decimal 6 70 102
Hex 6 46 66

RGB Percentages of Color #064666

%3.37
%39.33
%57.30

CMYK Percentages of Color #064666

%94
%31
%0
%60

Triadic Colors of #064666

#064666 #660646 #466606

Analogous Colors of #064666

#064666 #061666 #066656

Monochromatic Colors of #064666

#064666

Complementary Color

#064666 #662606

#064666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064666 Color CSS Codes

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

#064666 Text Font Color

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

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


#064666 Background Color

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

This div background color is #064666


#064666 Border Color

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

This div border color is #064666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064666


Comments

No comments written yet.

Please login to write comment.