COLOR #663BA2

HEX: #663BA2
RGB: (102,59,162)

Color info

#663BA2 contains mainly blue color. Web safe color of #663BA2 is #663399 (or #639).

RGB color model

#663BA2 color RGB value is (102,59,162).

  • red value is 102;
  • green value is 59;
  • blue value is 162.
RGB:
(102,59,162)
(40%,23%,64%)

RGB channels and saturation

R 102 of 255 = 40%
G 59 of 255 = 23%
B 162 of 255 = 64%

102
59
162

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

Portions of RGB colors in percentages

R + G + B =
102 + 59 + 162 = 323 (100%)
R 102 of 323 ~ 31.58%
G 59 of 323 ~ 18.27%
B 162 of 323 ~ 50.15%

%31.58
%18.27
%50.15

CMYK color model

#663BA2 color CMYK value is (37,64,0,36).

  • cyan value is 37.04%
  • magenta value is 63.58%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(37,64,0,36)
C37M64Y0K36 
(37%,64%,0%,36%)
(0.37/0.64/0.00/0.36)	

CMYK percentages

%37.04
%63.58
%0
%36.47

Codes

Color #663BA2 in popluar color models

663BA2
RGB10259162
HSL265°46.61%43.33%
HSB/HSV265°63.58%63.53%
CMYK37.04%63.58%0.00%
36.47%

Color #663BA2 in popluar number systems.

HEX663BA2
Decimal10259162
Binary110011011101110100010
Octal14673242

Shades and tints

Shades of #663BA2

#663BA2
(102,59,162)
#5D3694
(93,54,148)
#543186
(84,49,134)
#4B2C78
(75,44,120)
#42276A
(66,39,106)
#39225C
(57,34,92)
#301D4E
(48,29,78)
#271840
(39,24,64)
#1E1332
(30,19,50)
#150E24
(21,14,36)
#0C0916
(12,9,22)
#000000
(0,0,0)

Tints of #663BA2

#663BA2
(102,59,162)
#734CAA
(115,76,170)
#805DB2
(128,93,178)
#8D6EBA
(141,110,186)
#9A7FC2
(154,127,194)
#A790CA
(167,144,202)
#B4A1D2
(180,161,210)
#C1B2DA
(193,178,218)
#CEC3E2
(206,195,226)
#DBD4EA
(219,212,234)
#E8E5F2
(232,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663BA2 color. Also use rgb(102,59,162) instead hex code.

Text Font Color

.myTextColor { color: #663BA2; }

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

This text font color is #663BA2.


Background Color

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

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

This div background color is #663BA2.


Border color

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

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

This div border color is #663BA2.


Opacity

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

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

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

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

This text has shadow with #663BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663BA2 on black background.


Color preview on white background

This text has color #663BA2 on white background.



Black color preview on #663BA2 background

This text has black color on #663BA2 background.


White color preview on #663BA2 background

This text has white color on #663BA2 background.