COLOR #6A2C63

HEX: #6A2C63
RGB: (106,44,99)

Color info

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

RGB color model

#6A2C63 color RGB value is (106,44,99).

  • red value is 106;
  • green value is 44;
  • blue value is 99.
RGB:
(106,44,99)
(42%,17%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 44 of 255 = 17%
B 99 of 255 = 39%

106
44
99

R + G + B ~ 33%. #6A2C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 44 + 99 = 249 (100%)
R 106 of 249 ~ 42.57%
G 44 of 249 ~ 17.67%
B 99 of 249 ~ 39.76%

%42.57
%17.67
%39.76

CMYK color model

#6A2C63 color CMYK value is (0,58,7,58).

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 6.60%
  • key color value is 58.43%
CMYK:
(0,58,7,58)
C0M58Y7K58 
(0%,58%,7%,58%)
(0.00/0.58/0.07/0.58)	

CMYK percentages

%0
%58.49
%6.6
%58.43

Codes

Color #6A2C63 in popluar color models

6A2C63
RGB1064499
HSL307°41.33%29.41%
HSB/HSV307°58.49%41.57%
CMYK0.00%58.49%6.60%
58.43%

Color #6A2C63 in popluar number systems.

HEX6A2C63
Decimal1064499
Binary11010101011001100011
Octal15254143

Shades and tints

Shades of #6A2C63

#6A2C63
(106,44,99)
#61285A
(97,40,90)
#582451
(88,36,81)
#4F2048
(79,32,72)
#461C3F
(70,28,63)
#3D1836
(61,24,54)
#34142D
(52,20,45)
#2B1024
(43,16,36)
#220C1B
(34,12,27)
#190812
(25,8,18)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #6A2C63

#6A2C63
(106,44,99)
#773F71
(119,63,113)
#84527F
(132,82,127)
#91658D
(145,101,141)
#9E789B
(158,120,155)
#AB8BA9
(171,139,169)
#B89EB7
(184,158,183)
#C5B1C5
(197,177,197)
#D2C4D3
(210,196,211)
#DFD7E1
(223,215,225)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2C63 color. Also use rgb(106,44,99) instead hex code.

Text Font Color

.myTextColor { color: #6A2C63; }

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

This text font color is #6A2C63.


Background Color

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

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

This div background color is #6A2C63.


Border color

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

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

This div border color is #6A2C63.


Opacity

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

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

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

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

This text has shadow with #6A2C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2C63 on black background.


Color preview on white background

This text has color #6A2C63 on white background.



Black color preview on #6A2C63 background

This text has black color on #6A2C63 background.


White color preview on #6A2C63 background

This text has white color on #6A2C63 background.