COLOR #6A3266

HEX: #6A3266
RGB: (106,50,102)

Color info

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

RGB color model

#6A3266 color RGB value is (106,50,102).

  • red value is 106;
  • green value is 50;
  • blue value is 102.
RGB:
(106,50,102)
(42%,20%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 50 of 255 = 20%
B 102 of 255 = 40%

106
50
102

R + G + B ~ 34%. #6A3266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 50 + 102 = 258 (100%)
R 106 of 258 ~ 41.09%
G 50 of 258 ~ 19.38%
B 102 of 258 ~ 39.53%

%41.09
%19.38
%39.53

CMYK color model

#6A3266 color CMYK value is (0,53,4,58).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 3.77%
  • key color value is 58.43%
CMYK:
(0,53,4,58)
C0M53Y4K58 
(0%,53%,4%,58%)
(0.00/0.53/0.04/0.58)	

CMYK percentages

%0
%52.83
%3.77
%58.43

Codes

Color #6A3266 in popluar color models

6A3266
RGB10650102
HSL304°35.90%30.59%
HSB/HSV304°52.83%41.57%
CMYK0.00%52.83%3.77%
58.43%

Color #6A3266 in popluar number systems.

HEX6A3266
Decimal10650102
Binary11010101100101100110
Octal15262146

Shades and tints

Shades of #6A3266

#6A3266
(106,50,102)
#612E5D
(97,46,93)
#582A54
(88,42,84)
#4F264B
(79,38,75)
#462242
(70,34,66)
#3D1E39
(61,30,57)
#341A30
(52,26,48)
#2B1627
(43,22,39)
#22121E
(34,18,30)
#190E15
(25,14,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #6A3266

#6A3266
(106,50,102)
#774473
(119,68,115)
#845680
(132,86,128)
#91688D
(145,104,141)
#9E7A9A
(158,122,154)
#AB8CA7
(171,140,167)
#B89EB4
(184,158,180)
#C5B0C1
(197,176,193)
#D2C2CE
(210,194,206)
#DFD4DB
(223,212,219)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3266 color. Also use rgb(106,50,102) instead hex code.

Text Font Color

.myTextColor { color: #6A3266; }

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

This text font color is #6A3266.


Background Color

.myBgColor { background-color: #6A3266; }

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

This div background color is #6A3266.


Border color

.myBorderColor { border: 1px solid #6A3266; }

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

This div border color is #6A3266.


Opacity

.myOpacity80 { color: #6A3266; opacity: 0.8; }

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

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

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

This text has shadow with #6A3266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3266 on black background.


Color preview on white background

This text has color #6A3266 on white background.



Black color preview on #6A3266 background

This text has black color on #6A3266 background.


White color preview on #6A3266 background

This text has white color on #6A3266 background.