Color Hex Logo

#061ecf Color Hex

#061ECF
(6,30,207)
0 Favorites   0 Comments

Color spaces of #061ecf

RGB 630207
HSL0.650.940.42
HSV233°97°81°
CMYK 0.970.860.00   0.19
XYZ11.80195.472359.4657
Yxy5.47230.15380.0713
Hunter Lab23.392949.1168-134.3422
CIE-Lab28.040159.6170-87.5492

#061ecf color RGB value is (6,30,207).

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

The process color (four color CMYK) of #061ecf color hex is 0.97, 0.86, 0.00, 0.19. Web safe color of #061ecf is #0033cc. Color #061ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 11001111
Octal 6 36 317
Decimal 6 30 207
Hex 6 1E CF

RGB Percentages of Color #061ecf

%2.47
%12.35
%85.19

CMYK Percentages of Color #061ecf

%97
%86
%0
%19

Triadic Colors of #061ecf

#061ecf #cf061e #1ecf06

Analogous Colors of #061ecf

#061ecf #5206cf #0683cf

Monochromatic Colors of #061ecf

#061ecf

Complementary Color

#061ecf #cfb706

#061ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#061ecf Color CSS Codes

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

#061ecf Text Font Color

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

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


#061ecf Background Color

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

This div background color is #061ecf


#061ecf Border Color

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

This div border color is #061ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061ecf


Comments

No comments written yet.

Please login to write comment.