Color Hex Logo

#062762 Color Hex

#062762
(6,39,98)
0 Favorites   0 Comments

Color spaces of #062762

RGB 63998
HSL0.610.880.20
HSV218°94°38°
CMYK 0.940.600.00   0.62
XYZ3.00522.371611.8546
Yxy2.37160.17440.1376
Hunter Lab15.40007.8830-34.8602
CIE-Lab17.327714.4522-38.0390

#062762 color RGB value is (6,39,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100111 01100010
Octal 6 47 142
Decimal 6 39 98
Hex 6 27 62

RGB Percentages of Color #062762

%4.20
%27.27
%68.53

CMYK Percentages of Color #062762

%94
%60
%0
%62

Triadic Colors of #062762

#062762 #620627 #276206

Analogous Colors of #062762

#062762 #130662 #065562

Monochromatic Colors of #062762

#062762

Complementary Color

#062762 #624106

#062762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062762 Color CSS Codes

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

#062762 Text Font Color

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

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


#062762 Background Color

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

This div background color is #062762


#062762 Border Color

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

This div border color is #062762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062762

#062762 Color Palettes


Comments

No comments written yet.

Please login to write comment.