COLOR #633CD0

HEX: #633CD0
RGB: (99,60,208)

Color info

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

RGB color model

#633CD0 color RGB value is (99,60,208).

  • red value is 99;
  • green value is 60;
  • blue value is 208.
RGB:
(99,60,208)
(39%,24%,82%)

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 208 of 255 = 82%

99
60
208

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

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 208 = 367 (100%)
R 99 of 367 ~ 26.98%
G 60 of 367 ~ 16.35%
B 208 of 367 ~ 56.68%

%26.98
%16.35
%56.68

CMYK color model

#633CD0 color CMYK value is (52,71,0,18).

  • cyan value is 52.40%
  • magenta value is 71.15%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(52,71,0,18)
C52M71Y0K18 
(52%,71%,0%,18%)
(0.52/0.71/0.00/0.18)	

CMYK percentages

%52.4
%71.15
%0
%18.43

Codes

Color #633CD0 in popluar color models

633CD0
RGB9960208
HSL256°61.16%52.55%
HSB/HSV256°71.15%81.57%
CMYK52.40%71.15%0.00%
18.43%

Color #633CD0 in popluar number systems.

HEX633CD0
Decimal9960208
Binary110001111110011010000
Octal14374320

Shades and tints

Shades of #633CD0

#633CD0
(99,60,208)
#5A37BE
(90,55,190)
#5132AC
(81,50,172)
#482D9A
(72,45,154)
#3F2888
(63,40,136)
#362376
(54,35,118)
#2D1E64
(45,30,100)
#241952
(36,25,82)
#1B1440
(27,20,64)
#120F2E
(18,15,46)
#090A1C
(9,10,28)
#000000
(0,0,0)

Tints of #633CD0

#633CD0
(99,60,208)
#714DD4
(113,77,212)
#7F5ED8
(127,94,216)
#8D6FDC
(141,111,220)
#9B80E0
(155,128,224)
#A991E4
(169,145,228)
#B7A2E8
(183,162,232)
#C5B3EC
(197,179,236)
#D3C4F0
(211,196,240)
#E1D5F4
(225,213,244)
#EFE6F8
(239,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633CD0 color. Also use rgb(99,60,208) instead hex code.

Text Font Color

.myTextColor { color: #633CD0; }

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

This text font color is #633CD0.


Background Color

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

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

This div background color is #633CD0.


Border color

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

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

This div border color is #633CD0.


Opacity

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

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

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

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

This text has shadow with #633CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633CD0 on black background.


Color preview on white background

This text has color #633CD0 on white background.



Black color preview on #633CD0 background

This text has black color on #633CD0 background.


White color preview on #633CD0 background

This text has white color on #633CD0 background.