COLOR #635BB2

HEX: #635BB2
RGB: (99,91,178)

Color info

#635BB2 contains mainly blue color. Web safe color of #635BB2 is #666699 (or #669).

RGB color model

#635BB2 color RGB value is (99,91,178).

  • red value is 99;
  • green value is 91;
  • blue value is 178.
RGB:
(99,91,178)
(39%,36%,70%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 178 of 255 = 70%

99
91
178

R + G + B ~ 48%. #635BB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 178 = 368 (100%)
R 99 of 368 ~ 26.9%
G 91 of 368 ~ 24.73%
B 178 of 368 ~ 48.37%

%26.9
%24.73
%48.37

CMYK color model

#635BB2 color CMYK value is (44,49,0,30).

  • cyan value is 44.38%
  • magenta value is 48.88%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(44,49,0,30)
C44M49Y0K30 
(44%,49%,0%,30%)
(0.44/0.49/0.00/0.30)	

CMYK percentages

%44.38
%48.88
%0
%30.2

Codes

Color #635BB2 in popluar color models

635BB2
RGB9991178
HSL246°36.10%52.75%
HSB/HSV246°48.88%69.80%
CMYK44.38%48.88%0.00%
30.20%

Color #635BB2 in popluar number systems.

HEX635BB2
Decimal9991178
Binary1100011101101110110010
Octal143133262

Shades and tints

Shades of #635BB2

#635BB2
(99,91,178)
#5A53A2
(90,83,162)
#514B92
(81,75,146)
#484382
(72,67,130)
#3F3B72
(63,59,114)
#363362
(54,51,98)
#2D2B52
(45,43,82)
#242342
(36,35,66)
#1B1B32
(27,27,50)
#121322
(18,19,34)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #635BB2

#635BB2
(99,91,178)
#7169B9
(113,105,185)
#7F77C0
(127,119,192)
#8D85C7
(141,133,199)
#9B93CE
(155,147,206)
#A9A1D5
(169,161,213)
#B7AFDC
(183,175,220)
#C5BDE3
(197,189,227)
#D3CBEA
(211,203,234)
#E1D9F1
(225,217,241)
#EFE7F8
(239,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635BB2 color. Also use rgb(99,91,178) instead hex code.

Text Font Color

.myTextColor { color: #635BB2; }

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

This text font color is #635BB2.


Background Color

.myBgColor { background-color: #635BB2; }

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

This div background color is #635BB2.


Border color

.myBorderColor { border: 1px solid #635BB2; }

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

This div border color is #635BB2.


Opacity

.myOpacity80 { color: #635BB2; opacity: 0.8; }

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

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

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

This text has shadow with #635BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635BB2 on black background.


Color preview on white background

This text has color #635BB2 on white background.



Black color preview on #635BB2 background

This text has black color on #635BB2 background.


White color preview on #635BB2 background

This text has white color on #635BB2 background.