COLOR #635CA3

HEX: #635CA3
RGB: (99,92,163)

Color info

#635CA3 contains mainly blue color. Web safe color of #635CA3 is #666699 (or #669).

RGB color model

#635CA3 color RGB value is (99,92,163).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 163 of 255 = 64%

99
92
163

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 163 = 354 (100%)
R 99 of 354 ~ 27.97%
G 92 of 354 ~ 25.99%
B 163 of 354 ~ 46.05%

%27.97
%25.99
%46.05

CMYK color model

#635CA3 color CMYK value is (39,44,0,36).

  • cyan value is 39.26%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(39,44,0,36)
C39M44Y0K36 
(39%,44%,0%,36%)
(0.39/0.44/0.00/0.36)	

CMYK percentages

%39.26
%43.56
%0
%36.08

Codes

Color #635CA3 in popluar color models

635CA3
RGB9992163
HSL246°27.84%50.00%
HSB/HSV246°43.56%63.92%
CMYK39.26%43.56%0.00%
36.08%

Color #635CA3 in popluar number systems.

HEX635CA3
Decimal9992163
Binary1100011101110010100011
Octal143134243

Shades and tints

Shades of #635CA3

#635CA3
(99,92,163)
#5A5495
(90,84,149)
#514C87
(81,76,135)
#484479
(72,68,121)
#3F3C6B
(63,60,107)
#36345D
(54,52,93)
#2D2C4F
(45,44,79)
#242441
(36,36,65)
#1B1C33
(27,28,51)
#121425
(18,20,37)
#090C17
(9,12,23)
#000000
(0,0,0)

Tints of #635CA3

#635CA3
(99,92,163)
#716AAB
(113,106,171)
#7F78B3
(127,120,179)
#8D86BB
(141,134,187)
#9B94C3
(155,148,195)
#A9A2CB
(169,162,203)
#B7B0D3
(183,176,211)
#C5BEDB
(197,190,219)
#D3CCE3
(211,204,227)
#E1DAEB
(225,218,235)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635CA3; }

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

This text font color is #635CA3.


Background Color

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

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

This div background color is #635CA3.


Border color

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

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

This div border color is #635CA3.


Opacity

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

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

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

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

This text has shadow with #635CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635CA3 on black background.


Color preview on white background

This text has color #635CA3 on white background.



Black color preview on #635CA3 background

This text has black color on #635CA3 background.


White color preview on #635CA3 background

This text has white color on #635CA3 background.