COLOR #663D6B

HEX: #663D6B RGB: (102,61,107)

Color info

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

RGB color model

#663D6B color RGB value is (102,61,107).

RGB: (102,61,107) (40%, 24%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 61 of 255 = 24%
B 107 of 255 = 42%

102
61
107

R + G + B ~ 35%. #663D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 61 + 107 = 270 (100%)
R 102 of 270 ~ 37.78%
G 61 of 270 ~ 22.59%
B 107 of 270 ~ 39.63'%

%37.78
%22.59
%39.63

CMYK color model

#663D6B color CMYK value is (5,43,0,58).

  • cyan value is 4.67%
  • magenta value is 42.99%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (5,43,0,58)
C5M43Y0K58 (5%, 43%, 0%, 58%)
(0.05 / 0.43 / 0.00 / 0.58)

CMYK percentages

%4.67
%42.99
%0
%58.04

Codes

Color #663D6B in popluar color models

66 3D 6B
RGB 102 61 107
HSL 293° 27.38% 32.94%
HSB/HSV 293° 42.99% 41.96%
CMYK 4.67% 42.99% 0.00%
58.04%

Color #663D6B in popluar number systems.

HEX 66 3D 6B
Decimal 102 61 107
Binary 1100110 111101 1101011
Octal 146 75 153

Shades and tints

Shades of #663D6B

#663D6B
(102,61,107)
#5D3862
(93,56,98)
#543359
(84,51,89)
#4B2E50
(75,46,80)
#422947
(66,41,71)
#39243E
(57,36,62)
#301F35
(48,31,53)
#271A2C
(39,26,44)
#1E1523
(30,21,35)
#15101A
(21,16,26)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #663D6B

#663D6B
(102,61,107)
#734E78
(115,78,120)
#805F85
(128,95,133)
#8D7092
(141,112,146)
#9A819F
(154,129,159)
#A792AC
(167,146,172)
#B4A3B9
(180,163,185)
#C1B4C6
(193,180,198)
#CEC5D3
(206,197,211)
#DBD6E0
(219,214,224)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663D6B color. Also use rgb(102,61,107) instead hex code.

Text Font Color

.myTextColor { color: #663D6B; }

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

This text font color is #663D6B.

Background Color

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

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

This div background color is #663D6B.

Border color

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

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

This div border color is #663D6B.

Opacity

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

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

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

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

This text has shadow with #663D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663D6B.

Preview

Color preview on black background

This text has color #663D6B on black background.


Color preview on white background

This text has color #663D6B on white background.


Black color preview on #663D6B background

This text has black color on #663D6B background.


White color preview on #663D6B background

This text has white color on #663D6B background.


Related colors

Complementary color

Complementary color for #hex is #99C294.


I love getcolorcode.com

Triadic colors

1 #6B663D and #3D6B66 with #663D6B are triadic colors.

2 #6B3D66 and #3D666B with #663D6B are triadic colors.