COLOR #635AA2

HEX: #635AA2
RGB: (99,90,162)

Color info

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

RGB color model

#635AA2 color RGB value is (99,90,162).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 162 of 255 = 64%

99
90
162

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 162 = 351 (100%)
R 99 of 351 ~ 28.21%
G 90 of 351 ~ 25.64%
B 162 of 351 ~ 46.15%

%28.21
%25.64
%46.15

CMYK color model

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

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

CMYK percentages

%38.89
%44.44
%0
%36.47

Codes

Color #635AA2 in popluar color models

635AA2
RGB9990162
HSL248°28.57%49.41%
HSB/HSV248°44.44%63.53%
CMYK38.89%44.44%0.00%
36.47%

Color #635AA2 in popluar number systems.

HEX635AA2
Decimal9990162
Binary1100011101101010100010
Octal143132242

Shades and tints

Shades of #635AA2

#635AA2
(99,90,162)
#5A5294
(90,82,148)
#514A86
(81,74,134)
#484278
(72,66,120)
#3F3A6A
(63,58,106)
#36325C
(54,50,92)
#2D2A4E
(45,42,78)
#242240
(36,34,64)
#1B1A32
(27,26,50)
#121224
(18,18,36)
#090A16
(9,10,22)
#000000
(0,0,0)

Tints of #635AA2

#635AA2
(99,90,162)
#7169AA
(113,105,170)
#7F78B2
(127,120,178)
#8D87BA
(141,135,186)
#9B96C2
(155,150,194)
#A9A5CA
(169,165,202)
#B7B4D2
(183,180,210)
#C5C3DA
(197,195,218)
#D3D2E2
(211,210,226)
#E1E1EA
(225,225,234)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635AA2; }

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

This text font color is #635AA2.


Background Color

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

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

This div background color is #635AA2.


Border color

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

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

This div border color is #635AA2.


Opacity

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

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

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

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

This text has shadow with #635AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635AA2 on black background.


Color preview on white background

This text has color #635AA2 on white background.



Black color preview on #635AA2 background

This text has black color on #635AA2 background.


White color preview on #635AA2 background

This text has white color on #635AA2 background.