COLOR #636EE5

HEX: #636EE5
RGB: (99,110,229)

Color info

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

RGB color model

#636EE5 color RGB value is (99,110,229).

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

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 229 of 255 = 90%

99
110
229

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

Portions of RGB colors in percentages

R + G + B =
99 + 110 + 229 = 438 (100%)
R 99 of 438 ~ 22.6%
G 110 of 438 ~ 25.11%
B 229 of 438 ~ 52.28%

%22.6
%25.11
%52.28

CMYK color model

#636EE5 color CMYK value is (57,52,0,10).

  • cyan value is 56.77%
  • magenta value is 51.97%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(57,52,0,10)
C57M52Y0K10 
(57%,52%,0%,10%)
(0.57/0.52/0.00/0.10)	

CMYK percentages

%56.77
%51.97
%0
%10.2

Codes

Color #636EE5 in popluar color models

636EE5
RGB99110229
HSL235°71.43%64.31%
HSB/HSV235°56.77%89.80%
CMYK56.77%51.97%0.00%
10.20%

Color #636EE5 in popluar number systems.

HEX636EE5
Decimal99110229
Binary1100011110111011100101
Octal143156345

Shades and tints

Shades of #636EE5

#636EE5
(99,110,229)
#5A64D1
(90,100,209)
#515ABD
(81,90,189)
#4850A9
(72,80,169)
#3F4695
(63,70,149)
#363C81
(54,60,129)
#2D326D
(45,50,109)
#242859
(36,40,89)
#1B1E45
(27,30,69)
#121431
(18,20,49)
#090A1D
(9,10,29)
#000000
(0,0,0)

Tints of #636EE5

#636EE5
(99,110,229)
#717BE7
(113,123,231)
#7F88E9
(127,136,233)
#8D95EB
(141,149,235)
#9BA2ED
(155,162,237)
#A9AFEF
(169,175,239)
#B7BCF1
(183,188,241)
#C5C9F3
(197,201,243)
#D3D6F5
(211,214,245)
#E1E3F7
(225,227,247)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636EE5; }

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

This text font color is #636EE5.


Background Color

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

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

This div background color is #636EE5.


Border color

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

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

This div border color is #636EE5.


Opacity

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

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

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

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

This text has shadow with #636EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636EE5 on black background.


Color preview on white background

This text has color #636EE5 on white background.



Black color preview on #636EE5 background

This text has black color on #636EE5 background.


White color preview on #636EE5 background

This text has white color on #636EE5 background.