COLOR #635780

HEX: #635780
RGB: (99,87,128)

Color info

#635780 contains red, green and blue colors in about the same proportion. Web safe color of #635780 is #666666 (or #666).

RGB color model

#635780 color RGB value is (99,87,128).

  • red value is 99;
  • green value is 87;
  • blue value is 128.
RGB:
(99,87,128)
(39%,34%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 128 of 255 = 50%

99
87
128

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

Portions of RGB colors in percentages

R + G + B =
99 + 87 + 128 = 314 (100%)
R 99 of 314 ~ 31.53%
G 87 of 314 ~ 27.71%
B 128 of 314 ~ 40.76%

%31.53
%27.71
%40.76

CMYK color model

#635780 color CMYK value is (23,32,0,50).

  • cyan value is 22.66%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,32,0,50)
C23M32Y0K50 
(23%,32%,0%,50%)
(0.23/0.32/0.00/0.50)	

CMYK percentages

%22.66
%32.03
%0
%49.8

Codes

Color #635780 in popluar color models

635780
RGB9987128
HSL258°19.07%42.16%
HSB/HSV258°32.03%50.20%
CMYK22.66%32.03%0.00%
49.80%

Color #635780 in popluar number systems.

HEX635780
Decimal9987128
Binary1100011101011110000000
Octal143127200

Shades and tints

Shades of #635780

#635780
(99,87,128)
#5A5075
(90,80,117)
#51496A
(81,73,106)
#48425F
(72,66,95)
#3F3B54
(63,59,84)
#363449
(54,52,73)
#2D2D3E
(45,45,62)
#242633
(36,38,51)
#1B1F28
(27,31,40)
#12181D
(18,24,29)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #635780

#635780
(99,87,128)
#71668B
(113,102,139)
#7F7596
(127,117,150)
#8D84A1
(141,132,161)
#9B93AC
(155,147,172)
#A9A2B7
(169,162,183)
#B7B1C2
(183,177,194)
#C5C0CD
(197,192,205)
#D3CFD8
(211,207,216)
#E1DEE3
(225,222,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635780 color. Also use rgb(99,87,128) instead hex code.

Text Font Color

.myTextColor { color: #635780; }

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

This text font color is #635780.


Background Color

.myBgColor { background-color: #635780; }

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

This div background color is #635780.


Border color

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

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

This div border color is #635780.


Opacity

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

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

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

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

This text has shadow with #635780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635780 on black background.


Color preview on white background

This text has color #635780 on white background.



Black color preview on #635780 background

This text has black color on #635780 background.


White color preview on #635780 background

This text has white color on #635780 background.