Color Hex Logo

#0635be Color Hex

#0635BE
(6,53,190)
0 Favorites   0 Comments

Color spaces of #0635be

RGB 653190
HSL0.620.940.38
HSV225°97°75°
CMYK 0.970.720.00   0.25
XYZ10.64256.302649.3708
Yxy6.30260.16050.0950
Hunter Lab25.105031.7360-99.0247
CIE-Lab30.163442.0131-74.0582

#0635be color RGB value is (6,53,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110101 10111110
Octal 6 65 276
Decimal 6 53 190
Hex 6 35 BE

RGB Percentages of Color #0635be

%2.41
%21.29
%76.31

CMYK Percentages of Color #0635be

%97
%72
%0
%25

Triadic Colors of #0635be

#0635be #be0635 #35be06

Analogous Colors of #0635be

#0635be #3306be #0691be

Monochromatic Colors of #0635be

#0635be

Complementary Color

#0635be #be8f06

#0635be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0635be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0635be Color CSS Codes

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

#0635be Text Font Color

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

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


#0635be Background Color

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

This div background color is #0635be


#0635be Border Color

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

This div border color is #0635be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0635be


Comments

No comments written yet.

Please login to write comment.