COLOR #635BAD

HEX: #635BAD RGB: (99,91,173)

Color info

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

RGB color model

#635BAD color RGB value is (99,91,173).

RGB: (99,91,173) (39%, 36%, 68%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 173 of 255 = 68%

99
91
173

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

Portions of RGB colors in percentages

R + G + B = 99 + 91 + 173 = 363 (100%)
R 99 of 363 ~ 27.27%
G 91 of 363 ~ 25.07%
B 173 of 363 ~ 47.66'%

%27.27
%25.07
%47.66

CMYK color model

#635BAD color CMYK value is (43,47,0,32).

  • cyan value is 42.77%
  • magenta value is 47.40%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (43,47,0,32)
C43M47Y0K32 (43%, 47%, 0%, 32%)
(0.43 / 0.47 / 0.00 / 0.32)

CMYK percentages

%42.77
%47.4
%0
%32.16

Codes

Color #635BAD in popluar color models

63 5B AD
RGB 99 91 173
HSL 246° 33.33% 51.76%
HSB/HSV 246° 47.40% 67.84%
CMYK 42.77% 47.40% 0.00%
32.16%

Color #635BAD in popluar number systems.

HEX 63 5B AD
Decimal 99 91 173
Binary 1100011 1011011 10101101
Octal 143 133 255

Shades and tints

Shades of #635BAD

#635BAD
(99,91,173)
#5A539E
(90,83,158)
#514B8F
(81,75,143)
#484380
(72,67,128)
#3F3B71
(63,59,113)
#363362
(54,51,98)
#2D2B53
(45,43,83)
#242344
(36,35,68)
#1B1B35
(27,27,53)
#121326
(18,19,38)
#090B17
(9,11,23)
#000000
(0,0,0)

Tints of #635BAD

#635BAD
(99,91,173)
#7169B4
(113,105,180)
#7F77BB
(127,119,187)
#8D85C2
(141,133,194)
#9B93C9
(155,147,201)
#A9A1D0
(169,161,208)
#B7AFD7
(183,175,215)
#C5BDDE
(197,189,222)
#D3CBE5
(211,203,229)
#E1D9EC
(225,217,236)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635BAD; }

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

This text font color is #635BAD.

Background Color

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

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

This div background color is #635BAD.

Border color

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

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

This div border color is #635BAD.

Opacity

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

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

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

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

This text has shadow with #635BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635BAD.

Preview

Color preview on black background

This text has color #635BAD on black background.


Color preview on white background

This text has color #635BAD on white background.


Black color preview on #635BAD background

This text has black color on #635BAD background.


White color preview on #635BAD background

This text has white color on #635BAD background.


Related colors

Complementary color

Complementary color for #hex is #9CA452.


I love getcolorcode.com

Triadic colors

1 #AD635B and #5BAD63 with #635BAD are triadic colors.

2 #AD5B63 and #5B63AD with #635BAD are triadic colors.