COLOR #635C7E

HEX: #635C7E
RGB: (99,92,126)

Color info

#635C7E contains red, green and blue colors in about the same proportion. Web safe color of #635C7E is #666666 (or #666).

RGB color model

#635C7E color RGB value is (99,92,126).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 126 of 255 = 49%

99
92
126

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 126 = 317 (100%)
R 99 of 317 ~ 31.23%
G 92 of 317 ~ 29.02%
B 126 of 317 ~ 39.75%

%31.23
%29.02
%39.75

CMYK color model

#635C7E color CMYK value is (21,27,0,51).

  • cyan value is 21.43%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,27,0,51)
C21M27Y0K51 
(21%,27%,0%,51%)
(0.21/0.27/0.00/0.51)	

CMYK percentages

%21.43
%26.98
%0
%50.59

Codes

Color #635C7E in popluar color models

635C7E
RGB9992126
HSL252°15.60%42.75%
HSB/HSV252°26.98%49.41%
CMYK21.43%26.98%0.00%
50.59%

Color #635C7E in popluar number systems.

HEX635C7E
Decimal9992126
Binary110001110111001111110
Octal143134176

Shades and tints

Shades of #635C7E

#635C7E
(99,92,126)
#5A5473
(90,84,115)
#514C68
(81,76,104)
#48445D
(72,68,93)
#3F3C52
(63,60,82)
#363447
(54,52,71)
#2D2C3C
(45,44,60)
#242431
(36,36,49)
#1B1C26
(27,28,38)
#12141B
(18,20,27)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #635C7E

#635C7E
(99,92,126)
#716A89
(113,106,137)
#7F7894
(127,120,148)
#8D869F
(141,134,159)
#9B94AA
(155,148,170)
#A9A2B5
(169,162,181)
#B7B0C0
(183,176,192)
#C5BECB
(197,190,203)
#D3CCD6
(211,204,214)
#E1DAE1
(225,218,225)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C7E; }

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

This text font color is #635C7E.


Background Color

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

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

This div background color is #635C7E.


Border color

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

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

This div border color is #635C7E.


Opacity

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

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

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

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

This text has shadow with #635C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C7E on black background.


Color preview on white background

This text has color #635C7E on white background.



Black color preview on #635C7E background

This text has black color on #635C7E background.


White color preview on #635C7E background

This text has white color on #635C7E background.