Color Hex Logo

#061a55 Color Hex

#061A55
(6,26,85)
0 Favorites   0 Comments

Color spaces of #061a55

RGB 62685
HSL0.620.870.18
HSV225°93°33°
CMYK 0.930.690.00   0.67
XYZ2.08421.43348.7612
Yxy1.43340.16970.1167
Hunter Lab11.972510.1219-35.0064
CIE-Lab12.178218.4913-37.7606

#061a55 color RGB value is (6,26,85).

#061a55 hex color red value is 6, green value is 26 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #061a55 hue: 0.62 , saturation: 0.87 and the lightness value of 061a55 is 0.18.

The process color (four color CMYK) of #061a55 color hex is 0.93, 0.69, 0.00, 0.67. Web safe color of #061a55 is #003366. Color #061a55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011010 01010101
Octal 6 32 125
Decimal 6 26 85
Hex 6 1A 55

RGB Percentages of Color #061a55

%5.13
%22.22
%72.65

CMYK Percentages of Color #061a55

%93
%69
%0
%67

Triadic Colors of #061a55

#061a55 #55061a #1a5506

Analogous Colors of #061a55

#061a55 #1a0655 #064255

Monochromatic Colors of #061a55

#061a55

Complementary Color

#061a55 #554106

#061a55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061a55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061a55 Color CSS Codes

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

#061a55 Text Font Color

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

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


#061a55 Background Color

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

This div background color is #061a55


#061a55 Border Color

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

This div border color is #061a55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,26,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #061a55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #061a55;
  -webkit-box-shadow: 1px 1px 3px 2px #061a55;
  box-shadow:         1px 1px 3px 2px #061a55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061a55


Comments

No comments written yet.

Please login to write comment.