Color Hex Logo

#061157 Color Hex

#061157
(6,17,87)
0 Favorites   0 Comments

Color spaces of #061157

RGB 61787
HSL0.640.870.18
HSV232°93°34°
CMYK 0.930.800.00   0.66
XYZ1.99591.12779.1293
Yxy1.12770.16290.0920
Hunter Lab10.619314.9652-43.5374
CIE-Lab10.012925.8195-42.6866

#061157 color RGB value is (6,17,87).

#061157 hex color red value is 6, green value is 17 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #061157 hue: 0.64 , saturation: 0.87 and the lightness value of 061157 is 0.18.

The process color (four color CMYK) of #061157 color hex is 0.93, 0.80, 0.00, 0.66. Web safe color of #061157 is #000066. Color #061157 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010001 01010111
Octal 6 21 127
Decimal 6 17 87
Hex 6 11 57

RGB Percentages of Color #061157

%5.45
%15.45
%79.09

CMYK Percentages of Color #061157

%93
%80
%0
%66

Triadic Colors of #061157

#061157 #570611 #115706

Analogous Colors of #061157

#061157 #240657 #063a57

Monochromatic Colors of #061157

#061157

Complementary Color

#061157 #574c06

#061157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061157 Color CSS Codes

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

#061157 Text Font Color

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

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


#061157 Background Color

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

This div background color is #061157


#061157 Border Color

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

This div border color is #061157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061157


Comments

No comments written yet.

Please login to write comment.