COLOR #663A6A

HEX: #663A6A RGB: (102,58,106)

Color info

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

RGB color model

#663A6A color RGB value is (102,58,106).

RGB: (102,58,106) (40%, 23%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 58 of 255 = 23%
B 106 of 255 = 42%

102
58
106

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

Portions of RGB colors in percentages

R + G + B = 102 + 58 + 106 = 266 (100%)
R 102 of 266 ~ 38.35%
G 58 of 266 ~ 21.8%
B 106 of 266 ~ 39.85'%

%38.35
%21.8
%39.85

CMYK color model

#663A6A color CMYK value is (4,45,0,58).

  • cyan value is 3.77%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (4,45,0,58) C4M45Y0K58 (4%,45%,0%,58%) (0.04/0.45/0.00/0.58) 

CMYK percentages

%3.77
%45.28
%0
%58.43

Codes

Color #663A6A in popluar color models

66 3A 6A
RGB 102 58 106
HSL 295° 29.27% 32.16%
HSB/HSV 295° 45.28% 41.57%
CMYK 3.77% 45.28% 0.00%
58.43%

Color #663A6A in popluar number systems.

HEX 66 3A 6A
Decimal 102 58 106
Binary 1100110 111010 1101010
Octal 146 72 152

Shades and tints

Shades of #663A6A

#663A6A
(102,58,106)
#5D3561
(93,53,97)
#543058
(84,48,88)
#4B2B4F
(75,43,79)
#422646
(66,38,70)
#39213D
(57,33,61)
#301C34
(48,28,52)
#27172B
(39,23,43)
#1E1222
(30,18,34)
#150D19
(21,13,25)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #663A6A

#663A6A
(102,58,106)
#734B77
(115,75,119)
#805C84
(128,92,132)
#8D6D91
(141,109,145)
#9A7E9E
(154,126,158)
#A78FAB
(167,143,171)
#B4A0B8
(180,160,184)
#C1B1C5
(193,177,197)
#CEC2D2
(206,194,210)
#DBD3DF
(219,211,223)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663A6A color. Also use rgb(102,58,106) instead hex code.

Text Font Color

.myTextColor { color: #663A6A; }

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

This text font color is #663A6A.

Background Color

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

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

This div background color is #663A6A.

Border color

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

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

This div border color is #663A6A.

Opacity

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

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

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

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

This text has shadow with #663A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663A6A.

Preview

Color preview on black background

This text has color #663A6A on black background.


Color preview on white background

This text has color #663A6A on white background.


Black color preview on #663A6A background

This text has black color on #663A6A background.


White color preview on #663A6A background

This text has white color on #663A6A background.


Related colors

Complementary color

Complementary color for #hex is #99C595.


I love getcolorcode.com

Triadic colors

1 #6A663A and #3A6A66 with #663A6A are triadic colors.

2 #6A3A66 and #3A666A with #663A6A are triadic colors.