COLOR #663FA3

HEX: #663FA3 RGB: (102,63,163)

Color info

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

RGB color model

#663FA3 color RGB value is (102,63,163).

RGB: (102,63,163) (40%, 25%, 64%)

RGB channels and saturation

R 102 of 255 = 40%
G 63 of 255 = 25%
B 163 of 255 = 64%

102
63
163

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

Portions of RGB colors in percentages

R + G + B = 102 + 63 + 163 = 328 (100%)
R 102 of 328 ~ 31.1%
G 63 of 328 ~ 19.21%
B 163 of 328 ~ 49.7'%

%31.1
%19.21
%49.7

CMYK color model

#663FA3 color CMYK value is (37,61,0,36).

  • cyan value is 37.42%
  • magenta value is 61.35%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (37,61,0,36)
C37M61Y0K36 (37%, 61%, 0%, 36%)
(0.37 / 0.61 / 0.00 / 0.36)

CMYK percentages

%37.42
%61.35
%0
%36.08

Codes

Color #663FA3 in popluar color models

66 3F A3
RGB 102 63 163
HSL 263° 44.25% 44.31%
HSB/HSV 263° 61.35% 63.92%
CMYK 37.42% 61.35% 0.00%
36.08%

Color #663FA3 in popluar number systems.

HEX 66 3F A3
Decimal 102 63 163
Binary 1100110 111111 10100011
Octal 146 77 243

Shades and tints

Shades of #663FA3

#663FA3
(102,63,163)
#5D3A95
(93,58,149)
#543587
(84,53,135)
#4B3079
(75,48,121)
#422B6B
(66,43,107)
#39265D
(57,38,93)
#30214F
(48,33,79)
#271C41
(39,28,65)
#1E1733
(30,23,51)
#151225
(21,18,37)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #663FA3

#663FA3
(102,63,163)
#7350AB
(115,80,171)
#8061B3
(128,97,179)
#8D72BB
(141,114,187)
#9A83C3
(154,131,195)
#A794CB
(167,148,203)
#B4A5D3
(180,165,211)
#C1B6DB
(193,182,219)
#CEC7E3
(206,199,227)
#DBD8EB
(219,216,235)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663FA3 color. Also use rgb(102,63,163) instead hex code.

Text Font Color

.myTextColor { color: #663FA3; }

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

This text font color is #663FA3.

Background Color

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

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

This div background color is #663FA3.

Border color

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

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

This div border color is #663FA3.

Opacity

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

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

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

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

This text has shadow with #663FA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663FA3.

Preview

Color preview on black background

This text has color #663FA3 on black background.


Color preview on white background

This text has color #663FA3 on white background.


Black color preview on #663FA3 background

This text has black color on #663FA3 background.


White color preview on #663FA3 background

This text has white color on #663FA3 background.


Related colors

Complementary color

Complementary color for #hex is #99C05C.


I love getcolorcode.com

Triadic colors

1 #A3663F and #3FA366 with #663FA3 are triadic colors.

2 #A33F66 and #3F66A3 with #663FA3 are triadic colors.