Color Hex Logo

#061454 Color Hex

#061454
(6,20,84)
0 Favorites   0 Comments

Color spaces of #061454

RGB 62084
HSL0.640.870.18
HSV229°93°33°
CMYK 0.930.760.00   0.67
XYZ1.92551.17918.5136
Yxy1.17910.16570.1015
Hunter Lab10.858612.6498-38.8847
CIE-Lab10.402322.4999-40.0014

#061454 color RGB value is (6,20,84).

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

The process color (four color CMYK) of #061454 color hex is 0.93, 0.76, 0.00, 0.67. Web safe color of #061454 is #000066. Color #061454 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 01010100
Octal 6 24 124
Decimal 6 20 84
Hex 6 14 54

RGB Percentages of Color #061454

%5.45
%18.18
%76.36

CMYK Percentages of Color #061454

%93
%76
%0
%67

Triadic Colors of #061454

#061454 #540614 #145406

Analogous Colors of #061454

#061454 #1f0654 #063b54

Monochromatic Colors of #061454

#061454

Complementary Color

#061454 #544606

#061454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061454 Color CSS Codes

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

#061454 Text Font Color

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

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


#061454 Background Color

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

This div background color is #061454


#061454 Border Color

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

This div border color is #061454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061454


Comments

No comments written yet.

Please login to write comment.