COLOR #635484

HEX: #635484
RGB: (99,84,132)

Color info

#635484 contains red, green and blue colors in about the same proportion. Web safe color of #635484 is #666699 (or #669).

RGB color model

#635484 color RGB value is (99,84,132).

  • red value is 99;
  • green value is 84;
  • blue value is 132.
RGB:
(99,84,132)
(39%,33%,52%)

RGB channels and saturation

R 99 of 255 = 39%
G 84 of 255 = 33%
B 132 of 255 = 52%

99
84
132

R + G + B ~ 41%. #635484 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 84 + 132 = 315 (100%)
R 99 of 315 ~ 31.43%
G 84 of 315 ~ 26.67%
B 132 of 315 ~ 41.9%

%31.43
%26.67
%41.9

CMYK color model

#635484 color CMYK value is (25,36,0,48).

  • cyan value is 25.00%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(25,36,0,48)
C25M36Y0K48 
(25%,36%,0%,48%)
(0.25/0.36/0.00/0.48)	

CMYK percentages

%25
%36.36
%0
%48.24

Codes

Color #635484 in popluar color models

635484
RGB9984132
HSL259°22.22%42.35%
HSB/HSV259°36.36%51.76%
CMYK25.00%36.36%0.00%
48.24%

Color #635484 in popluar number systems.

HEX635484
Decimal9984132
Binary1100011101010010000100
Octal143124204

Shades and tints

Shades of #635484

#635484
(99,84,132)
#5A4D78
(90,77,120)
#51466C
(81,70,108)
#483F60
(72,63,96)
#3F3854
(63,56,84)
#363148
(54,49,72)
#2D2A3C
(45,42,60)
#242330
(36,35,48)
#1B1C24
(27,28,36)
#121518
(18,21,24)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #635484

#635484
(99,84,132)
#71638F
(113,99,143)
#7F729A
(127,114,154)
#8D81A5
(141,129,165)
#9B90B0
(155,144,176)
#A99FBB
(169,159,187)
#B7AEC6
(183,174,198)
#C5BDD1
(197,189,209)
#D3CCDC
(211,204,220)
#E1DBE7
(225,219,231)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635484 color. Also use rgb(99,84,132) instead hex code.

Text Font Color

.myTextColor { color: #635484; }

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

This text font color is #635484.


Background Color

.myBgColor { background-color: #635484; }

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

This div background color is #635484.


Border color

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

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

This div border color is #635484.


Opacity

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

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

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

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

This text has shadow with #635484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635484 on black background.


Color preview on white background

This text has color #635484 on white background.



Black color preview on #635484 background

This text has black color on #635484 background.


White color preview on #635484 background

This text has white color on #635484 background.