COLOR #6E123A

HEX: #6E123A RGB: (110,18,58)

Color info

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

RGB color model

#6E123A color RGB value is (110,18,58).

RGB: (110,18,58) (43%, 7%, 23%)

RGB channels and saturation

R 110 of 255 = 43%
G 18 of 255 = 7%
B 58 of 255 = 23%

110
18
58

R + G + B ~ 24%. #6E123A is dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 18 + 58 = 186 (100%)
R 110 of 186 ~ 59.14%
G 18 of 186 ~ 9.68%
B 58 of 186 ~ 31.18'%

%59.14
%9.68
%31.18

CMYK color model

#6E123A color CMYK value is (0,84,47,57).

  • cyan value is 0.00%
  • magenta value is 83.64%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK: (0,84,47,57) C0M84Y47K57 (0%,84%,47%,57%) (0.00/0.84/0.47/0.57) 

CMYK percentages

%0
%83.64
%47.27
%56.86

Codes

Color #6E123A in popluar color models

6E 12 3A
RGB 110 18 58
HSL 334° 71.88% 25.10%
HSB/HSV 334° 83.64% 43.14%
CMYK 0.00% 83.64% 47.27%
56.86%

Color #6E123A in popluar number systems.

HEX 6E 12 3A
Decimal 110 18 58
Binary 1101110 10010 111010
Octal 156 22 72

Shades and tints

Shades of #6E123A

#6E123A
(110,18,58)
#641135
(100,17,53)
#5A1030
(90,16,48)
#500F2B
(80,15,43)
#460E26
(70,14,38)
#3C0D21
(60,13,33)
#320C1C
(50,12,28)
#280B17
(40,11,23)
#1E0A12
(30,10,18)
#14090D
(20,9,13)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #6E123A

#6E123A
(110,18,58)
#7B274B
(123,39,75)
#883C5C
(136,60,92)
#95516D
(149,81,109)
#A2667E
(162,102,126)
#AF7B8F
(175,123,143)
#BC90A0
(188,144,160)
#C9A5B1
(201,165,177)
#D6BAC2
(214,186,194)
#E3CFD3
(227,207,211)
#F0E4E4
(240,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E123A color. Also use rgb(110,18,58) instead hex code.

Text Font Color

.myTextColor { color: #6E123A; }

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

This text font color is #6E123A.

Background Color

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

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

This div background color is #6E123A.

Border color

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

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

This div border color is #6E123A.

Opacity

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

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

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

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

This text has shadow with #6E123A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E123A.

Preview

Color preview on black background

This text has color #6E123A on black background.


Color preview on white background

This text has color #6E123A on white background.


Black color preview on #6E123A background

This text has black color on #6E123A background.


White color preview on #6E123A background

This text has white color on #6E123A background.


Related colors

Complementary color

Complementary color for #hex is #91EDC5.


I love getcolorcode.com

Triadic colors

1 #3A6E12 and #123A6E with #6E123A are triadic colors.

2 #3A126E and #126E3A with #6E123A are triadic colors.