COLOR #635A7C

HEX: #635A7C
RGB: (99,90,124)

Color info

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

RGB color model

#635A7C color RGB value is (99,90,124).

  • red value is 99;
  • green value is 90;
  • blue value is 124.
RGB:
(99,90,124)
(39%,35%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 124 of 255 = 49%

99
90
124

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 124 = 313 (100%)
R 99 of 313 ~ 31.63%
G 90 of 313 ~ 28.75%
B 124 of 313 ~ 39.62%

%31.63
%28.75
%39.62

CMYK color model

#635A7C color CMYK value is (20,27,0,51).

  • cyan value is 20.16%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(20,27,0,51)
C20M27Y0K51 
(20%,27%,0%,51%)
(0.20/0.27/0.00/0.51)	

CMYK percentages

%20.16
%27.42
%0
%51.37

Codes

Color #635A7C in popluar color models

635A7C
RGB9990124
HSL256°15.89%41.96%
HSB/HSV256°27.42%48.63%
CMYK20.16%27.42%0.00%
51.37%

Color #635A7C in popluar number systems.

HEX635A7C
Decimal9990124
Binary110001110110101111100
Octal143132174

Shades and tints

Shades of #635A7C

#635A7C
(99,90,124)
#5A5271
(90,82,113)
#514A66
(81,74,102)
#48425B
(72,66,91)
#3F3A50
(63,58,80)
#363245
(54,50,69)
#2D2A3A
(45,42,58)
#24222F
(36,34,47)
#1B1A24
(27,26,36)
#121219
(18,18,25)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #635A7C

#635A7C
(99,90,124)
#716987
(113,105,135)
#7F7892
(127,120,146)
#8D879D
(141,135,157)
#9B96A8
(155,150,168)
#A9A5B3
(169,165,179)
#B7B4BE
(183,180,190)
#C5C3C9
(197,195,201)
#D3D2D4
(211,210,212)
#E1E1DF
(225,225,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635A7C color. Also use rgb(99,90,124) instead hex code.

Text Font Color

.myTextColor { color: #635A7C; }

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

This text font color is #635A7C.


Background Color

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

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

This div background color is #635A7C.


Border color

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

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

This div border color is #635A7C.


Opacity

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

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

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

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

This text has shadow with #635A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A7C on black background.


Color preview on white background

This text has color #635A7C on white background.



Black color preview on #635A7C background

This text has black color on #635A7C background.


White color preview on #635A7C background

This text has white color on #635A7C background.