COLOR #635280

HEX: #635280
RGB: (99,82,128)

Color info

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

RGB color model

#635280 color RGB value is (99,82,128).

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

RGB channels and saturation

R 99 of 255 = 39%
G 82 of 255 = 32%
B 128 of 255 = 50%

99
82
128

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

Portions of RGB colors in percentages

R + G + B =
99 + 82 + 128 = 309 (100%)
R 99 of 309 ~ 32.04%
G 82 of 309 ~ 26.54%
B 128 of 309 ~ 41.42%

%32.04
%26.54
%41.42

CMYK color model

#635280 color CMYK value is (23,36,0,50).

  • cyan value is 22.66%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,36,0,50)
C23M36Y0K50 
(23%,36%,0%,50%)
(0.23/0.36/0.00/0.50)	

CMYK percentages

%22.66
%35.94
%0
%49.8

Codes

Color #635280 in popluar color models

635280
RGB9982128
HSL262°21.90%41.18%
HSB/HSV262°35.94%50.20%
CMYK22.66%35.94%0.00%
49.80%

Color #635280 in popluar number systems.

HEX635280
Decimal9982128
Binary1100011101001010000000
Octal143122200

Shades and tints

Shades of #635280

#635280
(99,82,128)
#5A4B75
(90,75,117)
#51446A
(81,68,106)
#483D5F
(72,61,95)
#3F3654
(63,54,84)
#362F49
(54,47,73)
#2D283E
(45,40,62)
#242133
(36,33,51)
#1B1A28
(27,26,40)
#12131D
(18,19,29)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #635280

#635280
(99,82,128)
#71618B
(113,97,139)
#7F7096
(127,112,150)
#8D7FA1
(141,127,161)
#9B8EAC
(155,142,172)
#A99DB7
(169,157,183)
#B7ACC2
(183,172,194)
#C5BBCD
(197,187,205)
#D3CAD8
(211,202,216)
#E1D9E3
(225,217,227)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635280; }

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

This text font color is #635280.


Background Color

.myBgColor { background-color: #635280; }

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

This div background color is #635280.


Border color

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

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

This div border color is #635280.


Opacity

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

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

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

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

This text has shadow with #635280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635280 on black background.


Color preview on white background

This text has color #635280 on white background.



Black color preview on #635280 background

This text has black color on #635280 background.


White color preview on #635280 background

This text has white color on #635280 background.