Color Hex Logo

#063cce Color Hex

#063CCE
(6,60,206)
0 Favorites   0 Comments

Color spaces of #063cce

RGB 660206
HSL0.620.940.42
HSV224°97°81°
CMYK 0.970.710.00   0.19
XYZ12.83157.726759.2076
Yxy7.72670.16090.0969
Hunter Lab27.796933.7537-106.8301
CIE-Lab33.407143.5358-78.0588

#063cce color RGB value is (6,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111100 11001110
Octal 6 74 316
Decimal 6 60 206
Hex 6 3C CE

RGB Percentages of Color #063cce

%2.21
%22.06
%75.74

CMYK Percentages of Color #063cce

%97
%71
%0
%19

Triadic Colors of #063cce

#063cce #ce063c #3cce06

Analogous Colors of #063cce

#063cce #3406ce #06a0ce

Monochromatic Colors of #063cce

#063cce

Complementary Color

#063cce #ce9806

#063cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#063cce Color CSS Codes

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

#063cce Text Font Color

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

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


#063cce Background Color

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

This div background color is #063cce


#063cce Border Color

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

This div border color is #063cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063cce


Comments

No comments written yet.

Please login to write comment.