Color Hex Logo

#063cbf Color Hex

#063CBF
(6,60,191)
0 Favorites   0 Comments

Color spaces of #063cbf

RGB 660191
HSL0.620.940.39
HSV222°97°75°
CMYK 0.970.690.00   0.25
XYZ11.09497.032050.0628
Yxy7.03200.16270.1031
Hunter Lab26.517928.2767-93.3702
CIE-Lab31.879637.9831-71.8137

#063cbf color RGB value is (6,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111100 10111111
Octal 6 74 277
Decimal 6 60 191
Hex 6 3C BF

RGB Percentages of Color #063cbf

%2.33
%23.35
%74.32

CMYK Percentages of Color #063cbf

%97
%69
%0
%25

Triadic Colors of #063cbf

#063cbf #bf063c #3cbf06

Analogous Colors of #063cbf

#063cbf #2d06bf #0699bf

Monochromatic Colors of #063cbf

#063cbf

Complementary Color

#063cbf #bf8906

#063cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#063cbf Color CSS Codes

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

#063cbf Text Font Color

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

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


#063cbf Background Color

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

This div background color is #063cbf


#063cbf Border Color

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

This div border color is #063cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063cbf


Comments

No comments written yet.

Please login to write comment.