COLOR #635E83

HEX: #635E83
RGB: (99,94,131)

Color info

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

RGB color model

#635E83 color RGB value is (99,94,131).

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

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 131 of 255 = 51%

99
94
131

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

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 131 = 324 (100%)
R 99 of 324 ~ 30.56%
G 94 of 324 ~ 29.01%
B 131 of 324 ~ 40.43%

%30.56
%29.01
%40.43

CMYK color model

#635E83 color CMYK value is (24,28,0,49).

  • cyan value is 24.43%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(24,28,0,49)
C24M28Y0K49 
(24%,28%,0%,49%)
(0.24/0.28/0.00/0.49)	

CMYK percentages

%24.43
%28.24
%0
%48.63

Codes

Color #635E83 in popluar color models

635E83
RGB9994131
HSL248°16.44%44.12%
HSB/HSV248°28.24%51.37%
CMYK24.43%28.24%0.00%
48.63%

Color #635E83 in popluar number systems.

HEX635E83
Decimal9994131
Binary1100011101111010000011
Octal143136203

Shades and tints

Shades of #635E83

#635E83
(99,94,131)
#5A5678
(90,86,120)
#514E6D
(81,78,109)
#484662
(72,70,98)
#3F3E57
(63,62,87)
#36364C
(54,54,76)
#2D2E41
(45,46,65)
#242636
(36,38,54)
#1B1E2B
(27,30,43)
#121620
(18,22,32)
#090E15
(9,14,21)
#000000
(0,0,0)

Tints of #635E83

#635E83
(99,94,131)
#716C8E
(113,108,142)
#7F7A99
(127,122,153)
#8D88A4
(141,136,164)
#9B96AF
(155,150,175)
#A9A4BA
(169,164,186)
#B7B2C5
(183,178,197)
#C5C0D0
(197,192,208)
#D3CEDB
(211,206,219)
#E1DCE6
(225,220,230)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E83; }

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

This text font color is #635E83.


Background Color

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

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

This div background color is #635E83.


Border color

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

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

This div border color is #635E83.


Opacity

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

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

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

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

This text has shadow with #635E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635E83 on black background.


Color preview on white background

This text has color #635E83 on white background.



Black color preview on #635E83 background

This text has black color on #635E83 background.


White color preview on #635E83 background

This text has white color on #635E83 background.