Color Hex Logo

#061cad Color Hex

#061CAD
(6,28,173)
0 Favorites   0 Comments

Color spaces of #061cad

RGB 628173
HSL0.640.930.35
HSV232°97°68°
CMYK 0.970.840.00   0.32
XYZ8.03323.886439.8619
Yxy3.88640.15510.0751
Hunter Lab19.714038.2372-106.0855
CIE-Lab23.292350.0621-75.3293

#061cad color RGB value is (6,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011100 10101101
Octal 6 34 255
Decimal 6 28 173
Hex 6 1C AD

RGB Percentages of Color #061cad

%2.90
%13.53
%83.57

CMYK Percentages of Color #061cad

%97
%84
%0
%32

Triadic Colors of #061cad

#061cad #ad061c #1cad06

Analogous Colors of #061cad

#061cad #4306ad #0670ad

Monochromatic Colors of #061cad

#061cad

Complementary Color

#061cad #ad9706

#061cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#061cad Color CSS Codes

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

#061cad Text Font Color

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

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


#061cad Background Color

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

This div background color is #061cad


#061cad Border Color

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

This div border color is #061cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,28,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 #061cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061cad


Comments

No comments written yet.

Please login to write comment.