Color Hex Logo

#063bcc Color Hex

#063BCC
(6,59,204)
0 Favorites   0 Comments

Color spaces of #063bcc

RGB 659204
HSL0.620.940.41
HSV224°97°80°
CMYK 0.970.710.00   0.20
XYZ12.53827.526357.9186
Yxy7.52630.16080.0965
Hunter Lab27.434133.5701-105.9686
CIE-Lab32.976243.4237-77.6084

#063bcc color RGB value is (6,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111011 11001100
Octal 6 73 314
Decimal 6 59 204
Hex 6 3B CC

RGB Percentages of Color #063bcc

%2.23
%21.93
%75.84

CMYK Percentages of Color #063bcc

%97
%71
%0
%20

Triadic Colors of #063bcc

#063bcc #cc063b #3bcc06

Analogous Colors of #063bcc

#063bcc #3406cc #069ecc

Monochromatic Colors of #063bcc

#063bcc

Complementary Color

#063bcc #cc9706

#063bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#063bcc Color CSS Codes

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

#063bcc Text Font Color

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

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


#063bcc Background Color

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

This div background color is #063bcc


#063bcc Border Color

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

This div border color is #063bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063bcc


Comments

No comments written yet.

Please login to write comment.