COLOR #633BCC

HEX: #633BCC
RGB: (99,59,204)

Color info

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

RGB color model

#633BCC color RGB value is (99,59,204).

  • red value is 99;
  • green value is 59;
  • blue value is 204.
RGB:
(99,59,204)
(39%,23%,80%)

RGB channels and saturation

R 99 of 255 = 39%
G 59 of 255 = 23%
B 204 of 255 = 80%

99
59
204

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

Portions of RGB colors in percentages

R + G + B =
99 + 59 + 204 = 362 (100%)
R 99 of 362 ~ 27.35%
G 59 of 362 ~ 16.3%
B 204 of 362 ~ 56.35%

%27.35
%16.3
%56.35

CMYK color model

#633BCC color CMYK value is (51,71,0,20).

  • cyan value is 51.47%
  • magenta value is 71.08%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(51,71,0,20)
C51M71Y0K20 
(51%,71%,0%,20%)
(0.51/0.71/0.00/0.20)	

CMYK percentages

%51.47
%71.08
%0
%20

Codes

Color #633BCC in popluar color models

633BCC
RGB9959204
HSL257°58.70%51.57%
HSB/HSV257°71.08%80.00%
CMYK51.47%71.08%0.00%
20.00%

Color #633BCC in popluar number systems.

HEX633BCC
Decimal9959204
Binary110001111101111001100
Octal14373314

Shades and tints

Shades of #633BCC

#633BCC
(99,59,204)
#5A36BA
(90,54,186)
#5131A8
(81,49,168)
#482C96
(72,44,150)
#3F2784
(63,39,132)
#362272
(54,34,114)
#2D1D60
(45,29,96)
#24184E
(36,24,78)
#1B133C
(27,19,60)
#120E2A
(18,14,42)
#090918
(9,9,24)
#000000
(0,0,0)

Tints of #633BCC

#633BCC
(99,59,204)
#714CD0
(113,76,208)
#7F5DD4
(127,93,212)
#8D6ED8
(141,110,216)
#9B7FDC
(155,127,220)
#A990E0
(169,144,224)
#B7A1E4
(183,161,228)
#C5B2E8
(197,178,232)
#D3C3EC
(211,195,236)
#E1D4F0
(225,212,240)
#EFE5F4
(239,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633BCC color. Also use rgb(99,59,204) instead hex code.

Text Font Color

.myTextColor { color: #633BCC; }

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

This text font color is #633BCC.


Background Color

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

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

This div background color is #633BCC.


Border color

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

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

This div border color is #633BCC.


Opacity

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

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

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

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

This text has shadow with #633BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633BCC on black background.


Color preview on white background

This text has color #633BCC on white background.



Black color preview on #633BCC background

This text has black color on #633BCC background.


White color preview on #633BCC background

This text has white color on #633BCC background.