COLOR #634B88

HEX: #634B88
RGB: (99,75,136)

Color info

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

RGB color model

#634B88 color RGB value is (99,75,136).

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

RGB channels and saturation

R 99 of 255 = 39%
G 75 of 255 = 29%
B 136 of 255 = 53%

99
75
136

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

Portions of RGB colors in percentages

R + G + B =
99 + 75 + 136 = 310 (100%)
R 99 of 310 ~ 31.94%
G 75 of 310 ~ 24.19%
B 136 of 310 ~ 43.87%

%31.94
%24.19
%43.87

CMYK color model

#634B88 color CMYK value is (27,45,0,47).

  • cyan value is 27.21%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(27,45,0,47)
C27M45Y0K47 
(27%,45%,0%,47%)
(0.27/0.45/0.00/0.47)	

CMYK percentages

%27.21
%44.85
%0
%46.67

Codes

Color #634B88 in popluar color models

634B88
RGB9975136
HSL264°28.91%41.37%
HSB/HSV264°44.85%53.33%
CMYK27.21%44.85%0.00%
46.67%

Color #634B88 in popluar number systems.

HEX634B88
Decimal9975136
Binary1100011100101110001000
Octal143113210

Shades and tints

Shades of #634B88

#634B88
(99,75,136)
#5A457C
(90,69,124)
#513F70
(81,63,112)
#483964
(72,57,100)
#3F3358
(63,51,88)
#362D4C
(54,45,76)
#2D2740
(45,39,64)
#242134
(36,33,52)
#1B1B28
(27,27,40)
#12151C
(18,21,28)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #634B88

#634B88
(99,75,136)
#715B92
(113,91,146)
#7F6B9C
(127,107,156)
#8D7BA6
(141,123,166)
#9B8BB0
(155,139,176)
#A99BBA
(169,155,186)
#B7ABC4
(183,171,196)
#C5BBCE
(197,187,206)
#D3CBD8
(211,203,216)
#E1DBE2
(225,219,226)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634B88; }

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

This text font color is #634B88.


Background Color

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

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

This div background color is #634B88.


Border color

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

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

This div border color is #634B88.


Opacity

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

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

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

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

This text has shadow with #634B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634B88 on black background.


Color preview on white background

This text has color #634B88 on white background.



Black color preview on #634B88 background

This text has black color on #634B88 background.


White color preview on #634B88 background

This text has white color on #634B88 background.