COLOR #634D9B

HEX: #634D9B RGB: (99,77,155)

Color info

#634D9B contains mainly red and blue colors. Web safe color of #634D9B is #663399 (or #639).

RGB color model

#634D9B color RGB value is (99,77,155).

RGB: (99,77,155) (39%, 30%, 61%)

RGB channels and saturation

R 99 of 255 = 39%
G 77 of 255 = 30%
B 155 of 255 = 61%

99
77
155

R + G + B ~ 43%. #634D9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 77 + 155 = 331 (100%)
R 99 of 331 ~ 29.91%
G 77 of 331 ~ 23.26%
B 155 of 331 ~ 46.83'%

%29.91
%23.26
%46.83

CMYK color model

#634D9B color CMYK value is (36,50,0,39).

  • cyan value is 36.13%
  • magenta value is 50.32%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (36,50,0,39)
C36M50Y0K39 (36%, 50%, 0%, 39%)
(0.36 / 0.50 / 0.00 / 0.39)

CMYK percentages

%36.13
%50.32
%0
%39.22

Codes

Color #634D9B in popluar color models

63 4D 9B
RGB 99 77 155
HSL 257° 33.62% 45.49%
HSB/HSV 257° 50.32% 60.78%
CMYK 36.13% 50.32% 0.00%
39.22%

Color #634D9B in popluar number systems.

HEX 63 4D 9B
Decimal 99 77 155
Binary 1100011 1001101 10011011
Octal 143 115 233

Shades and tints

Shades of #634D9B

#634D9B
(99,77,155)
#5A468D
(90,70,141)
#513F7F
(81,63,127)
#483871
(72,56,113)
#3F3163
(63,49,99)
#362A55
(54,42,85)
#2D2347
(45,35,71)
#241C39
(36,28,57)
#1B152B
(27,21,43)
#120E1D
(18,14,29)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #634D9B

#634D9B
(99,77,155)
#715DA4
(113,93,164)
#7F6DAD
(127,109,173)
#8D7DB6
(141,125,182)
#9B8DBF
(155,141,191)
#A99DC8
(169,157,200)
#B7ADD1
(183,173,209)
#C5BDDA
(197,189,218)
#D3CDE3
(211,205,227)
#E1DDEC
(225,221,236)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634D9B color. Also use rgb(99,77,155) instead hex code.

Text Font Color

.myTextColor { color: #634D9B; }

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

This text font color is #634D9B.

Background Color

.myBgColor { background-color: #634D9B; }

<div style="background-color:#634D9B">Inner text</div>

This div background color is #634D9B.

Border color

.myBorderColor { border: 1px solid #634D9B; }

<div style="border:3px solid #634D9B">Div</div>

This div border color is #634D9B.

Opacity

.myOpacity80 { color: #634D9B; opacity: 0.8; }

<p style="color:#634D9B;opacity:0.8;">80%</p>

Text with #634D9B 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 #634D9B;}

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

This text has shadow with #634D9B color.


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

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

This text has shadow with #634D9B primary color and red secondary color.


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

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

This text has shadow with #634D9B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #634D9B.

Preview

Color preview on black background

This text has color #634D9B on black background.


Color preview on white background

This text has color #634D9B on white background.


Black color preview on #634D9B background

This text has black color on #634D9B background.


White color preview on #634D9B background

This text has white color on #634D9B background.


Related colors

Complementary color

Complementary color for #hex is #9CB264.


I love getcolorcode.com

Triadic colors

1 #9B634D and #4D9B63 with #634D9B are triadic colors.

2 #9B4D63 and #4D639B with #634D9B are triadic colors.