COLOR #635690

HEX: #635690
RGB: (99,86,144)

Color info

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

RGB color model

#635690 color RGB value is (99,86,144).

  • red value is 99;
  • green value is 86;
  • blue value is 144.
RGB:
(99,86,144)
(39%,34%,56%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 144 of 255 = 56%

99
86
144

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

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 144 = 329 (100%)
R 99 of 329 ~ 30.09%
G 86 of 329 ~ 26.14%
B 144 of 329 ~ 43.77%

%30.09
%26.14
%43.77

CMYK color model

#635690 color CMYK value is (31,40,0,44).

  • cyan value is 31.25%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(31,40,0,44)
C31M40Y0K44 
(31%,40%,0%,44%)
(0.31/0.40/0.00/0.44)	

CMYK percentages

%31.25
%40.28
%0
%43.53

Codes

Color #635690 in popluar color models

635690
RGB9986144
HSL253°25.22%45.10%
HSB/HSV253°40.28%56.47%
CMYK31.25%40.28%0.00%
43.53%

Color #635690 in popluar number systems.

HEX635690
Decimal9986144
Binary1100011101011010010000
Octal143126220

Shades and tints

Shades of #635690

#635690
(99,86,144)
#5A4F83
(90,79,131)
#514876
(81,72,118)
#484169
(72,65,105)
#3F3A5C
(63,58,92)
#36334F
(54,51,79)
#2D2C42
(45,44,66)
#242535
(36,37,53)
#1B1E28
(27,30,40)
#12171B
(18,23,27)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #635690

#635690
(99,86,144)
#71659A
(113,101,154)
#7F74A4
(127,116,164)
#8D83AE
(141,131,174)
#9B92B8
(155,146,184)
#A9A1C2
(169,161,194)
#B7B0CC
(183,176,204)
#C5BFD6
(197,191,214)
#D3CEE0
(211,206,224)
#E1DDEA
(225,221,234)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635690 color. Also use rgb(99,86,144) instead hex code.

Text Font Color

.myTextColor { color: #635690; }

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

This text font color is #635690.


Background Color

.myBgColor { background-color: #635690; }

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

This div background color is #635690.


Border color

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

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

This div border color is #635690.


Opacity

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

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

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

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

This text has shadow with #635690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635690 on black background.


Color preview on white background

This text has color #635690 on white background.



Black color preview on #635690 background

This text has black color on #635690 background.


White color preview on #635690 background

This text has white color on #635690 background.