Color Hex Logo

#064762 Color Hex

#064762
(6,71,98)
0 Favorites   0 Comments

Color spaces of #064762

RGB 67198
HSL0.550.880.20
HSV198°94°38°
CMYK 0.940.280.00   0.62
XYZ4.53295.427012.3639
Yxy5.42700.20310.2431
Hunter Lab23.2959-6.0355-15.1600
CIE-Lab27.9182-7.9811-21.1280

#064762 color RGB value is (6,71,98).

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

The process color (four color CMYK) of #064762 color hex is 0.94, 0.28, 0.00, 0.62. Web safe color of #064762 is #003366. Color #064762 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000111 01100010
Octal 6 107 142
Decimal 6 71 98
Hex 6 47 62

RGB Percentages of Color #064762

%3.43
%40.57
%56.00

CMYK Percentages of Color #064762

%94
%28
%0
%62

Triadic Colors of #064762

#064762 #620647 #476206

Analogous Colors of #064762

#064762 #061962 #06624f

Monochromatic Colors of #064762

#064762

Complementary Color

#064762 #622106

#064762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064762 Color CSS Codes

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

#064762 Text Font Color

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

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


#064762 Background Color

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

This div background color is #064762


#064762 Border Color

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

This div border color is #064762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064762


Comments

No comments written yet.

Please login to write comment.