Color Hex Logo

#061392 Color Hex

#061392
(6,19,146)
0 Favorites   0 Comments

Color spaces of #061392

RGB 619146
HSL0.650.920.30
HSV234°96°57°
CMYK 0.960.870.00   0.43
XYZ5.49632.579827.4024
Yxy2.57980.15490.0727
Hunter Lab16.061832.9743-89.9094
CIE-Lab18.275745.6112-67.1757

#061392 color RGB value is (6,19,146).

#061392 hex color red value is 6, green value is 19 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #061392 hue: 0.65 , saturation: 0.92 and the lightness value of 061392 is 0.30.

The process color (four color CMYK) of #061392 color hex is 0.96, 0.87, 0.00, 0.43. Web safe color of #061392 is #000099. Color #061392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 10010010
Octal 6 23 222
Decimal 6 19 146
Hex 6 13 92

RGB Percentages of Color #061392

%3.51
%11.11
%85.38

CMYK Percentages of Color #061392

%96
%87
%0
%43

Triadic Colors of #061392

#061392 #920613 #139206

Analogous Colors of #061392

#061392 #3f0692 #065992

Monochromatic Colors of #061392

#061392

Complementary Color

#061392 #928506

#061392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061392 Color CSS Codes

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

#061392 Text Font Color

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

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


#061392 Background Color

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

This div background color is #061392


#061392 Border Color

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

This div border color is #061392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061392


Comments

No comments written yet.

Please login to write comment.