COLOR #633DC0

HEX: #633DC0
RGB: (99,61,192)

Color info

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

RGB color model

#633DC0 color RGB value is (99,61,192).

  • red value is 99;
  • green value is 61;
  • blue value is 192.
RGB:
(99,61,192)
(39%,24%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 61 of 255 = 24%
B 192 of 255 = 75%

99
61
192

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

Portions of RGB colors in percentages

R + G + B =
99 + 61 + 192 = 352 (100%)
R 99 of 352 ~ 28.13%
G 61 of 352 ~ 17.33%
B 192 of 352 ~ 54.55%

%28.13
%17.33
%54.55

CMYK color model

#633DC0 color CMYK value is (48,68,0,25).

  • cyan value is 48.44%
  • magenta value is 68.23%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(48,68,0,25)
C48M68Y0K25 
(48%,68%,0%,25%)
(0.48/0.68/0.00/0.25)	

CMYK percentages

%48.44
%68.23
%0
%24.71

Codes

Color #633DC0 in popluar color models

633DC0
RGB9961192
HSL257°51.78%49.61%
HSB/HSV257°68.23%75.29%
CMYK48.44%68.23%0.00%
24.71%

Color #633DC0 in popluar number systems.

HEX633DC0
Decimal9961192
Binary110001111110111000000
Octal14375300

Shades and tints

Shades of #633DC0

#633DC0
(99,61,192)
#5A38AF
(90,56,175)
#51339E
(81,51,158)
#482E8D
(72,46,141)
#3F297C
(63,41,124)
#36246B
(54,36,107)
#2D1F5A
(45,31,90)
#241A49
(36,26,73)
#1B1538
(27,21,56)
#121027
(18,16,39)
#090B16
(9,11,22)
#000000
(0,0,0)

Tints of #633DC0

#633DC0
(99,61,192)
#714EC5
(113,78,197)
#7F5FCA
(127,95,202)
#8D70CF
(141,112,207)
#9B81D4
(155,129,212)
#A992D9
(169,146,217)
#B7A3DE
(183,163,222)
#C5B4E3
(197,180,227)
#D3C5E8
(211,197,232)
#E1D6ED
(225,214,237)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633DC0 color. Also use rgb(99,61,192) instead hex code.

Text Font Color

.myTextColor { color: #633DC0; }

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

This text font color is #633DC0.


Background Color

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

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

This div background color is #633DC0.


Border color

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

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

This div border color is #633DC0.


Opacity

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

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

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

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

This text has shadow with #633DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633DC0 on black background.


Color preview on white background

This text has color #633DC0 on white background.



Black color preview on #633DC0 background

This text has black color on #633DC0 background.


White color preview on #633DC0 background

This text has white color on #633DC0 background.