COLOR #635181

HEX: #635181
RGB: (99,81,129)

Color info

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

RGB color model

#635181 color RGB value is (99,81,129).

  • red value is 99;
  • green value is 81;
  • blue value is 129.
RGB:
(99,81,129)
(39%,32%,51%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 129 of 255 = 51%

99
81
129

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

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 129 = 309 (100%)
R 99 of 309 ~ 32.04%
G 81 of 309 ~ 26.21%
B 129 of 309 ~ 41.75%

%32.04
%26.21
%41.75

CMYK color model

#635181 color CMYK value is (23,37,0,49).

  • cyan value is 23.26%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(23,37,0,49)
C23M37Y0K49 
(23%,37%,0%,49%)
(0.23/0.37/0.00/0.49)	

CMYK percentages

%23.26
%37.21
%0
%49.41

Codes

Color #635181 in popluar color models

635181
RGB9981129
HSL263°22.86%41.18%
HSB/HSV263°37.21%50.59%
CMYK23.26%37.21%0.00%
49.41%

Color #635181 in popluar number systems.

HEX635181
Decimal9981129
Binary1100011101000110000001
Octal143121201

Shades and tints

Shades of #635181

#635181
(99,81,129)
#5A4A76
(90,74,118)
#51436B
(81,67,107)
#483C60
(72,60,96)
#3F3555
(63,53,85)
#362E4A
(54,46,74)
#2D273F
(45,39,63)
#242034
(36,32,52)
#1B1929
(27,25,41)
#12121E
(18,18,30)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #635181

#635181
(99,81,129)
#71608C
(113,96,140)
#7F6F97
(127,111,151)
#8D7EA2
(141,126,162)
#9B8DAD
(155,141,173)
#A99CB8
(169,156,184)
#B7ABC3
(183,171,195)
#C5BACE
(197,186,206)
#D3C9D9
(211,201,217)
#E1D8E4
(225,216,228)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635181 color. Also use rgb(99,81,129) instead hex code.

Text Font Color

.myTextColor { color: #635181; }

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

This text font color is #635181.


Background Color

.myBgColor { background-color: #635181; }

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

This div background color is #635181.


Border color

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

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

This div border color is #635181.


Opacity

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

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

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

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

This text has shadow with #635181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635181 on black background.


Color preview on white background

This text has color #635181 on white background.



Black color preview on #635181 background

This text has black color on #635181 background.


White color preview on #635181 background

This text has white color on #635181 background.