COLOR #636396

HEX: #636396
RGB: (99,99,150)

Color info

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

RGB color model

#636396 color RGB value is (99,99,150).

  • red value is 99;
  • green value is 99;
  • blue value is 150.
RGB:
(99,99,150)
(39%,39%,59%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 150 of 255 = 59%

99
99
150

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 150 = 348 (100%)
R 99 of 348 ~ 28.45%
G 99 of 348 ~ 28.45%
B 150 of 348 ~ 43.1%

%28.45
%28.45
%43.1

CMYK color model

#636396 color CMYK value is (34,34,0,41).

  • cyan value is 34.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(34,34,0,41)
C34M34Y0K41 
(34%,34%,0%,41%)
(0.34/0.34/0.00/0.41)	

CMYK percentages

%34
%34
%0
%41.18

Codes

Color #636396 in popluar color models

636396
RGB9999150
HSL240°20.48%48.82%
HSB/HSV240°34.00%58.82%
CMYK34.00%34.00%0.00%
41.18%

Color #636396 in popluar number systems.

HEX636396
Decimal9999150
Binary1100011110001110010110
Octal143143226

Shades and tints

Shades of #636396

#636396
(99,99,150)
#5A5A89
(90,90,137)
#51517C
(81,81,124)
#48486F
(72,72,111)
#3F3F62
(63,63,98)
#363655
(54,54,85)
#2D2D48
(45,45,72)
#24243B
(36,36,59)
#1B1B2E
(27,27,46)
#121221
(18,18,33)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #636396

#636396
(99,99,150)
#71719F
(113,113,159)
#7F7FA8
(127,127,168)
#8D8DB1
(141,141,177)
#9B9BBA
(155,155,186)
#A9A9C3
(169,169,195)
#B7B7CC
(183,183,204)
#C5C5D5
(197,197,213)
#D3D3DE
(211,211,222)
#E1E1E7
(225,225,231)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636396; }

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

This text font color is #636396.


Background Color

.myBgColor { background-color: #636396; }

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

This div background color is #636396.


Border color

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

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

This div border color is #636396.


Opacity

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

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

Text with #636396 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 #636396;}

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

This text has shadow with #636396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636396 on black background.


Color preview on white background

This text has color #636396 on white background.



Black color preview on #636396 background

This text has black color on #636396 background.


White color preview on #636396 background

This text has white color on #636396 background.