Color Hex Logo

#061991 Color Hex

#061991
(6,25,145)
0 Favorites   0 Comments

Color spaces of #061991

RGB 625145
HSL0.640.920.30
HSV232°96°57°
CMYK 0.960.830.00   0.43
XYZ5.53362.778327.0327
Yxy2.77830.15660.0786
Hunter Lab16.668230.0899-84.4893
CIE-Lab19.133242.3516-65.1268

#061991 color RGB value is (6,25,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011001 10010001
Octal 6 31 221
Decimal 6 25 145
Hex 6 19 91

RGB Percentages of Color #061991

%3.41
%14.20
%82.39

CMYK Percentages of Color #061991

%96
%83
%0
%43

Triadic Colors of #061991

#061991 #910619 #199106

Analogous Colors of #061991

#061991 #380691 #065f91

Monochromatic Colors of #061991

#061991

Complementary Color

#061991 #917e06

#061991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061991 Color CSS Codes

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

#061991 Text Font Color

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

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


#061991 Background Color

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

This div background color is #061991


#061991 Border Color

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

This div border color is #061991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061991


Comments

No comments written yet.

Please login to write comment.