Color Hex Logo

#061980 Color Hex

#061980
(6,25,128)
0 Favorites   0 Comments

Color spaces of #061980

RGB 625128
HSL0.640.910.26
HSV231°95°50°
CMYK 0.950.800.00   0.50
XYZ4.31902.292520.6369
Yxy2.29250.15850.0841
Hunter Lab15.141024.4207-70.2124
CIE-Lab16.953036.3847-58.0682

#061980 color RGB value is (6,25,128).

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

The process color (four color CMYK) of #061980 color hex is 0.95, 0.80, 0.00, 0.50. Web safe color of #061980 is #000099. Color #061980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011001 10000000
Octal 6 31 200
Decimal 6 25 128
Hex 6 19 80

RGB Percentages of Color #061980

%3.77
%15.72
%80.50

CMYK Percentages of Color #061980

%95
%80
%0
%50

Triadic Colors of #061980

#061980 #800619 #198006

Analogous Colors of #061980

#061980 #300680 #065680

Monochromatic Colors of #061980

#061980

Complementary Color

#061980 #806d06

#061980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061980 Color CSS Codes

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

#061980 Text Font Color

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

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


#061980 Background Color

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

This div background color is #061980


#061980 Border Color

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

This div border color is #061980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061980


Comments

No comments written yet.

Please login to write comment.