Color Hex Logo

#061989 Color Hex

#061989
(6,25,137)
0 Favorites   0 Comments

Color spaces of #061989

RGB 625137
HSL0.640.920.28
HSV231°96°54°
CMYK 0.960.820.00   0.46
XYZ4.93812.540123.8969
Yxy2.54010.15740.0810
Hunter Lab15.937727.4151-77.7428
CIE-Lab18.099039.5924-61.8484

#061989 color RGB value is (6,25,137).

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

The process color (four color CMYK) of #061989 color hex is 0.96, 0.82, 0.00, 0.46. Web safe color of #061989 is #000099. Color #061989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011001 10001001
Octal 6 31 211
Decimal 6 25 137
Hex 6 19 89

RGB Percentages of Color #061989

%3.57
%14.88
%81.55

CMYK Percentages of Color #061989

%96
%82
%0
%46

Triadic Colors of #061989

#061989 #890619 #198906

Analogous Colors of #061989

#061989 #350689 #065b89

Monochromatic Colors of #061989

#061989

Complementary Color

#061989 #897606

#061989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061989 Color CSS Codes

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

#061989 Text Font Color

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

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


#061989 Background Color

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

This div background color is #061989


#061989 Border Color

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

This div border color is #061989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061989


Comments

No comments written yet.

Please login to write comment.