Color Hex Logo

#061eff Color Hex

#061EFF
(6,30,255)
0 Favorites   0 Comments

Color spaces of #061eff

RGB 630255
HSL0.651.000.51
HSV234°98°100°
CMYK 0.980.880.00   0.00
XYZ18.58948.187395.2083
Yxy8.18730.15240.0671
Hunter Lab28.613565.8931-177.2519
CIE-Lab34.370073.1204-104.4053

#061eff color RGB value is (6,30,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 11111111
Octal 6 36 377
Decimal 6 30 255
Hex 6 1E FF

RGB Percentages of Color #061eff

%2.06
%10.31
%87.63

CMYK Percentages of Color #061eff

%98
%88
%0
%0

Triadic Colors of #061eff

#061eff #ff061e #1eff06

Analogous Colors of #061eff

#061eff #6b06ff #069bff

Monochromatic Colors of #061eff

#061eff

Complementary Color

#061eff #ffe706

#061eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#061eff Color CSS Codes

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

#061eff Text Font Color

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

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


#061eff Background Color

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

This div background color is #061eff


#061eff Border Color

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

This div border color is #061eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061eff


Comments

No comments written yet.

Please login to write comment.