COLOR #663677

HEX: #663677
RGB: (102,54,119)

Color info

#663677 contains mainly red and blue colors. Web safe color of #663677 is #663366 (or #636).

RGB color model

#663677 color RGB value is (102,54,119).

  • red value is 102;
  • green value is 54;
  • blue value is 119.
RGB:
(102,54,119)
(40%,21%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 54 of 255 = 21%
B 119 of 255 = 47%

102
54
119

R + G + B ~ 36%. #663677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 54 + 119 = 275 (100%)
R 102 of 275 ~ 37.09%
G 54 of 275 ~ 19.64%
B 119 of 275 ~ 43.27%

%37.09
%19.64
%43.27

CMYK color model

#663677 color CMYK value is (14,55,0,53).

  • cyan value is 14.29%
  • magenta value is 54.62%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(14,55,0,53)
C14M55Y0K53 
(14%,55%,0%,53%)
(0.14/0.55/0.00/0.53)	

CMYK percentages

%14.29
%54.62
%0
%53.33

Codes

Color #663677 in popluar color models

663677
RGB10254119
HSL284°37.57%33.92%
HSB/HSV284°54.62%46.67%
CMYK14.29%54.62%0.00%
53.33%

Color #663677 in popluar number systems.

HEX663677
Decimal10254119
Binary11001101101101110111
Octal14666167

Shades and tints

Shades of #663677

#663677
(102,54,119)
#5D326D
(93,50,109)
#542E63
(84,46,99)
#4B2A59
(75,42,89)
#42264F
(66,38,79)
#392245
(57,34,69)
#301E3B
(48,30,59)
#271A31
(39,26,49)
#1E1627
(30,22,39)
#15121D
(21,18,29)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #663677

#663677
(102,54,119)
#734883
(115,72,131)
#805A8F
(128,90,143)
#8D6C9B
(141,108,155)
#9A7EA7
(154,126,167)
#A790B3
(167,144,179)
#B4A2BF
(180,162,191)
#C1B4CB
(193,180,203)
#CEC6D7
(206,198,215)
#DBD8E3
(219,216,227)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663677 color. Also use rgb(102,54,119) instead hex code.

Text Font Color

.myTextColor { color: #663677; }

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

This text font color is #663677.


Background Color

.myBgColor { background-color: #663677; }

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

This div background color is #663677.


Border color

.myBorderColor { border: 1px solid #663677; }

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

This div border color is #663677.


Opacity

.myOpacity80 { color: #663677; opacity: 0.8; }

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

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

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

This text has shadow with #663677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663677 on black background.


Color preview on white background

This text has color #663677 on white background.



Black color preview on #663677 background

This text has black color on #663677 background.


White color preview on #663677 background

This text has white color on #663677 background.