COLOR #635B94

HEX: #635B94
RGB: (99,91,148)

Color info

#635B94 contains red, green and blue colors in about the same proportion. Web safe color of #635B94 is #666699 (or #669).

RGB color model

#635B94 color RGB value is (99,91,148).

  • red value is 99;
  • green value is 91;
  • blue value is 148.
RGB:
(99,91,148)
(39%,36%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 148 of 255 = 58%

99
91
148

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

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 148 = 338 (100%)
R 99 of 338 ~ 29.29%
G 91 of 338 ~ 26.92%
B 148 of 338 ~ 43.79%

%29.29
%26.92
%43.79

CMYK color model

#635B94 color CMYK value is (33,39,0,42).

  • cyan value is 33.11%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(33,39,0,42)
C33M39Y0K42 
(33%,39%,0%,42%)
(0.33/0.39/0.00/0.42)	

CMYK percentages

%33.11
%38.51
%0
%41.96

Codes

Color #635B94 in popluar color models

635B94
RGB9991148
HSL248°23.85%46.86%
HSB/HSV248°38.51%58.04%
CMYK33.11%38.51%0.00%
41.96%

Color #635B94 in popluar number systems.

HEX635B94
Decimal9991148
Binary1100011101101110010100
Octal143133224

Shades and tints

Shades of #635B94

#635B94
(99,91,148)
#5A5387
(90,83,135)
#514B7A
(81,75,122)
#48436D
(72,67,109)
#3F3B60
(63,59,96)
#363353
(54,51,83)
#2D2B46
(45,43,70)
#242339
(36,35,57)
#1B1B2C
(27,27,44)
#12131F
(18,19,31)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #635B94

#635B94
(99,91,148)
#71699D
(113,105,157)
#7F77A6
(127,119,166)
#8D85AF
(141,133,175)
#9B93B8
(155,147,184)
#A9A1C1
(169,161,193)
#B7AFCA
(183,175,202)
#C5BDD3
(197,189,211)
#D3CBDC
(211,203,220)
#E1D9E5
(225,217,229)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635B94 color. Also use rgb(99,91,148) instead hex code.

Text Font Color

.myTextColor { color: #635B94; }

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

This text font color is #635B94.


Background Color

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

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

This div background color is #635B94.


Border color

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

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

This div border color is #635B94.


Opacity

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

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

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

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

This text has shadow with #635B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B94 on black background.


Color preview on white background

This text has color #635B94 on white background.



Black color preview on #635B94 background

This text has black color on #635B94 background.


White color preview on #635B94 background

This text has white color on #635B94 background.