Color Hex Logo

#061ead Color Hex

#061EAD
(6,30,173)
0 Favorites   0 Comments

Color spaces of #061ead

RGB 630173
HSL0.640.930.35
HSV231°97°68°
CMYK 0.970.830.00   0.32
XYZ8.08223.984439.8782
Yxy3.98440.15560.0767
Hunter Lab19.961037.3430-104.4775
CIE-Lab23.619849.0955-74.7841

#061ead color RGB value is (6,30,173).

#061ead hex color red value is 6, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #061ead hue: 0.64 , saturation: 0.93 and the lightness value of 061ead is 0.35.

The process color (four color CMYK) of #061ead color hex is 0.97, 0.83, 0.00, 0.32. Web safe color of #061ead is #003399. Color #061ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 10101101
Octal 6 36 255
Decimal 6 30 173
Hex 6 1E AD

RGB Percentages of Color #061ead

%2.87
%14.35
%82.78

CMYK Percentages of Color #061ead

%97
%83
%0
%32

Triadic Colors of #061ead

#061ead #ad061e #1ead06

Analogous Colors of #061ead

#061ead #4206ad #0672ad

Monochromatic Colors of #061ead

#061ead

Complementary Color

#061ead #ad9506

#061ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#061ead Color CSS Codes

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

#061ead Text Font Color

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

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


#061ead Background Color

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

This div background color is #061ead


#061ead Border Color

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

This div border color is #061ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061ead


Comments

No comments written yet.

Please login to write comment.