COLOR #6A2655

HEX: #6A2655
RGB: (106,38,85)

Color info

#6A2655 contains mainly red and blue colors. Web safe color of #6A2655 is #663366 (or #636).

RGB color model

#6A2655 color RGB value is (106,38,85).

  • red value is 106;
  • green value is 38;
  • blue value is 85.
RGB:
(106,38,85)
(42%,15%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 38 of 255 = 15%
B 85 of 255 = 33%

106
38
85

R + G + B ~ 30%. #6A2655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 38 + 85 = 229 (100%)
R 106 of 229 ~ 46.29%
G 38 of 229 ~ 16.59%
B 85 of 229 ~ 37.12%

%46.29
%16.59
%37.12

CMYK color model

#6A2655 color CMYK value is (0,64,20,58).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,64,20,58)
C0M64Y20K58 
(0%,64%,20%,58%)
(0.00/0.64/0.20/0.58)	

CMYK percentages

%0
%64.15
%19.81
%58.43

Codes

Color #6A2655 in popluar color models

6A2655
RGB1063885
HSL319°47.22%28.24%
HSB/HSV319°64.15%41.57%
CMYK0.00%64.15%19.81%
58.43%

Color #6A2655 in popluar number systems.

HEX6A2655
Decimal1063885
Binary11010101001101010101
Octal15246125

Shades and tints

Shades of #6A2655

#6A2655
(106,38,85)
#61234E
(97,35,78)
#582047
(88,32,71)
#4F1D40
(79,29,64)
#461A39
(70,26,57)
#3D1732
(61,23,50)
#34142B
(52,20,43)
#2B1124
(43,17,36)
#220E1D
(34,14,29)
#190B16
(25,11,22)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #6A2655

#6A2655
(106,38,85)
#773964
(119,57,100)
#844C73
(132,76,115)
#915F82
(145,95,130)
#9E7291
(158,114,145)
#AB85A0
(171,133,160)
#B898AF
(184,152,175)
#C5ABBE
(197,171,190)
#D2BECD
(210,190,205)
#DFD1DC
(223,209,220)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2655 color. Also use rgb(106,38,85) instead hex code.

Text Font Color

.myTextColor { color: #6A2655; }

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

This text font color is #6A2655.


Background Color

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

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

This div background color is #6A2655.


Border color

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

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

This div border color is #6A2655.


Opacity

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

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

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

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

This text has shadow with #6A2655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2655 on black background.


Color preview on white background

This text has color #6A2655 on white background.



Black color preview on #6A2655 background

This text has black color on #6A2655 background.


White color preview on #6A2655 background

This text has white color on #6A2655 background.