COLOR #636B9D

HEX: #636B9D
RGB: (99,107,157)

Color info

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

RGB color model

#636B9D color RGB value is (99,107,157).

  • red value is 99;
  • green value is 107;
  • blue value is 157.
RGB:
(99,107,157)
(39%,42%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 107 of 255 = 42%
B 157 of 255 = 62%

99
107
157

R + G + B ~ 48%. #636B9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 107 + 157 = 363 (100%)
R 99 of 363 ~ 27.27%
G 107 of 363 ~ 29.48%
B 157 of 363 ~ 43.25%

%27.27
%29.48
%43.25

CMYK color model

#636B9D color CMYK value is (37,32,0,38).

  • cyan value is 36.94%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(37,32,0,38)
C37M32Y0K38 
(37%,32%,0%,38%)
(0.37/0.32/0.00/0.38)	

CMYK percentages

%36.94
%31.85
%0
%38.43

Codes

Color #636B9D in popluar color models

636B9D
RGB99107157
HSL232°22.83%50.20%
HSB/HSV232°36.94%61.57%
CMYK36.94%31.85%0.00%
38.43%

Color #636B9D in popluar number systems.

HEX636B9D
Decimal99107157
Binary1100011110101110011101
Octal143153235

Shades and tints

Shades of #636B9D

#636B9D
(99,107,157)
#5A628F
(90,98,143)
#515981
(81,89,129)
#485073
(72,80,115)
#3F4765
(63,71,101)
#363E57
(54,62,87)
#2D3549
(45,53,73)
#242C3B
(36,44,59)
#1B232D
(27,35,45)
#121A1F
(18,26,31)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #636B9D

#636B9D
(99,107,157)
#7178A5
(113,120,165)
#7F85AD
(127,133,173)
#8D92B5
(141,146,181)
#9B9FBD
(155,159,189)
#A9ACC5
(169,172,197)
#B7B9CD
(183,185,205)
#C5C6D5
(197,198,213)
#D3D3DD
(211,211,221)
#E1E0E5
(225,224,229)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636B9D color. Also use rgb(99,107,157) instead hex code.

Text Font Color

.myTextColor { color: #636B9D; }

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

This text font color is #636B9D.


Background Color

.myBgColor { background-color: #636B9D; }

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

This div background color is #636B9D.


Border color

.myBorderColor { border: 1px solid #636B9D; }

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

This div border color is #636B9D.


Opacity

.myOpacity80 { color: #636B9D; opacity: 0.8; }

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

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

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

This text has shadow with #636B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636B9D on black background.


Color preview on white background

This text has color #636B9D on white background.



Black color preview on #636B9D background

This text has black color on #636B9D background.


White color preview on #636B9D background

This text has white color on #636B9D background.