COLOR #6E1340

HEX: #6E1340
RGB: (110,19,64)

Color info

#6E1340 contains mainly red and blue colors. Web safe color of #6E1340 is #660033 (or #603).

RGB color model

#6E1340 color RGB value is (110,19,64).

  • red value is 110;
  • green value is 19;
  • blue value is 64.
RGB:
(110,19,64)
(43%,7%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 19 of 255 = 7%
B 64 of 255 = 25%

110
19
64

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

Portions of RGB colors in percentages

R + G + B =
110 + 19 + 64 = 193 (100%)
R 110 of 193 ~ 56.99%
G 19 of 193 ~ 9.84%
B 64 of 193 ~ 33.16%

%56.99
%9.84
%33.16

CMYK color model

#6E1340 color CMYK value is (0,83,42,57).

  • cyan value is 0.00%
  • magenta value is 82.73%
  • yellow value is 41.82%
  • key color value is 56.86%
CMYK:
(0,83,42,57)
C0M83Y42K57 
(0%,83%,42%,57%)
(0.00/0.83/0.42/0.57)	

CMYK percentages

%0
%82.73
%41.82
%56.86

Codes

Color #6E1340 in popluar color models

6E1340
RGB1101964
HSL330°70.54%25.29%
HSB/HSV330°82.73%43.14%
CMYK0.00%82.73%41.82%
56.86%

Color #6E1340 in popluar number systems.

HEX6E1340
Decimal1101964
Binary1101110100111000000
Octal15623100

Shades and tints

Shades of #6E1340

#6E1340
(110,19,64)
#64123B
(100,18,59)
#5A1136
(90,17,54)
#501031
(80,16,49)
#460F2C
(70,15,44)
#3C0E27
(60,14,39)
#320D22
(50,13,34)
#280C1D
(40,12,29)
#1E0B18
(30,11,24)
#140A13
(20,10,19)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #6E1340

#6E1340
(110,19,64)
#7B2851
(123,40,81)
#883D62
(136,61,98)
#955273
(149,82,115)
#A26784
(162,103,132)
#AF7C95
(175,124,149)
#BC91A6
(188,145,166)
#C9A6B7
(201,166,183)
#D6BBC8
(214,187,200)
#E3D0D9
(227,208,217)
#F0E5EA
(240,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1340 color. Also use rgb(110,19,64) instead hex code.

Text Font Color

.myTextColor { color: #6E1340; }

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

This text font color is #6E1340.


Background Color

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

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

This div background color is #6E1340.


Border color

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

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

This div border color is #6E1340.


Opacity

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

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

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

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

This text has shadow with #6E1340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1340 on black background.


Color preview on white background

This text has color #6E1340 on white background.



Black color preview on #6E1340 background

This text has black color on #6E1340 background.


White color preview on #6E1340 background

This text has white color on #6E1340 background.