COLOR #634EBE

HEX: #634EBE
RGB: (99,78,190)

Color info

#634EBE contains mainly blue color. Web safe color of #634EBE is #6666CC (or #66C).

RGB color model

#634EBE color RGB value is (99,78,190).

  • red value is 99;
  • green value is 78;
  • blue value is 190.
RGB:
(99,78,190)
(39%,31%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 78 of 255 = 31%
B 190 of 255 = 75%

99
78
190

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

Portions of RGB colors in percentages

R + G + B =
99 + 78 + 190 = 367 (100%)
R 99 of 367 ~ 26.98%
G 78 of 367 ~ 21.25%
B 190 of 367 ~ 51.77%

%26.98
%21.25
%51.77

CMYK color model

#634EBE color CMYK value is (48,59,0,25).

  • cyan value is 47.89%
  • magenta value is 58.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(48,59,0,25)
C48M59Y0K25 
(48%,59%,0%,25%)
(0.48/0.59/0.00/0.25)	

CMYK percentages

%47.89
%58.95
%0
%25.49

Codes

Color #634EBE in popluar color models

634EBE
RGB9978190
HSL251°46.28%52.55%
HSB/HSV251°58.95%74.51%
CMYK47.89%58.95%0.00%
25.49%

Color #634EBE in popluar number systems.

HEX634EBE
Decimal9978190
Binary1100011100111010111110
Octal143116276

Shades and tints

Shades of #634EBE

#634EBE
(99,78,190)
#5A47AD
(90,71,173)
#51409C
(81,64,156)
#48398B
(72,57,139)
#3F327A
(63,50,122)
#362B69
(54,43,105)
#2D2458
(45,36,88)
#241D47
(36,29,71)
#1B1636
(27,22,54)
#120F25
(18,15,37)
#090814
(9,8,20)
#000000
(0,0,0)

Tints of #634EBE

#634EBE
(99,78,190)
#715EC3
(113,94,195)
#7F6EC8
(127,110,200)
#8D7ECD
(141,126,205)
#9B8ED2
(155,142,210)
#A99ED7
(169,158,215)
#B7AEDC
(183,174,220)
#C5BEE1
(197,190,225)
#D3CEE6
(211,206,230)
#E1DEEB
(225,222,235)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634EBE color. Also use rgb(99,78,190) instead hex code.

Text Font Color

.myTextColor { color: #634EBE; }

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

This text font color is #634EBE.


Background Color

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

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

This div background color is #634EBE.


Border color

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

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

This div border color is #634EBE.


Opacity

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

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

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

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

This text has shadow with #634EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634EBE on black background.


Color preview on white background

This text has color #634EBE on white background.



Black color preview on #634EBE background

This text has black color on #634EBE background.


White color preview on #634EBE background

This text has white color on #634EBE background.