COLOR #634B95

HEX: #634B95
RGB: (99,75,149)

Color info

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

RGB color model

#634B95 color RGB value is (99,75,149).

  • red value is 99;
  • green value is 75;
  • blue value is 149.
RGB:
(99,75,149)
(39%,29%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 75 of 255 = 29%
B 149 of 255 = 58%

99
75
149

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

Portions of RGB colors in percentages

R + G + B =
99 + 75 + 149 = 323 (100%)
R 99 of 323 ~ 30.65%
G 75 of 323 ~ 23.22%
B 149 of 323 ~ 46.13%

%30.65
%23.22
%46.13

CMYK color model

#634B95 color CMYK value is (34,50,0,42).

  • cyan value is 33.56%
  • magenta value is 49.66%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(34,50,0,42)
C34M50Y0K42 
(34%,50%,0%,42%)
(0.34/0.50/0.00/0.42)	

CMYK percentages

%33.56
%49.66
%0
%41.57

Codes

Color #634B95 in popluar color models

634B95
RGB9975149
HSL259°33.04%43.92%
HSB/HSV259°49.66%58.43%
CMYK33.56%49.66%0.00%
41.57%

Color #634B95 in popluar number systems.

HEX634B95
Decimal9975149
Binary1100011100101110010101
Octal143113225

Shades and tints

Shades of #634B95

#634B95
(99,75,149)
#5A4588
(90,69,136)
#513F7B
(81,63,123)
#48396E
(72,57,110)
#3F3361
(63,51,97)
#362D54
(54,45,84)
#2D2747
(45,39,71)
#24213A
(36,33,58)
#1B1B2D
(27,27,45)
#121520
(18,21,32)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #634B95

#634B95
(99,75,149)
#715B9E
(113,91,158)
#7F6BA7
(127,107,167)
#8D7BB0
(141,123,176)
#9B8BB9
(155,139,185)
#A99BC2
(169,155,194)
#B7ABCB
(183,171,203)
#C5BBD4
(197,187,212)
#D3CBDD
(211,203,221)
#E1DBE6
(225,219,230)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634B95 color. Also use rgb(99,75,149) instead hex code.

Text Font Color

.myTextColor { color: #634B95; }

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

This text font color is #634B95.


Background Color

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

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

This div background color is #634B95.


Border color

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

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

This div border color is #634B95.


Opacity

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

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

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

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

This text has shadow with #634B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634B95 on black background.


Color preview on white background

This text has color #634B95 on white background.



Black color preview on #634B95 background

This text has black color on #634B95 background.


White color preview on #634B95 background

This text has white color on #634B95 background.