COLOR #636393

HEX: #636393 RGB: (99,99,147)

Color info

#636393 contains red, green and blue colors in about the same proportion. Web safe color of #636393 is #666699 (or #669).

RGB color model

#636393 color RGB value is (99,99,147).

RGB: (99,99,147) (39%, 39%, 58%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 147 of 255 = 58%

99
99
147

R + G + B ~ 45%. #636393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 99 + 147 = 345 (100%)
R 99 of 345 ~ 28.7%
G 99 of 345 ~ 28.7%
B 147 of 345 ~ 42.61'%

%28.7
%28.7
%42.61

CMYK color model

#636393 color CMYK value is (33,33,0,42).

  • cyan value is 32.65%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (33,33,0,42) C33M33Y0K42 (33%,33%,0%,42%) (0.33/0.33/0.00/0.42) 

CMYK percentages

%32.65
%32.65
%0
%42.35

Codes

Color #636393 in popluar color models

63 63 93
RGB 99 99 147
HSL 240° 19.51% 48.24%
HSB/HSV 240° 32.65% 57.65%
CMYK 32.65% 32.65% 0.00%
42.35%

Color #636393 in popluar number systems.

HEX 63 63 93
Decimal 99 99 147
Binary 1100011 1100011 10010011
Octal 143 143 223

Shades and tints

Shades of #636393

#636393
(99,99,147)
#5A5A86
(90,90,134)
#515179
(81,81,121)
#48486C
(72,72,108)
#3F3F5F
(63,63,95)
#363652
(54,54,82)
#2D2D45
(45,45,69)
#242438
(36,36,56)
#1B1B2B
(27,27,43)
#12121E
(18,18,30)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #636393

#636393
(99,99,147)
#71719C
(113,113,156)
#7F7FA5
(127,127,165)
#8D8DAE
(141,141,174)
#9B9BB7
(155,155,183)
#A9A9C0
(169,169,192)
#B7B7C9
(183,183,201)
#C5C5D2
(197,197,210)
#D3D3DB
(211,211,219)
#E1E1E4
(225,225,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636393 color. Also use rgb(99,99,147) instead hex code.

Text Font Color

.myTextColor { color: #636393; }

<p style="color:#636393">This sample text font color is #636393.</p>

This text font color is #636393.

Background Color

.myBgColor { background-color: #636393; }

<div style="background-color:#636393">Inner text</div>

This div background color is #636393.

Border color

.myBorderColor { border: 1px solid #636393; }

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

This div border color is #636393.

Opacity

.myOpacity80 { color: #636393; opacity: 0.8; }

<p style="color:#636393;opacity:0.8;">80%</p>

Text with #636393 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #636393;}

<p style="text-shadow: 3px 3px 1px #636393">Text here.</p>

This text has shadow with #636393 color.


.textShadow {text-shadow: 3px 3px 1px #636393', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #636393, 5px 5px 20px red">Text here.</p>

This text has shadow with #636393 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#636393, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#636393, Direction=45, Strength=4)">Text</p>

This text has shadow with #636393 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #636393;
-webkit-box-shadow: 1px 1px 3px 2px #636393;
box-shadow: 1px 1px 3px 2px #636393;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #636393; -webkit-box-shadow: 1px 1px 3px 2px #636393; box-shadow:1px 1px 3px 2px #636393;">
Div content here
</div>

This div box has shadow with color #636393.

Preview

Color preview on black background

This text has color #636393 on black background.


Color preview on white background

This text has color #636393 on white background.


Black color preview on #636393 background

This text has black color on #636393 background.


White color preview on #636393 background

This text has white color on #636393 background.


Related colors

Complementary color

Complementary color for #hex is #9C9C6C.


I love getcolorcode.com