Color Hex Logo

#061cec Color Hex

#061CEC
(6,28,236)
0 Favorites   0 Comments

Color spaces of #061cec

RGB 628236
HSL0.650.950.47
HSV234°97°93°
CMYK 0.970.880.00   0.07
XYZ15.63076.925479.8698
Yxy6.92540.15260.0676
Hunter Lab26.316259.9683-161.5245
CIE-Lab31.636568.6069-98.2409

#061cec color RGB value is (6,28,236).

#061cec hex color red value is 6, green value is 28 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #061cec hue: 0.65 , saturation: 0.95 and the lightness value of 061cec is 0.47.

The process color (four color CMYK) of #061cec color hex is 0.97, 0.88, 0.00, 0.07. Web safe color of #061cec is #0033ff. Color #061cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011100 11101100
Octal 6 34 354
Decimal 6 28 236
Hex 6 1C EC

RGB Percentages of Color #061cec

%2.22
%10.37
%87.41

CMYK Percentages of Color #061cec

%97
%88
%0
%7

Triadic Colors of #061cec

#061cec #ec061c #1cec06

Analogous Colors of #061cec

#061cec #6306ec #068fec

Monochromatic Colors of #061cec

#061cec

Complementary Color

#061cec #ecd606

#061cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#061cec Color CSS Codes

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

#061cec Text Font Color

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

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


#061cec Background Color

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

This div background color is #061cec


#061cec Border Color

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

This div border color is #061cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061cec


Comments

No comments written yet.

Please login to write comment.