COLOR #6A254D

HEX: #6A254D
RGB: (106,37,77)

Color info

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

RGB color model

#6A254D color RGB value is (106,37,77).

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

RGB channels and saturation

R 106 of 255 = 42%
G 37 of 255 = 15%
B 77 of 255 = 30%

106
37
77

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

Portions of RGB colors in percentages

R + G + B =
106 + 37 + 77 = 220 (100%)
R 106 of 220 ~ 48.18%
G 37 of 220 ~ 16.82%
B 77 of 220 ~ 35%

%48.18
%16.82
%35

CMYK color model

#6A254D color CMYK value is (0,65,27,58).

  • cyan value is 0.00%
  • magenta value is 65.09%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(0,65,27,58)
C0M65Y27K58 
(0%,65%,27%,58%)
(0.00/0.65/0.27/0.58)	

CMYK percentages

%0
%65.09
%27.36
%58.43

Codes

Color #6A254D in popluar color models

6A254D
RGB1063777
HSL325°48.25%28.04%
HSB/HSV325°65.09%41.57%
CMYK0.00%65.09%27.36%
58.43%

Color #6A254D in popluar number systems.

HEX6A254D
Decimal1063777
Binary11010101001011001101
Octal15245115

Shades and tints

Shades of #6A254D

#6A254D
(106,37,77)
#612246
(97,34,70)
#581F3F
(88,31,63)
#4F1C38
(79,28,56)
#461931
(70,25,49)
#3D162A
(61,22,42)
#341323
(52,19,35)
#2B101C
(43,16,28)
#220D15
(34,13,21)
#190A0E
(25,10,14)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #6A254D

#6A254D
(106,37,77)
#77385D
(119,56,93)
#844B6D
(132,75,109)
#915E7D
(145,94,125)
#9E718D
(158,113,141)
#AB849D
(171,132,157)
#B897AD
(184,151,173)
#C5AABD
(197,170,189)
#D2BDCD
(210,189,205)
#DFD0DD
(223,208,221)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A254D; }

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

This text font color is #6A254D.


Background Color

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

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

This div background color is #6A254D.


Border color

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

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

This div border color is #6A254D.


Opacity

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

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

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

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

This text has shadow with #6A254D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A254D on black background.


Color preview on white background

This text has color #6A254D on white background.



Black color preview on #6A254D background

This text has black color on #6A254D background.


White color preview on #6A254D background

This text has white color on #6A254D background.