Color Hex Logo

#064262 Color Hex

#064262
(6,66,98)
0 Favorites   0 Comments

Color spaces of #064262

RGB 66698
HSL0.560.880.20
HSV201°94°38°
CMYK 0.940.330.00   0.62
XYZ4.22794.817012.2622
Yxy4.81700.19840.2261
Hunter Lab21.9477-4.0230-17.7621
CIE-Lab26.2069-4.7664-23.8122

#064262 color RGB value is (6,66,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 01100010
Octal 6 102 142
Decimal 6 66 98
Hex 6 42 62

RGB Percentages of Color #064262

%3.53
%38.82
%57.65

CMYK Percentages of Color #064262

%94
%33
%0
%62

Triadic Colors of #064262

#064262 #620642 #426206

Analogous Colors of #064262

#064262 #061462 #066254

Monochromatic Colors of #064262

#064262

Complementary Color

#064262 #622606

#064262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064262 Color CSS Codes

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

#064262 Text Font Color

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

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


#064262 Background Color

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

This div background color is #064262


#064262 Border Color

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

This div border color is #064262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064262


Comments

No comments written yet.

Please login to write comment.