COLOR #635C9E

HEX: #635C9E
RGB: (99,92,158)

Color info

#635C9E contains mainly red and blue colors. Web safe color of #635C9E is #666699 (or #669).

RGB color model

#635C9E color RGB value is (99,92,158).

  • red value is 99;
  • green value is 92;
  • blue value is 158.
RGB:
(99,92,158)
(39%,36%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 158 of 255 = 62%

99
92
158

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 158 = 349 (100%)
R 99 of 349 ~ 28.37%
G 92 of 349 ~ 26.36%
B 158 of 349 ~ 45.27%

%28.37
%26.36
%45.27

CMYK color model

#635C9E color CMYK value is (37,42,0,38).

  • cyan value is 37.34%
  • magenta value is 41.77%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(37,42,0,38)
C37M42Y0K38 
(37%,42%,0%,38%)
(0.37/0.42/0.00/0.38)	

CMYK percentages

%37.34
%41.77
%0
%38.04

Codes

Color #635C9E in popluar color models

635C9E
RGB9992158
HSL246°26.40%49.02%
HSB/HSV246°41.77%61.96%
CMYK37.34%41.77%0.00%
38.04%

Color #635C9E in popluar number systems.

HEX635C9E
Decimal9992158
Binary1100011101110010011110
Octal143134236

Shades and tints

Shades of #635C9E

#635C9E
(99,92,158)
#5A5490
(90,84,144)
#514C82
(81,76,130)
#484474
(72,68,116)
#3F3C66
(63,60,102)
#363458
(54,52,88)
#2D2C4A
(45,44,74)
#24243C
(36,36,60)
#1B1C2E
(27,28,46)
#121420
(18,20,32)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #635C9E

#635C9E
(99,92,158)
#716AA6
(113,106,166)
#7F78AE
(127,120,174)
#8D86B6
(141,134,182)
#9B94BE
(155,148,190)
#A9A2C6
(169,162,198)
#B7B0CE
(183,176,206)
#C5BED6
(197,190,214)
#D3CCDE
(211,204,222)
#E1DAE6
(225,218,230)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635C9E color. Also use rgb(99,92,158) instead hex code.

Text Font Color

.myTextColor { color: #635C9E; }

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

This text font color is #635C9E.


Background Color

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

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

This div background color is #635C9E.


Border color

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

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

This div border color is #635C9E.


Opacity

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

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

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

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

This text has shadow with #635C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C9E on black background.


Color preview on white background

This text has color #635C9E on white background.



Black color preview on #635C9E background

This text has black color on #635C9E background.


White color preview on #635C9E background

This text has white color on #635C9E background.