Color Hex Logo

#061697 Color Hex

#061697
(6,22,151)
0 Favorites   0 Comments

Color spaces of #061697

RGB 622151
HSL0.650.920.31
HSV233°96°59°
CMYK 0.960.850.00   0.41
XYZ5.94792.846929.5142
Yxy2.84690.15530.0743
Hunter Lab16.872833.3966-91.9004
CIE-Lab19.420045.8357-68.3666

#061697 color RGB value is (6,22,151).

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

The process color (four color CMYK) of #061697 color hex is 0.96, 0.85, 0.00, 0.41. Web safe color of #061697 is #000099. Color #061697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010110 10010111
Octal 6 26 227
Decimal 6 22 151
Hex 6 16 97

RGB Percentages of Color #061697

%3.35
%12.29
%84.36

CMYK Percentages of Color #061697

%96
%85
%0
%41

Triadic Colors of #061697

#061697 #970616 #169706

Analogous Colors of #061697

#061697 #3e0697 #065f97

Monochromatic Colors of #061697

#061697

Complementary Color

#061697 #978706

#061697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061697 Color CSS Codes

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

#061697 Text Font Color

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

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


#061697 Background Color

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

This div background color is #061697


#061697 Border Color

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

This div border color is #061697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061697


Comments

No comments written yet.

Please login to write comment.