COLOR #635F8E

HEX: #635F8E
RGB: (99,95,142)

Color info

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

RGB color model

#635F8E color RGB value is (99,95,142).

  • red value is 99;
  • green value is 95;
  • blue value is 142.
RGB:
(99,95,142)
(39%,37%,56%)

RGB channels and saturation

R 99 of 255 = 39%
G 95 of 255 = 37%
B 142 of 255 = 56%

99
95
142

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

Portions of RGB colors in percentages

R + G + B =
99 + 95 + 142 = 336 (100%)
R 99 of 336 ~ 29.46%
G 95 of 336 ~ 28.27%
B 142 of 336 ~ 42.26%

%29.46
%28.27
%42.26

CMYK color model

#635F8E color CMYK value is (30,33,0,44).

  • cyan value is 30.28%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(30,33,0,44)
C30M33Y0K44 
(30%,33%,0%,44%)
(0.30/0.33/0.00/0.44)	

CMYK percentages

%30.28
%33.1
%0
%44.31

Codes

Color #635F8E in popluar color models

635F8E
RGB9995142
HSL245°19.83%46.47%
HSB/HSV245°33.10%55.69%
CMYK30.28%33.10%0.00%
44.31%

Color #635F8E in popluar number systems.

HEX635F8E
Decimal9995142
Binary1100011101111110001110
Octal143137216

Shades and tints

Shades of #635F8E

#635F8E
(99,95,142)
#5A5782
(90,87,130)
#514F76
(81,79,118)
#48476A
(72,71,106)
#3F3F5E
(63,63,94)
#363752
(54,55,82)
#2D2F46
(45,47,70)
#24273A
(36,39,58)
#1B1F2E
(27,31,46)
#121722
(18,23,34)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #635F8E

#635F8E
(99,95,142)
#716D98
(113,109,152)
#7F7BA2
(127,123,162)
#8D89AC
(141,137,172)
#9B97B6
(155,151,182)
#A9A5C0
(169,165,192)
#B7B3CA
(183,179,202)
#C5C1D4
(197,193,212)
#D3CFDE
(211,207,222)
#E1DDE8
(225,221,232)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635F8E color. Also use rgb(99,95,142) instead hex code.

Text Font Color

.myTextColor { color: #635F8E; }

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

This text font color is #635F8E.


Background Color

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

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

This div background color is #635F8E.


Border color

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

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

This div border color is #635F8E.


Opacity

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

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

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

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

This text has shadow with #635F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635F8E on black background.


Color preview on white background

This text has color #635F8E on white background.



Black color preview on #635F8E background

This text has black color on #635F8E background.


White color preview on #635F8E background

This text has white color on #635F8E background.