COLOR #636FE1

HEX: #636FE1
RGB: (99,111,225)

Color info

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

RGB color model

#636FE1 color RGB value is (99,111,225).

  • red value is 99;
  • green value is 111;
  • blue value is 225.
RGB:
(99,111,225)
(39%,44%,88%)

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 225 of 255 = 88%

99
111
225

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

Portions of RGB colors in percentages

R + G + B =
99 + 111 + 225 = 435 (100%)
R 99 of 435 ~ 22.76%
G 111 of 435 ~ 25.52%
B 225 of 435 ~ 51.72%

%22.76
%25.52
%51.72

CMYK color model

#636FE1 color CMYK value is (56,51,0,12).

  • cyan value is 56.00%
  • magenta value is 50.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(56,51,0,12)
C56M51Y0K12 
(56%,51%,0%,12%)
(0.56/0.51/0.00/0.12)	

CMYK percentages

%56
%50.67
%0
%11.76

Codes

Color #636FE1 in popluar color models

636FE1
RGB99111225
HSL234°67.74%63.53%
HSB/HSV234°56.00%88.24%
CMYK56.00%50.67%0.00%
11.76%

Color #636FE1 in popluar number systems.

HEX636FE1
Decimal99111225
Binary1100011110111111100001
Octal143157341

Shades and tints

Shades of #636FE1

#636FE1
(99,111,225)
#5A65CD
(90,101,205)
#515BB9
(81,91,185)
#4851A5
(72,81,165)
#3F4791
(63,71,145)
#363D7D
(54,61,125)
#2D3369
(45,51,105)
#242955
(36,41,85)
#1B1F41
(27,31,65)
#12152D
(18,21,45)
#090B19
(9,11,25)
#000000
(0,0,0)

Tints of #636FE1

#636FE1
(99,111,225)
#717CE3
(113,124,227)
#7F89E5
(127,137,229)
#8D96E7
(141,150,231)
#9BA3E9
(155,163,233)
#A9B0EB
(169,176,235)
#B7BDED
(183,189,237)
#C5CAEF
(197,202,239)
#D3D7F1
(211,215,241)
#E1E4F3
(225,228,243)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636FE1 color. Also use rgb(99,111,225) instead hex code.

Text Font Color

.myTextColor { color: #636FE1; }

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

This text font color is #636FE1.


Background Color

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

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

This div background color is #636FE1.


Border color

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

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

This div border color is #636FE1.


Opacity

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

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

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

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

This text has shadow with #636FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636FE1 on black background.


Color preview on white background

This text has color #636FE1 on white background.



Black color preview on #636FE1 background

This text has black color on #636FE1 background.


White color preview on #636FE1 background

This text has white color on #636FE1 background.