Color Hex Logo

#061364 Color Hex

#061364
(6,19,100)
0 Favorites   0 Comments

Color spaces of #061364

RGB 619100
HSL0.640.890.21
HSV232°94°39°
CMYK 0.940.810.00   0.61
XYZ2.60821.424612.1941
Yxy1.42460.16070.0878
Hunter Lab11.935718.1187-52.2188
CIE-Lab12.120529.6037-47.9201

#061364 color RGB value is (6,19,100).

#061364 hex color red value is 6, green value is 19 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #061364 hue: 0.64 , saturation: 0.89 and the lightness value of 061364 is 0.21.

The process color (four color CMYK) of #061364 color hex is 0.94, 0.81, 0.00, 0.61. Web safe color of #061364 is #000066. Color #061364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 01100100
Octal 6 23 144
Decimal 6 19 100
Hex 6 13 64

RGB Percentages of Color #061364

%4.80
%15.20
%80.00

CMYK Percentages of Color #061364

%94
%81
%0
%61

Triadic Colors of #061364

#061364 #640613 #136406

Analogous Colors of #061364

#061364 #280664 #064264

Monochromatic Colors of #061364

#061364

Complementary Color

#061364 #645706

#061364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061364 Color CSS Codes

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

#061364 Text Font Color

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

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


#061364 Background Color

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

This div background color is #061364


#061364 Border Color

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

This div border color is #061364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061364


Comments

No comments written yet.

Please login to write comment.