COLOR #6A1E37

HEX: #6A1E37
RGB: (106,30,55)

Color info

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

RGB color model

#6A1E37 color RGB value is (106,30,55).

  • red value is 106;
  • green value is 30;
  • blue value is 55.
RGB:
(106,30,55)
(42%,12%,22%)

RGB channels and saturation

R 106 of 255 = 42%
G 30 of 255 = 12%
B 55 of 255 = 22%

106
30
55

R + G + B ~ 25%. #6A1E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 30 + 55 = 191 (100%)
R 106 of 191 ~ 55.5%
G 30 of 191 ~ 15.71%
B 55 of 191 ~ 28.8%

%55.5
%15.71
%28.8

CMYK color model

#6A1E37 color CMYK value is (0,72,48,58).

  • cyan value is 0.00%
  • magenta value is 71.70%
  • yellow value is 48.11%
  • key color value is 58.43%
CMYK:
(0,72,48,58)
C0M72Y48K58 
(0%,72%,48%,58%)
(0.00/0.72/0.48/0.58)	

CMYK percentages

%0
%71.7
%48.11
%58.43

Codes

Color #6A1E37 in popluar color models

6A1E37
RGB1063055
HSL340°55.88%26.67%
HSB/HSV340°71.70%41.57%
CMYK0.00%71.70%48.11%
58.43%

Color #6A1E37 in popluar number systems.

HEX6A1E37
Decimal1063055
Binary110101011110110111
Octal1523667

Shades and tints

Shades of #6A1E37

#6A1E37
(106,30,55)
#611C32
(97,28,50)
#581A2D
(88,26,45)
#4F1828
(79,24,40)
#461623
(70,22,35)
#3D141E
(61,20,30)
#341219
(52,18,25)
#2B1014
(43,16,20)
#220E0F
(34,14,15)
#190C0A
(25,12,10)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #6A1E37

#6A1E37
(106,30,55)
#773249
(119,50,73)
#84465B
(132,70,91)
#915A6D
(145,90,109)
#9E6E7F
(158,110,127)
#AB8291
(171,130,145)
#B896A3
(184,150,163)
#C5AAB5
(197,170,181)
#D2BEC7
(210,190,199)
#DFD2D9
(223,210,217)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1E37 color. Also use rgb(106,30,55) instead hex code.

Text Font Color

.myTextColor { color: #6A1E37; }

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

This text font color is #6A1E37.


Background Color

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

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

This div background color is #6A1E37.


Border color

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

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

This div border color is #6A1E37.


Opacity

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

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

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

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

This text has shadow with #6A1E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1E37 on black background.


Color preview on white background

This text has color #6A1E37 on white background.



Black color preview on #6A1E37 background

This text has black color on #6A1E37 background.


White color preview on #6A1E37 background

This text has white color on #6A1E37 background.