COLOR #6A2548

HEX: #6A2548
RGB: (106,37,72)

Color info

#6A2548 contains mainly red and blue colors. Web safe color of #6A2548 is #663333 (or #633).

RGB color model

#6A2548 color RGB value is (106,37,72).

  • red value is 106;
  • green value is 37;
  • blue value is 72.
RGB:
(106,37,72)
(42%,15%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 37 of 255 = 15%
B 72 of 255 = 28%

106
37
72

R + G + B ~ 28%. #6A2548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 37 + 72 = 215 (100%)
R 106 of 215 ~ 49.3%
G 37 of 215 ~ 17.21%
B 72 of 215 ~ 33.49%

%49.3
%17.21
%33.49

CMYK color model

#6A2548 color CMYK value is (0,65,32,58).

  • cyan value is 0.00%
  • magenta value is 65.09%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,65,32,58)
C0M65Y32K58 
(0%,65%,32%,58%)
(0.00/0.65/0.32/0.58)	

CMYK percentages

%0
%65.09
%32.08
%58.43

Codes

Color #6A2548 in popluar color models

6A2548
RGB1063772
HSL330°48.25%28.04%
HSB/HSV330°65.09%41.57%
CMYK0.00%65.09%32.08%
58.43%

Color #6A2548 in popluar number systems.

HEX6A2548
Decimal1063772
Binary11010101001011001000
Octal15245110

Shades and tints

Shades of #6A2548

#6A2548
(106,37,72)
#612242
(97,34,66)
#581F3C
(88,31,60)
#4F1C36
(79,28,54)
#461930
(70,25,48)
#3D162A
(61,22,42)
#341324
(52,19,36)
#2B101E
(43,16,30)
#220D18
(34,13,24)
#190A12
(25,10,18)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #6A2548

#6A2548
(106,37,72)
#773858
(119,56,88)
#844B68
(132,75,104)
#915E78
(145,94,120)
#9E7188
(158,113,136)
#AB8498
(171,132,152)
#B897A8
(184,151,168)
#C5AAB8
(197,170,184)
#D2BDC8
(210,189,200)
#DFD0D8
(223,208,216)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2548 color. Also use rgb(106,37,72) instead hex code.

Text Font Color

.myTextColor { color: #6A2548; }

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

This text font color is #6A2548.


Background Color

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

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

This div background color is #6A2548.


Border color

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

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

This div border color is #6A2548.


Opacity

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

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

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

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

This text has shadow with #6A2548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2548 on black background.


Color preview on white background

This text has color #6A2548 on white background.



Black color preview on #6A2548 background

This text has black color on #6A2548 background.


White color preview on #6A2548 background

This text has white color on #6A2548 background.