COLOR #636397

HEX: #636397
RGB: (99,99,151)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
99
151

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 151 = 349 (100%)
R 99 of 349 ~ 28.37%
G 99 of 349 ~ 28.37%
B 151 of 349 ~ 43.27%

%28.37
%28.37
%43.27

CMYK color model

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

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

CMYK percentages

%34.44
%34.44
%0
%40.78

Codes

Color #636397 in popluar color models

636397
RGB9999151
HSL240°20.80%49.02%
HSB/HSV240°34.44%59.22%
CMYK34.44%34.44%0.00%
40.78%

Color #636397 in popluar number systems.

HEX636397
Decimal9999151
Binary1100011110001110010111
Octal143143227

Shades and tints

Shades of #636397

#636397
(99,99,151)
#5A5A8A
(90,90,138)
#51517D
(81,81,125)
#484870
(72,72,112)
#3F3F63
(63,63,99)
#363656
(54,54,86)
#2D2D49
(45,45,73)
#24243C
(36,36,60)
#1B1B2F
(27,27,47)
#121222
(18,18,34)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #636397

#636397
(99,99,151)
#7171A0
(113,113,160)
#7F7FA9
(127,127,169)
#8D8DB2
(141,141,178)
#9B9BBB
(155,155,187)
#A9A9C4
(169,169,196)
#B7B7CD
(183,183,205)
#C5C5D6
(197,197,214)
#D3D3DF
(211,211,223)
#E1E1E8
(225,225,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636397; }

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

This text font color is #636397.


Background Color

.myBgColor { background-color: #636397; }

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

This div background color is #636397.


Border color

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

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

This div border color is #636397.


Opacity

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

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

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

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

This text has shadow with #636397 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #636397 on black background.


Color preview on white background

This text has color #636397 on white background.



Black color preview on #636397 background

This text has black color on #636397 background.


White color preview on #636397 background

This text has white color on #636397 background.