Color Hex Logo

#061ebf Color Hex

#061EBF
(6,30,191)
0 Favorites   0 Comments

Color spaces of #061ebf

RGB 630191
HSL0.650.940.39
HSV232°97°75°
CMYK 0.970.840.00   0.25
XYZ9.94334.728949.6789
Yxy4.72890.15450.0735
Hunter Lab21.746043.5630-120.2260
CIE-Lab25.948054.7853-81.6451

#061ebf color RGB value is (6,30,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 10111111
Octal 6 36 277
Decimal 6 30 191
Hex 6 1E BF

RGB Percentages of Color #061ebf

%2.64
%13.22
%84.14

CMYK Percentages of Color #061ebf

%97
%84
%0
%25

Triadic Colors of #061ebf

#061ebf #bf061e #1ebf06

Analogous Colors of #061ebf

#061ebf #4a06bf #067bbf

Monochromatic Colors of #061ebf

#061ebf

Complementary Color

#061ebf #bfa706

#061ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#061ebf Color CSS Codes

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

#061ebf Text Font Color

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

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


#061ebf Background Color

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

This div background color is #061ebf


#061ebf Border Color

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

This div border color is #061ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061ebf


Comments

No comments written yet.

Please login to write comment.