COLOR #634579

HEX: #634579
RGB: (99,69,121)

Color info

#634579 contains red, green and blue colors in about the same proportion. Web safe color of #634579 is #663366 (or #636).

RGB color model

#634579 color RGB value is (99,69,121).

  • red value is 99;
  • green value is 69;
  • blue value is 121.
RGB:
(99,69,121)
(39%,27%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 121 of 255 = 47%

99
69
121

R + G + B ~ 38%. #634579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 121 = 289 (100%)
R 99 of 289 ~ 34.26%
G 69 of 289 ~ 23.88%
B 121 of 289 ~ 41.87%

%34.26
%23.88
%41.87

CMYK color model

#634579 color CMYK value is (18,43,0,53).

  • cyan value is 18.18%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(18,43,0,53)
C18M43Y0K53 
(18%,43%,0%,53%)
(0.18/0.43/0.00/0.53)	

CMYK percentages

%18.18
%42.98
%0
%52.55

Codes

Color #634579 in popluar color models

634579
RGB9969121
HSL275°27.37%37.25%
HSB/HSV275°42.98%47.45%
CMYK18.18%42.98%0.00%
52.55%

Color #634579 in popluar number systems.

HEX634579
Decimal9969121
Binary110001110001011111001
Octal143105171

Shades and tints

Shades of #634579

#634579
(99,69,121)
#5A3F6E
(90,63,110)
#513963
(81,57,99)
#483358
(72,51,88)
#3F2D4D
(63,45,77)
#362742
(54,39,66)
#2D2137
(45,33,55)
#241B2C
(36,27,44)
#1B1521
(27,21,33)
#120F16
(18,15,22)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #634579

#634579
(99,69,121)
#715585
(113,85,133)
#7F6591
(127,101,145)
#8D759D
(141,117,157)
#9B85A9
(155,133,169)
#A995B5
(169,149,181)
#B7A5C1
(183,165,193)
#C5B5CD
(197,181,205)
#D3C5D9
(211,197,217)
#E1D5E5
(225,213,229)
#EFE5F1
(239,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634579 color. Also use rgb(99,69,121) instead hex code.

Text Font Color

.myTextColor { color: #634579; }

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

This text font color is #634579.


Background Color

.myBgColor { background-color: #634579; }

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

This div background color is #634579.


Border color

.myBorderColor { border: 1px solid #634579; }

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

This div border color is #634579.


Opacity

.myOpacity80 { color: #634579; opacity: 0.8; }

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

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

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

This text has shadow with #634579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634579 on black background.


Color preview on white background

This text has color #634579 on white background.



Black color preview on #634579 background

This text has black color on #634579 background.


White color preview on #634579 background

This text has white color on #634579 background.