COLOR #663EC1

HEX: #663EC1
RGB: (102,62,193)

Color info

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

RGB color model

#663EC1 color RGB value is (102,62,193).

  • red value is 102;
  • green value is 62;
  • blue value is 193.
RGB:
(102,62,193)
(40%,24%,76%)

RGB channels and saturation

R 102 of 255 = 40%
G 62 of 255 = 24%
B 193 of 255 = 76%

102
62
193

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

Portions of RGB colors in percentages

R + G + B =
102 + 62 + 193 = 357 (100%)
R 102 of 357 ~ 28.57%
G 62 of 357 ~ 17.37%
B 193 of 357 ~ 54.06%

%28.57
%17.37
%54.06

CMYK color model

#663EC1 color CMYK value is (47,68,0,24).

  • cyan value is 47.15%
  • magenta value is 67.88%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(47,68,0,24)
C47M68Y0K24 
(47%,68%,0%,24%)
(0.47/0.68/0.00/0.24)	

CMYK percentages

%47.15
%67.88
%0
%24.31

Codes

Color #663EC1 in popluar color models

663EC1
RGB10262193
HSL258°51.37%50.00%
HSB/HSV258°67.88%75.69%
CMYK47.15%67.88%0.00%
24.31%

Color #663EC1 in popluar number systems.

HEX663EC1
Decimal10262193
Binary110011011111011000001
Octal14676301

Shades and tints

Shades of #663EC1

#663EC1
(102,62,193)
#5D39B0
(93,57,176)
#54349F
(84,52,159)
#4B2F8E
(75,47,142)
#422A7D
(66,42,125)
#39256C
(57,37,108)
#30205B
(48,32,91)
#271B4A
(39,27,74)
#1E1639
(30,22,57)
#151128
(21,17,40)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #663EC1

#663EC1
(102,62,193)
#734FC6
(115,79,198)
#8060CB
(128,96,203)
#8D71D0
(141,113,208)
#9A82D5
(154,130,213)
#A793DA
(167,147,218)
#B4A4DF
(180,164,223)
#C1B5E4
(193,181,228)
#CEC6E9
(206,198,233)
#DBD7EE
(219,215,238)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663EC1 color. Also use rgb(102,62,193) instead hex code.

Text Font Color

.myTextColor { color: #663EC1; }

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

This text font color is #663EC1.


Background Color

.myBgColor { background-color: #663EC1; }

<div style="background-color:#663EC1">Inner text</div>

This div background color is #663EC1.


Border color

.myBorderColor { border: 1px solid #663EC1; }

<div style="border:3px solid #663EC1">Div</div>

This div border color is #663EC1.


Opacity

.myOpacity80 { color: #663EC1; opacity: 0.8; }

<p style="color:#663EC1;opacity:0.8;">80%</p>

Text with #663EC1 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 #663EC1;}

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

This text has shadow with #663EC1 color.

.textShadow {text-shadow: 3px 3px 1px #663EC1, 3px 3px 1px red;}

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

This text has shadow with #663EC1 primary color and red secondary color.


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

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

This text has shadow with #663EC1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663EC1 on black background.


Color preview on white background

This text has color #663EC1 on white background.



Black color preview on #663EC1 background

This text has black color on #663EC1 background.


White color preview on #663EC1 background

This text has white color on #663EC1 background.