COLOR #635C92

HEX: #635C92
RGB: (99,92,146)

Color info

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

RGB color model

#635C92 color RGB value is (99,92,146).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 146 of 255 = 57%

99
92
146

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 146 = 337 (100%)
R 99 of 337 ~ 29.38%
G 92 of 337 ~ 27.3%
B 146 of 337 ~ 43.32%

%29.38
%27.3
%43.32

CMYK color model

#635C92 color CMYK value is (32,37,0,43).

  • cyan value is 32.19%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(32,37,0,43)
C32M37Y0K43 
(32%,37%,0%,43%)
(0.32/0.37/0.00/0.43)	

CMYK percentages

%32.19
%36.99
%0
%42.75

Codes

Color #635C92 in popluar color models

635C92
RGB9992146
HSL248°22.69%46.67%
HSB/HSV248°36.99%57.25%
CMYK32.19%36.99%0.00%
42.75%

Color #635C92 in popluar number systems.

HEX635C92
Decimal9992146
Binary1100011101110010010010
Octal143134222

Shades and tints

Shades of #635C92

#635C92
(99,92,146)
#5A5485
(90,84,133)
#514C78
(81,76,120)
#48446B
(72,68,107)
#3F3C5E
(63,60,94)
#363451
(54,52,81)
#2D2C44
(45,44,68)
#242437
(36,36,55)
#1B1C2A
(27,28,42)
#12141D
(18,20,29)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #635C92

#635C92
(99,92,146)
#716A9B
(113,106,155)
#7F78A4
(127,120,164)
#8D86AD
(141,134,173)
#9B94B6
(155,148,182)
#A9A2BF
(169,162,191)
#B7B0C8
(183,176,200)
#C5BED1
(197,190,209)
#D3CCDA
(211,204,218)
#E1DAE3
(225,218,227)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C92; }

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

This text font color is #635C92.


Background Color

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

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

This div background color is #635C92.


Border color

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

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

This div border color is #635C92.


Opacity

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

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

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

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

This text has shadow with #635C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C92 on black background.


Color preview on white background

This text has color #635C92 on white background.



Black color preview on #635C92 background

This text has black color on #635C92 background.


White color preview on #635C92 background

This text has white color on #635C92 background.