Color Hex Logo

#061493 Color Hex

#061493
(6,20,147)
0 Favorites   0 Comments

Color spaces of #061493

RGB 620147
HSL0.650.920.30
HSV234°96°58°
CMYK 0.960.860.00   0.42
XYZ5.59172.645627.8197
Yxy2.64560.15510.0734
Hunter Lab16.265332.9006-90.0222
CIE-Lab18.564745.4779-67.3152

#061493 color RGB value is (6,20,147).

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

The process color (four color CMYK) of #061493 color hex is 0.96, 0.86, 0.00, 0.42. Web safe color of #061493 is #000099. Color #061493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 10010011
Octal 6 24 223
Decimal 6 20 147
Hex 6 14 93

RGB Percentages of Color #061493

%3.47
%11.56
%84.97

CMYK Percentages of Color #061493

%96
%86
%0
%42

Triadic Colors of #061493

#061493 #930614 #149306

Analogous Colors of #061493

#061493 #3e0693 #065b93

Monochromatic Colors of #061493

#061493

Complementary Color

#061493 #938506

#061493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061493 Color CSS Codes

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

#061493 Text Font Color

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

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


#061493 Background Color

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

This div background color is #061493


#061493 Border Color

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

This div border color is #061493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061493


Comments

No comments written yet.

Please login to write comment.