COLOR #6E0F3F

HEX: #6E0F3F
RGB: (110,15,63)

Color info

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

RGB color model

#6E0F3F color RGB value is (110,15,63).

  • red value is 110;
  • green value is 15;
  • blue value is 63.
RGB:
(110,15,63)
(43%,6%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 15 of 255 = 6%
B 63 of 255 = 25%

110
15
63

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

Portions of RGB colors in percentages

R + G + B =
110 + 15 + 63 = 188 (100%)
R 110 of 188 ~ 58.51%
G 15 of 188 ~ 7.98%
B 63 of 188 ~ 33.51%

%58.51
%33.51

CMYK color model

#6E0F3F color CMYK value is (0,86,43,57).

  • cyan value is 0.00%
  • magenta value is 86.36%
  • yellow value is 42.73%
  • key color value is 56.86%
CMYK:
(0,86,43,57)
C0M86Y43K57 
(0%,86%,43%,57%)
(0.00/0.86/0.43/0.57)	

CMYK percentages

%0
%86.36
%42.73
%56.86

Codes

Color #6E0F3F in popluar color models

6E0F3F
RGB1101563
HSL330°76.00%24.51%
HSB/HSV330°86.36%43.14%
CMYK0.00%86.36%42.73%
56.86%

Color #6E0F3F in popluar number systems.

HEX6E0F3F
Decimal1101563
Binary11011101111111111
Octal1561777

Shades and tints

Shades of #6E0F3F

#6E0F3F
(110,15,63)
#640E3A
(100,14,58)
#5A0D35
(90,13,53)
#500C30
(80,12,48)
#460B2B
(70,11,43)
#3C0A26
(60,10,38)
#320921
(50,9,33)
#28081C
(40,8,28)
#1E0717
(30,7,23)
#140612
(20,6,18)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #6E0F3F

#6E0F3F
(110,15,63)
#7B2450
(123,36,80)
#883961
(136,57,97)
#954E72
(149,78,114)
#A26383
(162,99,131)
#AF7894
(175,120,148)
#BC8DA5
(188,141,165)
#C9A2B6
(201,162,182)
#D6B7C7
(214,183,199)
#E3CCD8
(227,204,216)
#F0E1E9
(240,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0F3F color. Also use rgb(110,15,63) instead hex code.

Text Font Color

.myTextColor { color: #6E0F3F; }

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

This text font color is #6E0F3F.


Background Color

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

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

This div background color is #6E0F3F.


Border color

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

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

This div border color is #6E0F3F.


Opacity

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

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

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

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

This text has shadow with #6E0F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0F3F on black background.


Color preview on white background

This text has color #6E0F3F on white background.



Black color preview on #6E0F3F background

This text has black color on #6E0F3F background.


White color preview on #6E0F3F background

This text has white color on #6E0F3F background.