COLOR #635E8B

HEX: #635E8B
RGB: (99,94,139)

Color info

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

RGB color model

#635E8B color RGB value is (99,94,139).

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

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 139 of 255 = 55%

99
94
139

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

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 139 = 332 (100%)
R 99 of 332 ~ 29.82%
G 94 of 332 ~ 28.31%
B 139 of 332 ~ 41.87%

%29.82
%28.31
%41.87

CMYK color model

#635E8B color CMYK value is (29,32,0,45).

  • cyan value is 28.78%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(29,32,0,45)
C29M32Y0K45 
(29%,32%,0%,45%)
(0.29/0.32/0.00/0.45)	

CMYK percentages

%28.78
%32.37
%0
%45.49

Codes

Color #635E8B in popluar color models

635E8B
RGB9994139
HSL247°19.31%45.69%
HSB/HSV247°32.37%54.51%
CMYK28.78%32.37%0.00%
45.49%

Color #635E8B in popluar number systems.

HEX635E8B
Decimal9994139
Binary1100011101111010001011
Octal143136213

Shades and tints

Shades of #635E8B

#635E8B
(99,94,139)
#5A567F
(90,86,127)
#514E73
(81,78,115)
#484667
(72,70,103)
#3F3E5B
(63,62,91)
#36364F
(54,54,79)
#2D2E43
(45,46,67)
#242637
(36,38,55)
#1B1E2B
(27,30,43)
#12161F
(18,22,31)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #635E8B

#635E8B
(99,94,139)
#716C95
(113,108,149)
#7F7A9F
(127,122,159)
#8D88A9
(141,136,169)
#9B96B3
(155,150,179)
#A9A4BD
(169,164,189)
#B7B2C7
(183,178,199)
#C5C0D1
(197,192,209)
#D3CEDB
(211,206,219)
#E1DCE5
(225,220,229)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E8B; }

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

This text font color is #635E8B.


Background Color

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

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

This div background color is #635E8B.


Border color

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

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

This div border color is #635E8B.


Opacity

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

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

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

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

This text has shadow with #635E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635E8B on black background.


Color preview on white background

This text has color #635E8B on white background.



Black color preview on #635E8B background

This text has black color on #635E8B background.


White color preview on #635E8B background

This text has white color on #635E8B background.