Color Hex Logo

#063bcf Color Hex

#063BCF
(6,59,207)
0 Favorites   0 Comments

Color spaces of #063bcf

RGB 659207
HSL0.620.940.42
HSV224°97°81°
CMYK 0.970.710.00   0.19
XYZ12.90167.671659.8323
Yxy7.67160.16050.0954
Hunter Lab27.697734.6746-108.6895
CIE-Lab33.289444.5095-78.8339

#063bcf color RGB value is (6,59,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111011 11001111
Octal 6 73 317
Decimal 6 59 207
Hex 6 3B CF

RGB Percentages of Color #063bcf

%2.21
%21.69
%76.10

CMYK Percentages of Color #063bcf

%97
%71
%0
%19

Triadic Colors of #063bcf

#063bcf #cf063b #3bcf06

Analogous Colors of #063bcf

#063bcf #3506cf #06a0cf

Monochromatic Colors of #063bcf

#063bcf

Complementary Color

#063bcf #cf9a06

#063bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#063bcf Color CSS Codes

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

#063bcf Text Font Color

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

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


#063bcf Background Color

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

This div background color is #063bcf


#063bcf Border Color

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

This div border color is #063bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063bcf


Comments

No comments written yet.

Please login to write comment.