COLOR #663F8A

HEX: #663F8A RGB: (102,63,138)

Color info

#663F8A contains mainly red and blue colors. Web safe color of #663F8A is #663399 (or #639).

RGB color model

#663F8A color RGB value is (102,63,138).

RGB: (102,63,138) (40%, 25%, 54%)

RGB channels and saturation

R 102 of 255 = 40%
G 63 of 255 = 25%
B 138 of 255 = 54%

102
63
138

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

Portions of RGB colors in percentages

R + G + B = 102 + 63 + 138 = 303 (100%)
R 102 of 303 ~ 33.66%
G 63 of 303 ~ 20.79%
B 138 of 303 ~ 45.54'%

%33.66
%20.79
%45.54

CMYK color model

#663F8A color CMYK value is (26,54,0,46).

  • cyan value is 26.09%
  • magenta value is 54.35%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (26,54,0,46)
C26M54Y0K46 (26%, 54%, 0%, 46%)
(0.26 / 0.54 / 0.00 / 0.46)

CMYK percentages

%26.09
%54.35
%0
%45.88

Codes

Color #663F8A in popluar color models

66 3F 8A
RGB 102 63 138
HSL 271° 37.31% 39.41%
HSB/HSV 271° 54.35% 54.12%
CMYK 26.09% 54.35% 0.00%
45.88%

Color #663F8A in popluar number systems.

HEX 66 3F 8A
Decimal 102 63 138
Binary 1100110 111111 10001010
Octal 146 77 212

Shades and tints

Shades of #663F8A

#663F8A
(102,63,138)
#5D3A7E
(93,58,126)
#543572
(84,53,114)
#4B3066
(75,48,102)
#422B5A
(66,43,90)
#39264E
(57,38,78)
#302142
(48,33,66)
#271C36
(39,28,54)
#1E172A
(30,23,42)
#15121E
(21,18,30)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #663F8A

#663F8A
(102,63,138)
#735094
(115,80,148)
#80619E
(128,97,158)
#8D72A8
(141,114,168)
#9A83B2
(154,131,178)
#A794BC
(167,148,188)
#B4A5C6
(180,165,198)
#C1B6D0
(193,182,208)
#CEC7DA
(206,199,218)
#DBD8E4
(219,216,228)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663F8A; }

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

This text font color is #663F8A.

Background Color

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

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

This div background color is #663F8A.

Border color

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

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

This div border color is #663F8A.

Opacity

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

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

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

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

This text has shadow with #663F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663F8A.

Preview

Color preview on black background

This text has color #663F8A on black background.


Color preview on white background

This text has color #663F8A on white background.


Black color preview on #663F8A background

This text has black color on #663F8A background.


White color preview on #663F8A background

This text has white color on #663F8A background.


Related colors

Complementary color

Complementary color for #hex is #99C075.


I love getcolorcode.com

Triadic colors

1 #8A663F and #3F8A66 with #663F8A are triadic colors.

2 #8A3F66 and #3F668A with #663F8A are triadic colors.