COLOR #635C99

HEX: #635C99
RGB: (99,92,153)

Color info

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

RGB color model

#635C99 color RGB value is (99,92,153).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 153 of 255 = 60%

99
92
153

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 153 = 344 (100%)
R 99 of 344 ~ 28.78%
G 92 of 344 ~ 26.74%
B 153 of 344 ~ 44.48%

%28.78
%26.74
%44.48

CMYK color model

#635C99 color CMYK value is (35,40,0,40).

  • cyan value is 35.29%
  • magenta value is 39.87%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(35,40,0,40)
C35M40Y0K40 
(35%,40%,0%,40%)
(0.35/0.40/0.00/0.40)	

CMYK percentages

%35.29
%39.87
%0
%40

Codes

Color #635C99 in popluar color models

635C99
RGB9992153
HSL247°24.90%48.04%
HSB/HSV247°39.87%60.00%
CMYK35.29%39.87%0.00%
40.00%

Color #635C99 in popluar number systems.

HEX635C99
Decimal9992153
Binary1100011101110010011001
Octal143134231

Shades and tints

Shades of #635C99

#635C99
(99,92,153)
#5A548C
(90,84,140)
#514C7F
(81,76,127)
#484472
(72,68,114)
#3F3C65
(63,60,101)
#363458
(54,52,88)
#2D2C4B
(45,44,75)
#24243E
(36,36,62)
#1B1C31
(27,28,49)
#121424
(18,20,36)
#090C17
(9,12,23)
#000000
(0,0,0)

Tints of #635C99

#635C99
(99,92,153)
#716AA2
(113,106,162)
#7F78AB
(127,120,171)
#8D86B4
(141,134,180)
#9B94BD
(155,148,189)
#A9A2C6
(169,162,198)
#B7B0CF
(183,176,207)
#C5BED8
(197,190,216)
#D3CCE1
(211,204,225)
#E1DAEA
(225,218,234)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C99; }

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

This text font color is #635C99.


Background Color

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

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

This div background color is #635C99.


Border color

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

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

This div border color is #635C99.


Opacity

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

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

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

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

This text has shadow with #635C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C99 on black background.


Color preview on white background

This text has color #635C99 on white background.



Black color preview on #635C99 background

This text has black color on #635C99 background.


White color preview on #635C99 background

This text has white color on #635C99 background.