Color Hex Logo

#061545 Color Hex

#061545
(6,21,69)
0 Favorites   0 Comments

Color spaces of #061545

RGB 62169
HSL0.630.840.15
HSV226°91°27°
CMYK 0.910.700.00   0.73
XYZ1.41741.00475.7494
Yxy1.00470.17350.1230
Hunter Lab10.02357.7003-26.9919
CIE-Lab9.030515.1805-31.8766

#061545 color RGB value is (6,21,69).

#061545 hex color red value is 6, green value is 21 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #061545 hue: 0.63 , saturation: 0.84 and the lightness value of 061545 is 0.15.

The process color (four color CMYK) of #061545 color hex is 0.91, 0.70, 0.00, 0.73. Web safe color of #061545 is #000033. Color #061545 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010101 01000101
Octal 6 25 105
Decimal 6 21 69
Hex 6 15 45

RGB Percentages of Color #061545

%6.25
%21.88
%71.88

CMYK Percentages of Color #061545

%91
%70
%0
%73

Triadic Colors of #061545

#061545 #450615 #154506

Analogous Colors of #061545

#061545 #170645 #063545

Monochromatic Colors of #061545

#061545

Complementary Color

#061545 #453606

#061545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061545 Color CSS Codes

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

#061545 Text Font Color

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

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


#061545 Background Color

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

This div background color is #061545


#061545 Border Color

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

This div border color is #061545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061545


Comments

No comments written yet.

Please login to write comment.