COLOR #636EC5

HEX: #636EC5
RGB: (99,110,197)

Color info

#636EC5 contains mainly blue color. Web safe color of #636EC5 is #6666CC (or #66C).

RGB color model

#636EC5 color RGB value is (99,110,197).

  • red value is 99;
  • green value is 110;
  • blue value is 197.
RGB:
(99,110,197)
(39%,43%,77%)

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 197 of 255 = 77%

99
110
197

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

Portions of RGB colors in percentages

R + G + B =
99 + 110 + 197 = 406 (100%)
R 99 of 406 ~ 24.38%
G 110 of 406 ~ 27.09%
B 197 of 406 ~ 48.52%

%24.38
%27.09
%48.52

CMYK color model

#636EC5 color CMYK value is (50,44,0,23).

  • cyan value is 49.75%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(50,44,0,23)
C50M44Y0K23 
(50%,44%,0%,23%)
(0.50/0.44/0.00/0.23)	

CMYK percentages

%49.75
%44.16
%0
%22.75

Codes

Color #636EC5 in popluar color models

636EC5
RGB99110197
HSL233°45.79%58.04%
HSB/HSV233°49.75%77.25%
CMYK49.75%44.16%0.00%
22.75%

Color #636EC5 in popluar number systems.

HEX636EC5
Decimal99110197
Binary1100011110111011000101
Octal143156305

Shades and tints

Shades of #636EC5

#636EC5
(99,110,197)
#5A64B4
(90,100,180)
#515AA3
(81,90,163)
#485092
(72,80,146)
#3F4681
(63,70,129)
#363C70
(54,60,112)
#2D325F
(45,50,95)
#24284E
(36,40,78)
#1B1E3D
(27,30,61)
#12142C
(18,20,44)
#090A1B
(9,10,27)
#000000
(0,0,0)

Tints of #636EC5

#636EC5
(99,110,197)
#717BCA
(113,123,202)
#7F88CF
(127,136,207)
#8D95D4
(141,149,212)
#9BA2D9
(155,162,217)
#A9AFDE
(169,175,222)
#B7BCE3
(183,188,227)
#C5C9E8
(197,201,232)
#D3D6ED
(211,214,237)
#E1E3F2
(225,227,242)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636EC5 color. Also use rgb(99,110,197) instead hex code.

Text Font Color

.myTextColor { color: #636EC5; }

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

This text font color is #636EC5.


Background Color

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

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

This div background color is #636EC5.


Border color

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

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

This div border color is #636EC5.


Opacity

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

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

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

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

This text has shadow with #636EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636EC5 on black background.


Color preview on white background

This text has color #636EC5 on white background.



Black color preview on #636EC5 background

This text has black color on #636EC5 background.


White color preview on #636EC5 background

This text has white color on #636EC5 background.