COLOR #635BA5

HEX: #635BA5 RGB: (99,91,165)

Color info

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

RGB color model

#635BA5 color RGB value is (99,91,165).

RGB: (99,91,165) (39%, 36%, 65%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 165 of 255 = 65%

99
91
165

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

Portions of RGB colors in percentages

R + G + B = 99 + 91 + 165 = 355 (100%)
R 99 of 355 ~ 27.89%
G 91 of 355 ~ 25.63%
B 165 of 355 ~ 46.48'%

%27.89
%25.63
%46.48

CMYK color model

#635BA5 color CMYK value is (40,45,0,35).

  • cyan value is 40.00%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (40,45,0,35)
C40M45Y0K35 (40%, 45%, 0%, 35%)
(0.40 / 0.45 / 0.00 / 0.35)

CMYK percentages

%40
%44.85
%0
%35.29

Codes

Color #635BA5 in popluar color models

63 5B A5
RGB 99 91 165
HSL 246° 29.13% 50.20%
HSB/HSV 246° 44.85% 64.71%
CMYK 40.00% 44.85% 0.00%
35.29%

Color #635BA5 in popluar number systems.

HEX 63 5B A5
Decimal 99 91 165
Binary 1100011 1011011 10100101
Octal 143 133 245

Shades and tints

Shades of #635BA5

#635BA5
(99,91,165)
#5A5396
(90,83,150)
#514B87
(81,75,135)
#484378
(72,67,120)
#3F3B69
(63,59,105)
#36335A
(54,51,90)
#2D2B4B
(45,43,75)
#24233C
(36,35,60)
#1B1B2D
(27,27,45)
#12131E
(18,19,30)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #635BA5

#635BA5
(99,91,165)
#7169AD
(113,105,173)
#7F77B5
(127,119,181)
#8D85BD
(141,133,189)
#9B93C5
(155,147,197)
#A9A1CD
(169,161,205)
#B7AFD5
(183,175,213)
#C5BDDD
(197,189,221)
#D3CBE5
(211,203,229)
#E1D9ED
(225,217,237)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635BA5 color. Also use rgb(99,91,165) instead hex code.

Text Font Color

.myTextColor { color: #635BA5; }

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

This text font color is #635BA5.

Background Color

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

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

This div background color is #635BA5.

Border color

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

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

This div border color is #635BA5.

Opacity

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

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

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

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

This text has shadow with #635BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635BA5.

Preview

Color preview on black background

This text has color #635BA5 on black background.


Color preview on white background

This text has color #635BA5 on white background.


Black color preview on #635BA5 background

This text has black color on #635BA5 background.


White color preview on #635BA5 background

This text has white color on #635BA5 background.


Related colors

Complementary color

Complementary color for #hex is #9CA45A.


I love getcolorcode.com

Triadic colors

1 #A5635B and #5BA563 with #635BA5 are triadic colors.

2 #A55B63 and #5B63A5 with #635BA5 are triadic colors.