COLOR #6E184F

HEX: #6E184F
RGB: (110,24,79)

Color info

#6E184F contains mainly red and blue colors. Web safe color of #6E184F is #660066 (or #606).

RGB color model

#6E184F color RGB value is (110,24,79).

  • red value is 110;
  • green value is 24;
  • blue value is 79.
RGB:
(110,24,79)
(43%,9%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 24 of 255 = 9%
B 79 of 255 = 31%

110
24
79

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

Portions of RGB colors in percentages

R + G + B =
110 + 24 + 79 = 213 (100%)
R 110 of 213 ~ 51.64%
G 24 of 213 ~ 11.27%
B 79 of 213 ~ 37.09%

%51.64
%11.27
%37.09

CMYK color model

#6E184F color CMYK value is (0,78,28,57).

  • cyan value is 0.00%
  • magenta value is 78.18%
  • yellow value is 28.18%
  • key color value is 56.86%
CMYK:
(0,78,28,57)
C0M78Y28K57 
(0%,78%,28%,57%)
(0.00/0.78/0.28/0.57)	

CMYK percentages

%0
%78.18
%28.18
%56.86

Codes

Color #6E184F in popluar color models

6E184F
RGB1102479
HSL322°64.18%26.27%
HSB/HSV322°78.18%43.14%
CMYK0.00%78.18%28.18%
56.86%

Color #6E184F in popluar number systems.

HEX6E184F
Decimal1102479
Binary1101110110001001111
Octal15630117

Shades and tints

Shades of #6E184F

#6E184F
(110,24,79)
#641648
(100,22,72)
#5A1441
(90,20,65)
#50123A
(80,18,58)
#461033
(70,16,51)
#3C0E2C
(60,14,44)
#320C25
(50,12,37)
#280A1E
(40,10,30)
#1E0817
(30,8,23)
#140610
(20,6,16)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #6E184F

#6E184F
(110,24,79)
#7B2D5F
(123,45,95)
#88426F
(136,66,111)
#95577F
(149,87,127)
#A26C8F
(162,108,143)
#AF819F
(175,129,159)
#BC96AF
(188,150,175)
#C9ABBF
(201,171,191)
#D6C0CF
(214,192,207)
#E3D5DF
(227,213,223)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E184F color. Also use rgb(110,24,79) instead hex code.

Text Font Color

.myTextColor { color: #6E184F; }

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

This text font color is #6E184F.


Background Color

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

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

This div background color is #6E184F.


Border color

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

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

This div border color is #6E184F.


Opacity

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

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

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

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

This text has shadow with #6E184F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E184F on black background.


Color preview on white background

This text has color #6E184F on white background.



Black color preview on #6E184F background

This text has black color on #6E184F background.


White color preview on #6E184F background

This text has white color on #6E184F background.