COLOR #635ED5

HEX: #635ED5
RGB: (99,94,213)

Color info

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

RGB color model

#635ED5 color RGB value is (99,94,213).

  • red value is 99;
  • green value is 94;
  • blue value is 213.
RGB:
(99,94,213)
(39%,37%,84%)

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 213 of 255 = 84%

99
94
213

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

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 213 = 406 (100%)
R 99 of 406 ~ 24.38%
G 94 of 406 ~ 23.15%
B 213 of 406 ~ 52.46%

%24.38
%23.15
%52.46

CMYK color model

#635ED5 color CMYK value is (54,56,0,16).

  • cyan value is 53.52%
  • magenta value is 55.87%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(54,56,0,16)
C54M56Y0K16 
(54%,56%,0%,16%)
(0.54/0.56/0.00/0.16)	

CMYK percentages

%53.52
%55.87
%0
%16.47

Codes

Color #635ED5 in popluar color models

635ED5
RGB9994213
HSL243°58.62%60.20%
HSB/HSV243°55.87%83.53%
CMYK53.52%55.87%0.00%
16.47%

Color #635ED5 in popluar number systems.

HEX635ED5
Decimal9994213
Binary1100011101111011010101
Octal143136325

Shades and tints

Shades of #635ED5

#635ED5
(99,94,213)
#5A56C2
(90,86,194)
#514EAF
(81,78,175)
#48469C
(72,70,156)
#3F3E89
(63,62,137)
#363676
(54,54,118)
#2D2E63
(45,46,99)
#242650
(36,38,80)
#1B1E3D
(27,30,61)
#12162A
(18,22,42)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #635ED5

#635ED5
(99,94,213)
#716CD8
(113,108,216)
#7F7ADB
(127,122,219)
#8D88DE
(141,136,222)
#9B96E1
(155,150,225)
#A9A4E4
(169,164,228)
#B7B2E7
(183,178,231)
#C5C0EA
(197,192,234)
#D3CEED
(211,206,237)
#E1DCF0
(225,220,240)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635ED5 color. Also use rgb(99,94,213) instead hex code.

Text Font Color

.myTextColor { color: #635ED5; }

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

This text font color is #635ED5.


Background Color

.myBgColor { background-color: #635ED5; }

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

This div background color is #635ED5.


Border color

.myBorderColor { border: 1px solid #635ED5; }

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

This div border color is #635ED5.


Opacity

.myOpacity80 { color: #635ED5; opacity: 0.8; }

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

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

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

This text has shadow with #635ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635ED5 on black background.


Color preview on white background

This text has color #635ED5 on white background.



Black color preview on #635ED5 background

This text has black color on #635ED5 background.


White color preview on #635ED5 background

This text has white color on #635ED5 background.