Color Hex Logo

#0630cc Color Hex

#0630CC
(6,48,204)
0 Favorites   0 Comments

Color spaces of #0630cc

RGB 648204
HSL0.630.940.41
HSV227°97°80°
CMYK 0.970.760.00   0.20
XYZ12.03116.512357.7496
Yxy6.51230.15770.0854
Hunter Lab25.519239.4957-116.3090
CIE-Lab30.669849.8863-81.4271

#0630cc color RGB value is (6,48,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110000 11001100
Octal 6 60 314
Decimal 6 48 204
Hex 6 30 CC

RGB Percentages of Color #0630cc

%2.33
%18.60
%79.07

CMYK Percentages of Color #0630cc

%97
%76
%0
%20

Triadic Colors of #0630cc

#0630cc #cc0630 #30cc06

Analogous Colors of #0630cc

#0630cc #3f06cc #0693cc

Monochromatic Colors of #0630cc

#0630cc

Complementary Color

#0630cc #cca206

#0630cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0630cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0630cc Color CSS Codes

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

#0630cc Text Font Color

<p style="color:#0630cc">Text here</p>

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


#0630cc Background Color

<div style="background-color:#0630cc">
Div content here</div>

This div background color is #0630cc


#0630cc Border Color

<div style="border:3px solid #0630cc">
Div here</div>

This div border color is #0630cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0630cc


Comments

No comments written yet.

Please login to write comment.