Color Hex Logo

#061ffc Color Hex

#061FFC
(6,31,252)
0 Favorites   0 Comments

Color spaces of #061ffc

RGB 631252
HSL0.650.980.51
HSV234°98°99°
CMYK 0.980.880.00   0.01
XYZ18.13588.047092.6928
Yxy8.04700.15260.0677
Hunter Lab28.367264.4763-173.8790
CIE-Lab34.080671.9876-103.2048

#061ffc color RGB value is (6,31,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011111 11111100
Octal 6 37 374
Decimal 6 31 252
Hex 6 1F FC

RGB Percentages of Color #061ffc

%2.08
%10.73
%87.20

CMYK Percentages of Color #061ffc

%98
%88
%0
%1

Triadic Colors of #061ffc

#061ffc #fc061f #1ffc06

Analogous Colors of #061ffc

#061ffc #6806fc #069afc

Monochromatic Colors of #061ffc

#061ffc

Complementary Color

#061ffc #fce306

#061ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#061ffc Color CSS Codes

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

#061ffc Text Font Color

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

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


#061ffc Background Color

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

This div background color is #061ffc


#061ffc Border Color

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

This div border color is #061ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.