Color Hex Logo

#061efc Color Hex

#061EFC
(6,30,252)
0 Favorites   0 Comments

Color spaces of #061efc

RGB 630252
HSL0.650.980.51
HSV234°98°99°
CMYK 0.980.880.00   0.01
XYZ18.11017.995592.6842
Yxy7.99550.15250.0673
Hunter Lab28.276364.8401-174.5475
CIE-Lab33.973572.3130-103.3836

#061efc color RGB value is (6,30,252).

#061efc hex color red value is 6, green value is 30 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #061efc hue: 0.65 , saturation: 0.98 and the lightness value of 061efc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 11111100
Octal 6 36 374
Decimal 6 30 252
Hex 6 1E FC

RGB Percentages of Color #061efc

%2.08
%10.42
%87.50

CMYK Percentages of Color #061efc

%98
%88
%0
%1

Triadic Colors of #061efc

#061efc #fc061e #1efc06

Analogous Colors of #061efc

#061efc #6906fc #0699fc

Monochromatic Colors of #061efc

#061efc

Complementary Color

#061efc #fce406

#061efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#061efc Color CSS Codes

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

#061efc Text Font Color

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

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


#061efc Background Color

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

This div background color is #061efc


#061efc Border Color

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

This div border color is #061efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061efc


Comments

No comments written yet.

Please login to write comment.