COLOR #635488

HEX: #635488
RGB: (99,84,136)

Color info

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

RGB color model

#635488 color RGB value is (99,84,136).

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

RGB channels and saturation

R 99 of 255 = 39%
G 84 of 255 = 33%
B 136 of 255 = 53%

99
84
136

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

Portions of RGB colors in percentages

R + G + B =
99 + 84 + 136 = 319 (100%)
R 99 of 319 ~ 31.03%
G 84 of 319 ~ 26.33%
B 136 of 319 ~ 42.63%

%31.03
%26.33
%42.63

CMYK color model

#635488 color CMYK value is (27,38,0,47).

  • cyan value is 27.21%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(27,38,0,47)
C27M38Y0K47 
(27%,38%,0%,47%)
(0.27/0.38/0.00/0.47)	

CMYK percentages

%27.21
%38.24
%0
%46.67

Codes

Color #635488 in popluar color models

635488
RGB9984136
HSL257°23.64%43.14%
HSB/HSV257°38.24%53.33%
CMYK27.21%38.24%0.00%
46.67%

Color #635488 in popluar number systems.

HEX635488
Decimal9984136
Binary1100011101010010001000
Octal143124210

Shades and tints

Shades of #635488

#635488
(99,84,136)
#5A4D7C
(90,77,124)
#514670
(81,70,112)
#483F64
(72,63,100)
#3F3858
(63,56,88)
#36314C
(54,49,76)
#2D2A40
(45,42,64)
#242334
(36,35,52)
#1B1C28
(27,28,40)
#12151C
(18,21,28)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #635488

#635488
(99,84,136)
#716392
(113,99,146)
#7F729C
(127,114,156)
#8D81A6
(141,129,166)
#9B90B0
(155,144,176)
#A99FBA
(169,159,186)
#B7AEC4
(183,174,196)
#C5BDCE
(197,189,206)
#D3CCD8
(211,204,216)
#E1DBE2
(225,219,226)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635488; }

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

This text font color is #635488.


Background Color

.myBgColor { background-color: #635488; }

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

This div background color is #635488.


Border color

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

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

This div border color is #635488.


Opacity

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

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

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

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

This text has shadow with #635488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635488 on black background.


Color preview on white background

This text has color #635488 on white background.



Black color preview on #635488 background

This text has black color on #635488 background.


White color preview on #635488 background

This text has white color on #635488 background.