COLOR #663B89

HEX: #663B89
RGB: (102,59,137)

Color info

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

RGB color model

#663B89 color RGB value is (102,59,137).

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

RGB channels and saturation

R 102 of 255 = 40%
G 59 of 255 = 23%
B 137 of 255 = 54%

102
59
137

R + G + B ~ 39%. #663B89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 59 + 137 = 298 (100%)
R 102 of 298 ~ 34.23%
G 59 of 298 ~ 19.8%
B 137 of 298 ~ 45.97%

%34.23
%19.8
%45.97

CMYK color model

#663B89 color CMYK value is (26,57,0,46).

  • cyan value is 25.55%
  • magenta value is 56.93%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(26,57,0,46)
C26M57Y0K46 
(26%,57%,0%,46%)
(0.26/0.57/0.00/0.46)	

CMYK percentages

%25.55
%56.93
%0
%46.27

Codes

Color #663B89 in popluar color models

663B89
RGB10259137
HSL273°39.80%38.43%
HSB/HSV273°56.93%53.73%
CMYK25.55%56.93%0.00%
46.27%

Color #663B89 in popluar number systems.

HEX663B89
Decimal10259137
Binary110011011101110001001
Octal14673211

Shades and tints

Shades of #663B89

#663B89
(102,59,137)
#5D367D
(93,54,125)
#543171
(84,49,113)
#4B2C65
(75,44,101)
#422759
(66,39,89)
#39224D
(57,34,77)
#301D41
(48,29,65)
#271835
(39,24,53)
#1E1329
(30,19,41)
#150E1D
(21,14,29)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #663B89

#663B89
(102,59,137)
#734C93
(115,76,147)
#805D9D
(128,93,157)
#8D6EA7
(141,110,167)
#9A7FB1
(154,127,177)
#A790BB
(167,144,187)
#B4A1C5
(180,161,197)
#C1B2CF
(193,178,207)
#CEC3D9
(206,195,217)
#DBD4E3
(219,212,227)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663B89; }

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

This text font color is #663B89.


Background Color

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

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

This div background color is #663B89.


Border color

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

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

This div border color is #663B89.


Opacity

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

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

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

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

This text has shadow with #663B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663B89 on black background.


Color preview on white background

This text has color #663B89 on white background.



Black color preview on #663B89 background

This text has black color on #663B89 background.


White color preview on #663B89 background

This text has white color on #663B89 background.