Color Hex Logo

#061962 Color Hex

#061962
(6,25,98)
0 Favorites   0 Comments

Color spaces of #061962

RGB 62598
HSL0.630.880.20
HSV228°94°38°
CMYK 0.940.740.00   0.62
XYZ2.62731.615811.7287
Yxy1.61580.16450.1012
Hunter Lab12.711414.6489-45.8083
CIE-Lab13.326124.7743-44.5990

#061962 color RGB value is (6,25,98).

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

The process color (four color CMYK) of #061962 color hex is 0.94, 0.74, 0.00, 0.62. Web safe color of #061962 is #000066. Color #061962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011001 01100010
Octal 6 31 142
Decimal 6 25 98
Hex 6 19 62

RGB Percentages of Color #061962

%4.65
%19.38
%75.97

CMYK Percentages of Color #061962

%94
%74
%0
%62

Triadic Colors of #061962

#061962 #620619 #196206

Analogous Colors of #061962

#061962 #210662 #064762

Monochromatic Colors of #061962

#061962

Complementary Color

#061962 #624f06

#061962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061962 Color CSS Codes

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

#061962 Text Font Color

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

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


#061962 Background Color

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

This div background color is #061962


#061962 Border Color

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

This div border color is #061962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061962


Comments

No comments written yet.

Please login to write comment.