Color Hex Logo

#0635cc Color Hex

#0635CC
(6,53,204)
0 Favorites   0 Comments

Color spaces of #0635cc

RGB 653204
HSL0.630.940.41
HSV226°97°80°
CMYK 0.970.740.00   0.20
XYZ12.24736.944657.8217
Yxy6.94460.15900.0902
Hunter Lab26.352636.8403-111.6446
CIE-Lab31.680547.0249-79.7520

#0635cc color RGB value is (6,53,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110101 11001100
Octal 6 65 314
Decimal 6 53 204
Hex 6 35 CC

RGB Percentages of Color #0635cc

%2.28
%20.15
%77.57

CMYK Percentages of Color #0635cc

%97
%74
%0
%20

Triadic Colors of #0635cc

#0635cc #cc0635 #35cc06

Analogous Colors of #0635cc

#0635cc #3a06cc #0698cc

Monochromatic Colors of #0635cc

#0635cc

Complementary Color

#0635cc #cc9d06

#0635cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0635cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0635cc Color CSS Codes

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

#0635cc Text Font Color

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

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


#0635cc Background Color

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

This div background color is #0635cc


#0635cc Border Color

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

This div border color is #0635cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0635cc


Comments

No comments written yet.

Please login to write comment.