Color Hex Logo

#063ebf Color Hex

#063EBF
(6,62,191)
0 Favorites   0 Comments

Color spaces of #063ebf

RGB 662191
HSL0.620.940.39
HSV222°97°75°
CMYK 0.970.680.00   0.25
XYZ11.20177.245650.0984
Yxy7.24560.16340.1057
Hunter Lab26.917727.1763-91.5066
CIE-Lab32.359636.6959-71.0228

#063ebf color RGB value is (6,62,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111110 10111111
Octal 6 76 277
Decimal 6 62 191
Hex 6 3E BF

RGB Percentages of Color #063ebf

%2.32
%23.94
%73.75

CMYK Percentages of Color #063ebf

%97
%68
%0
%25

Triadic Colors of #063ebf

#063ebf #bf063e #3ebf06

Analogous Colors of #063ebf

#063ebf #2a06bf #069bbf

Monochromatic Colors of #063ebf

#063ebf

Complementary Color

#063ebf #bf8706

#063ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#063ebf Color CSS Codes

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

#063ebf Text Font Color

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

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


#063ebf Background Color

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

This div background color is #063ebf


#063ebf Border Color

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

This div border color is #063ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063ebf


Comments

No comments written yet.

Please login to write comment.