COLOR #635AA4

HEX: #635AA4 RGB: (99,90,164)

Color info

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

RGB color model

#635AA4 color RGB value is (99,90,164).

RGB: (99,90,164) (39%, 35%, 64%)

RGB channels and saturation

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

99
90
164

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

Portions of RGB colors in percentages

R + G + B = 99 + 90 + 164 = 353 (100%)
R 99 of 353 ~ 28.05%
G 90 of 353 ~ 25.5%
B 164 of 353 ~ 46.46'%

%28.05
%25.5
%46.46

CMYK color model

#635AA4 color CMYK value is (40,45,0,36).

  • cyan value is 39.63%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (40,45,0,36)
C40M45Y0K36 (40%, 45%, 0%, 36%)
(0.40 / 0.45 / 0.00 / 0.36)

CMYK percentages

%39.63
%45.12
%0
%35.69

Codes

Color #635AA4 in popluar color models

63 5A A4
RGB 99 90 164
HSL 247° 29.13% 49.80%
HSB/HSV 247° 45.12% 64.31%
CMYK 39.63% 45.12% 0.00%
35.69%

Color #635AA4 in popluar number systems.

HEX 63 5A A4
Decimal 99 90 164
Binary 1100011 1011010 10100100
Octal 143 132 244

Shades and tints

Shades of #635AA4

#635AA4
(99,90,164)
#5A5296
(90,82,150)
#514A88
(81,74,136)
#48427A
(72,66,122)
#3F3A6C
(63,58,108)
#36325E
(54,50,94)
#2D2A50
(45,42,80)
#242242
(36,34,66)
#1B1A34
(27,26,52)
#121226
(18,18,38)
#090A18
(9,10,24)
#000000
(0,0,0)

Tints of #635AA4

#635AA4
(99,90,164)
#7169AC
(113,105,172)
#7F78B4
(127,120,180)
#8D87BC
(141,135,188)
#9B96C4
(155,150,196)
#A9A5CC
(169,165,204)
#B7B4D4
(183,180,212)
#C5C3DC
(197,195,220)
#D3D2E4
(211,210,228)
#E1E1EC
(225,225,236)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635AA4; }

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

This text font color is #635AA4.

Background Color

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

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

This div background color is #635AA4.

Border color

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

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

This div border color is #635AA4.

Opacity

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

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

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

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

This text has shadow with #635AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635AA4.

Preview

Color preview on black background

This text has color #635AA4 on black background.


Color preview on white background

This text has color #635AA4 on white background.


Black color preview on #635AA4 background

This text has black color on #635AA4 background.


White color preview on #635AA4 background

This text has white color on #635AA4 background.


Related colors

Complementary color

Complementary color for #hex is #9CA55B.


I love getcolorcode.com

Triadic colors

1 #A4635A and #5AA463 with #635AA4 are triadic colors.

2 #A45A63 and #5A63A4 with #635AA4 are triadic colors.