Color Hex Logo

#064566 Color Hex

#064566
(6,69,102)
0 Favorites   0 Comments

Color spaces of #064566

RGB 669102
HSL0.560.890.21
HSV201°94°40°
CMYK 0.940.320.00   0.60
XYZ4.60155.254313.3420
Yxy5.25430.19840.2265
Hunter Lab22.9223-4.2812-18.4644
CIE-Lab27.4473-5.0413-24.4292

#064566 color RGB value is (6,69,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000101 01100110
Octal 6 105 146
Decimal 6 69 102
Hex 6 45 66

RGB Percentages of Color #064566

%3.39
%38.98
%57.63

CMYK Percentages of Color #064566

%94
%32
%0
%60

Triadic Colors of #064566

#064566 #660645 #456606

Analogous Colors of #064566

#064566 #061566 #066657

Monochromatic Colors of #064566

#064566

Complementary Color

#064566 #662706

#064566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064566 Color CSS Codes

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

#064566 Text Font Color

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

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


#064566 Background Color

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

This div background color is #064566


#064566 Border Color

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

This div border color is #064566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064566


Comments

No comments written yet.

Please login to write comment.