COLOR #635389

HEX: #635389
RGB: (99,83,137)

Color info

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

RGB color model

#635389 color RGB value is (99,83,137).

  • red value is 99;
  • green value is 83;
  • blue value is 137.
RGB:
(99,83,137)
(39%,33%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 137 of 255 = 54%

99
83
137

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

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 137 = 319 (100%)
R 99 of 319 ~ 31.03%
G 83 of 319 ~ 26.02%
B 137 of 319 ~ 42.95%

%31.03
%26.02
%42.95

CMYK color model

#635389 color CMYK value is (28,39,0,46).

  • cyan value is 27.74%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(28,39,0,46)
C28M39Y0K46 
(28%,39%,0%,46%)
(0.28/0.39/0.00/0.46)	

CMYK percentages

%27.74
%39.42
%0
%46.27

Codes

Color #635389 in popluar color models

635389
RGB9983137
HSL258°24.55%43.14%
HSB/HSV258°39.42%53.73%
CMYK27.74%39.42%0.00%
46.27%

Color #635389 in popluar number systems.

HEX635389
Decimal9983137
Binary1100011101001110001001
Octal143123211

Shades and tints

Shades of #635389

#635389
(99,83,137)
#5A4C7D
(90,76,125)
#514571
(81,69,113)
#483E65
(72,62,101)
#3F3759
(63,55,89)
#36304D
(54,48,77)
#2D2941
(45,41,65)
#242235
(36,34,53)
#1B1B29
(27,27,41)
#12141D
(18,20,29)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #635389

#635389
(99,83,137)
#716293
(113,98,147)
#7F719D
(127,113,157)
#8D80A7
(141,128,167)
#9B8FB1
(155,143,177)
#A99EBB
(169,158,187)
#B7ADC5
(183,173,197)
#C5BCCF
(197,188,207)
#D3CBD9
(211,203,217)
#E1DAE3
(225,218,227)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635389 color. Also use rgb(99,83,137) instead hex code.

Text Font Color

.myTextColor { color: #635389; }

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

This text font color is #635389.


Background Color

.myBgColor { background-color: #635389; }

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

This div background color is #635389.


Border color

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

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

This div border color is #635389.


Opacity

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

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

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

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

This text has shadow with #635389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635389 on black background.


Color preview on white background

This text has color #635389 on white background.



Black color preview on #635389 background

This text has black color on #635389 background.


White color preview on #635389 background

This text has white color on #635389 background.