COLOR #6E0B3C

HEX: #6E0B3C
RGB: (110,11,60)

Color info

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

RGB color model

#6E0B3C color RGB value is (110,11,60).

  • red value is 110;
  • green value is 11;
  • blue value is 60.
RGB:
(110,11,60)
(43%,4%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 11 of 255 = 4%
B 60 of 255 = 24%

110
11
60

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

Portions of RGB colors in percentages

R + G + B =
110 + 11 + 60 = 181 (100%)
R 110 of 181 ~ 60.77%
G 11 of 181 ~ 6.08%
B 60 of 181 ~ 33.15%

%60.77
%33.15

CMYK color model

#6E0B3C color CMYK value is (0,90,45,57).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK:
(0,90,45,57)
C0M90Y45K57 
(0%,90%,45%,57%)
(0.00/0.90/0.45/0.57)	

CMYK percentages

%0
%90
%45.45
%56.86

Codes

Color #6E0B3C in popluar color models

6E0B3C
RGB1101160
HSL330°81.82%23.73%
HSB/HSV330°90.00%43.14%
CMYK0.00%90.00%45.45%
56.86%

Color #6E0B3C in popluar number systems.

HEX6E0B3C
Decimal1101160
Binary11011101011111100
Octal1561374

Shades and tints

Shades of #6E0B3C

#6E0B3C
(110,11,60)
#640A37
(100,10,55)
#5A0932
(90,9,50)
#50082D
(80,8,45)
#460728
(70,7,40)
#3C0623
(60,6,35)
#32051E
(50,5,30)
#280419
(40,4,25)
#1E0314
(30,3,20)
#14020F
(20,2,15)
#0A010A
(10,1,10)
#000000
(0,0,0)

Tints of #6E0B3C

#6E0B3C
(110,11,60)
#7B214D
(123,33,77)
#88375E
(136,55,94)
#954D6F
(149,77,111)
#A26380
(162,99,128)
#AF7991
(175,121,145)
#BC8FA2
(188,143,162)
#C9A5B3
(201,165,179)
#D6BBC4
(214,187,196)
#E3D1D5
(227,209,213)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0B3C color. Also use rgb(110,11,60) instead hex code.

Text Font Color

.myTextColor { color: #6E0B3C; }

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

This text font color is #6E0B3C.


Background Color

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

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

This div background color is #6E0B3C.


Border color

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

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

This div border color is #6E0B3C.


Opacity

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

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

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

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

This text has shadow with #6E0B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0B3C on black background.


Color preview on white background

This text has color #6E0B3C on white background.



Black color preview on #6E0B3C background

This text has black color on #6E0B3C background.


White color preview on #6E0B3C background

This text has white color on #6E0B3C background.