COLOR #643C6A

HEX: #643C6A
RGB: (100,60,106)

Color info

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

RGB color model

#643C6A color RGB value is (100,60,106).

  • red value is 100;
  • green value is 60;
  • blue value is 106.
RGB:
(100,60,106)
(39%,24%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 60 of 255 = 24%
B 106 of 255 = 42%

100
60
106

R + G + B ~ 35%. #643C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 60 + 106 = 266 (100%)
R 100 of 266 ~ 37.59%
G 60 of 266 ~ 22.56%
B 106 of 266 ~ 39.85%

%37.59
%22.56
%39.85

CMYK color model

#643C6A color CMYK value is (6,43,0,58).

  • cyan value is 5.66%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(6,43,0,58)
C6M43Y0K58 
(6%,43%,0%,58%)
(0.06/0.43/0.00/0.58)	

CMYK percentages

%5.66
%43.4
%0
%58.43

Codes

Color #643C6A in popluar color models

643C6A
RGB10060106
HSL292°27.71%32.55%
HSB/HSV292°43.40%41.57%
CMYK5.66%43.40%0.00%
58.43%

Color #643C6A in popluar number systems.

HEX643C6A
Decimal10060106
Binary11001001111001101010
Octal14474152

Shades and tints

Shades of #643C6A

#643C6A
(100,60,106)
#5B3761
(91,55,97)
#523258
(82,50,88)
#492D4F
(73,45,79)
#402846
(64,40,70)
#37233D
(55,35,61)
#2E1E34
(46,30,52)
#25192B
(37,25,43)
#1C1422
(28,20,34)
#130F19
(19,15,25)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #643C6A

#643C6A
(100,60,106)
#724D77
(114,77,119)
#805E84
(128,94,132)
#8E6F91
(142,111,145)
#9C809E
(156,128,158)
#AA91AB
(170,145,171)
#B8A2B8
(184,162,184)
#C6B3C5
(198,179,197)
#D4C4D2
(212,196,210)
#E2D5DF
(226,213,223)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643C6A color. Also use rgb(100,60,106) instead hex code.

Text Font Color

.myTextColor { color: #643C6A; }

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

This text font color is #643C6A.


Background Color

.myBgColor { background-color: #643C6A; }

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

This div background color is #643C6A.


Border color

.myBorderColor { border: 1px solid #643C6A; }

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

This div border color is #643C6A.


Opacity

.myOpacity80 { color: #643C6A; opacity: 0.8; }

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

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

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

This text has shadow with #643C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643C6A on black background.


Color preview on white background

This text has color #643C6A on white background.



Black color preview on #643C6A background

This text has black color on #643C6A background.


White color preview on #643C6A background

This text has white color on #643C6A background.