COLOR #633FD1

HEX: #633FD1
RGB: (99,63,209)

Color info

#633FD1 contains mainly blue color. Web safe color of #633FD1 is #6633CC (or #63C).

RGB color model

#633FD1 color RGB value is (99,63,209).

  • red value is 99;
  • green value is 63;
  • blue value is 209.
RGB:
(99,63,209)
(39%,25%,82%)

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 209 of 255 = 82%

99
63
209

R + G + B ~ 49%. #633FD1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 209 = 371 (100%)
R 99 of 371 ~ 26.68%
G 63 of 371 ~ 16.98%
B 209 of 371 ~ 56.33%

%26.68
%16.98
%56.33

CMYK color model

#633FD1 color CMYK value is (53,70,0,18).

  • cyan value is 52.63%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(53,70,0,18)
C53M70Y0K18 
(53%,70%,0%,18%)
(0.53/0.70/0.00/0.18)	

CMYK percentages

%52.63
%69.86
%0
%18.04

Codes

Color #633FD1 in popluar color models

633FD1
RGB9963209
HSL255°61.34%53.33%
HSB/HSV255°69.86%81.96%
CMYK52.63%69.86%0.00%
18.04%

Color #633FD1 in popluar number systems.

HEX633FD1
Decimal9963209
Binary110001111111111010001
Octal14377321

Shades and tints

Shades of #633FD1

#633FD1
(99,63,209)
#5A3ABE
(90,58,190)
#5135AB
(81,53,171)
#483098
(72,48,152)
#3F2B85
(63,43,133)
#362672
(54,38,114)
#2D215F
(45,33,95)
#241C4C
(36,28,76)
#1B1739
(27,23,57)
#121226
(18,18,38)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #633FD1

#633FD1
(99,63,209)
#7150D5
(113,80,213)
#7F61D9
(127,97,217)
#8D72DD
(141,114,221)
#9B83E1
(155,131,225)
#A994E5
(169,148,229)
#B7A5E9
(183,165,233)
#C5B6ED
(197,182,237)
#D3C7F1
(211,199,241)
#E1D8F5
(225,216,245)
#EFE9F9
(239,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633FD1 color. Also use rgb(99,63,209) instead hex code.

Text Font Color

.myTextColor { color: #633FD1; }

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

This text font color is #633FD1.


Background Color

.myBgColor { background-color: #633FD1; }

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

This div background color is #633FD1.


Border color

.myBorderColor { border: 1px solid #633FD1; }

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

This div border color is #633FD1.


Opacity

.myOpacity80 { color: #633FD1; opacity: 0.8; }

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

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

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

This text has shadow with #633FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633FD1 on black background.


Color preview on white background

This text has color #633FD1 on white background.



Black color preview on #633FD1 background

This text has black color on #633FD1 background.


White color preview on #633FD1 background

This text has white color on #633FD1 background.