Color Hex Logo

#636190 Color Hex

#636190
(99,97,144)
0 Favorites   0 Comments

Color spaces of #636190

RGB 9997144
HSL0.670.200.47
HSV243°33°56°
CMYK 0.310.330.00   0.44
XYZ14.454313.215728.1746
Yxy13.21570.25880.2367
Hunter Lab36.35347.3541-20.5035
CIE-Lab43.086512.2012-25.5737

#636190 color RGB value is (99,97,144).

#636190 hex color red value is 99, green value is 97 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #636190 hue: 0.67 , saturation: 0.20 and the lightness value of 636190 is 0.47.

The process color (four color CMYK) of #636190 color hex is 0.31, 0.33, 0.00, 0.44. Web safe color of #636190 is #666699. Color #636190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100001 10010000
Octal 143 141 220
Decimal 99 97 144
Hex 63 61 90

RGB Percentages of Color #636190

%29.12
%28.53
%42.35

CMYK Percentages of Color #636190

%31
%33
%0
%44

Triadic Colors of #636190

#636190 #906361 #619063

Analogous Colors of #636190

#636190 #7b6190 #617790

Monochromatic Colors of #636190

#636190

Complementary Color

#636190 #8e9061

#636190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636190 Color CSS Codes

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

#636190 Text Font Color

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

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


#636190 Background Color

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

This div background color is #636190


#636190 Border Color

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

This div border color is #636190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636190


Comments

No comments written yet.

Please login to write comment.