COLOR #663061

HEX: #663061
RGB: (102,48,97)

Color info

#663061 contains red, green and blue colors in about the same proportion. Web safe color of #663061 is #663366 (or #636).

RGB color model

#663061 color RGB value is (102,48,97).

  • red value is 102;
  • green value is 48;
  • blue value is 97.
RGB:
(102,48,97)
(40%,19%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 48 of 255 = 19%
B 97 of 255 = 38%

102
48
97

R + G + B ~ 32%. #663061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 48 + 97 = 247 (100%)
R 102 of 247 ~ 41.3%
G 48 of 247 ~ 19.43%
B 97 of 247 ~ 39.27%

%41.3
%19.43
%39.27

CMYK color model

#663061 color CMYK value is (0,53,5,60).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(0,53,5,60)
C0M53Y5K60 
(0%,53%,5%,60%)
(0.00/0.53/0.05/0.60)	

CMYK percentages

%0
%52.94
%4.9
%60

Codes

Color #663061 in popluar color models

663061
RGB1024897
HSL306°36.00%29.41%
HSB/HSV306°52.94%40.00%
CMYK0.00%52.94%4.90%
60.00%

Color #663061 in popluar number systems.

HEX663061
Decimal1024897
Binary11001101100001100001
Octal14660141

Shades and tints

Shades of #663061

#663061
(102,48,97)
#5D2C59
(93,44,89)
#542851
(84,40,81)
#4B2449
(75,36,73)
#422041
(66,32,65)
#391C39
(57,28,57)
#301831
(48,24,49)
#271429
(39,20,41)
#1E1021
(30,16,33)
#150C19
(21,12,25)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #663061

#663061
(102,48,97)
#73426F
(115,66,111)
#80547D
(128,84,125)
#8D668B
(141,102,139)
#9A7899
(154,120,153)
#A78AA7
(167,138,167)
#B49CB5
(180,156,181)
#C1AEC3
(193,174,195)
#CEC0D1
(206,192,209)
#DBD2DF
(219,210,223)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663061 color. Also use rgb(102,48,97) instead hex code.

Text Font Color

.myTextColor { color: #663061; }

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

This text font color is #663061.


Background Color

.myBgColor { background-color: #663061; }

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

This div background color is #663061.


Border color

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

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

This div border color is #663061.


Opacity

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

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

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

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

This text has shadow with #663061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663061 on black background.


Color preview on white background

This text has color #663061 on white background.



Black color preview on #663061 background

This text has black color on #663061 background.


White color preview on #663061 background

This text has white color on #663061 background.