COLOR #6A2253

HEX: #6A2253
RGB: (106,34,83)

Color info

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

RGB color model

#6A2253 color RGB value is (106,34,83).

  • red value is 106;
  • green value is 34;
  • blue value is 83.
RGB:
(106,34,83)
(42%,13%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 34 of 255 = 13%
B 83 of 255 = 33%

106
34
83

R + G + B ~ 29%. #6A2253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 34 + 83 = 223 (100%)
R 106 of 223 ~ 47.53%
G 34 of 223 ~ 15.25%
B 83 of 223 ~ 37.22%

%47.53
%15.25
%37.22

CMYK color model

#6A2253 color CMYK value is (0,68,22,58).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(0,68,22,58)
C0M68Y22K58 
(0%,68%,22%,58%)
(0.00/0.68/0.22/0.58)	

CMYK percentages

%0
%67.92
%21.7
%58.43

Codes

Color #6A2253 in popluar color models

6A2253
RGB1063483
HSL319°51.43%27.45%
HSB/HSV319°67.92%41.57%
CMYK0.00%67.92%21.70%
58.43%

Color #6A2253 in popluar number systems.

HEX6A2253
Decimal1063483
Binary11010101000101010011
Octal15242123

Shades and tints

Shades of #6A2253

#6A2253
(106,34,83)
#611F4C
(97,31,76)
#581C45
(88,28,69)
#4F193E
(79,25,62)
#461637
(70,22,55)
#3D1330
(61,19,48)
#341029
(52,16,41)
#2B0D22
(43,13,34)
#220A1B
(34,10,27)
#190714
(25,7,20)
#10040D
(16,4,13)
#000000
(0,0,0)

Tints of #6A2253

#6A2253
(106,34,83)
#773662
(119,54,98)
#844A71
(132,74,113)
#915E80
(145,94,128)
#9E728F
(158,114,143)
#AB869E
(171,134,158)
#B89AAD
(184,154,173)
#C5AEBC
(197,174,188)
#D2C2CB
(210,194,203)
#DFD6DA
(223,214,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2253 color. Also use rgb(106,34,83) instead hex code.

Text Font Color

.myTextColor { color: #6A2253; }

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

This text font color is #6A2253.


Background Color

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

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

This div background color is #6A2253.


Border color

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

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

This div border color is #6A2253.


Opacity

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

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

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

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

This text has shadow with #6A2253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2253 on black background.


Color preview on white background

This text has color #6A2253 on white background.



Black color preview on #6A2253 background

This text has black color on #6A2253 background.


White color preview on #6A2253 background

This text has white color on #6A2253 background.