COLOR #663859

HEX: #663859
RGB: (102,56,89)

Color info

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

RGB color model

#663859 color RGB value is (102,56,89).

  • red value is 102;
  • green value is 56;
  • blue value is 89.
RGB:
(102,56,89)
(40%,22%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 56 of 255 = 22%
B 89 of 255 = 35%

102
56
89

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

Portions of RGB colors in percentages

R + G + B =
102 + 56 + 89 = 247 (100%)
R 102 of 247 ~ 41.3%
G 56 of 247 ~ 22.67%
B 89 of 247 ~ 36.03%

%41.3
%22.67
%36.03

CMYK color model

#663859 color CMYK value is (0,45,13,60).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,45,13,60)
C0M45Y13K60 
(0%,45%,13%,60%)
(0.00/0.45/0.13/0.60)	

CMYK percentages

%0
%45.1
%12.75
%60

Codes

Color #663859 in popluar color models

663859
RGB1025689
HSL317°29.11%30.98%
HSB/HSV317°45.10%40.00%
CMYK0.00%45.10%12.75%
60.00%

Color #663859 in popluar number systems.

HEX663859
Decimal1025689
Binary11001101110001011001
Octal14670131

Shades and tints

Shades of #663859

#663859
(102,56,89)
#5D3351
(93,51,81)
#542E49
(84,46,73)
#4B2941
(75,41,65)
#422439
(66,36,57)
#391F31
(57,31,49)
#301A29
(48,26,41)
#271521
(39,21,33)
#1E1019
(30,16,25)
#150B11
(21,11,17)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #663859

#663859
(102,56,89)
#734A68
(115,74,104)
#805C77
(128,92,119)
#8D6E86
(141,110,134)
#9A8095
(154,128,149)
#A792A4
(167,146,164)
#B4A4B3
(180,164,179)
#C1B6C2
(193,182,194)
#CEC8D1
(206,200,209)
#DBDAE0
(219,218,224)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663859 color. Also use rgb(102,56,89) instead hex code.

Text Font Color

.myTextColor { color: #663859; }

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

This text font color is #663859.


Background Color

.myBgColor { background-color: #663859; }

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

This div background color is #663859.


Border color

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

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

This div border color is #663859.


Opacity

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

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

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

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

This text has shadow with #663859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663859 on black background.


Color preview on white background

This text has color #663859 on white background.



Black color preview on #663859 background

This text has black color on #663859 background.


White color preview on #663859 background

This text has white color on #663859 background.