Color Hex Logo

#636397 Color Hex

#636397
(99,99,151)
0 Favorites   0 Comments

Color spaces of #636397

RGB 9999151
HSL0.670.210.49
HSV240°34°59°
CMYK 0.340.340.00   0.41
XYZ15.193313.810731.1431
Yxy13.81070.25260.2296
Hunter Lab37.16287.9416-23.6722
CIE-Lab43.960212.9079-28.3946

#636397 color RGB value is (99,99,151).

#636397 hex color red value is 99, green value is 99 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #636397 hue: 0.67 , saturation: 0.21 and the lightness value of 636397 is 0.49.

The process color (four color CMYK) of #636397 color hex is 0.34, 0.34, 0.00, 0.41. Web safe color of #636397 is #666699. Color #636397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100011 10010111
Octal 143 143 227
Decimal 99 99 151
Hex 63 63 97

RGB Percentages of Color #636397

%28.37
%28.37
%43.27

CMYK Percentages of Color #636397

%34
%34
%0
%41

Triadic Colors of #636397

#636397 #976363 #639763

Analogous Colors of #636397

#636397 #7d6397 #637d97

Monochromatic Colors of #636397

#636397

Complementary Color

#636397 #979763

#636397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636397 Color CSS Codes

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

#636397 Text Font Color

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

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


#636397 Background Color

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

This div background color is #636397


#636397 Border Color

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

This div border color is #636397


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,99,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #636397; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #636397;
  -webkit-box-shadow: 1px 1px 3px 2px #636397;
  box-shadow:         1px 1px 3px 2px #636397; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636397


Comments

No comments written yet.

Please login to write comment.