COLOR #6E1B3F

HEX: #6E1B3F RGB: (110,27,63)

Color info

#6E1B3F contains mainly red and blue colors. Web safe color of #6E1B3F is #663333 (or #633).

RGB color model

#6E1B3F color RGB value is (110,27,63).

RGB: (110,27,63) (43%, 11%, 25%)

RGB channels and saturation

R 110 of 255 = 43%
G 27 of 255 = 11%
B 63 of 255 = 25%

110
27
63

R + G + B ~ 26%. #6E1B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 27 + 63 = 200 (100%)
R 110 of 200 ~ 55%
G 27 of 200 ~ 13.5%
B 63 of 200 ~ 31.5'%

%55
%13.5
%31.5

CMYK color model

#6E1B3F color CMYK value is (0,75,43,57).

  • cyan value is 0.00%
  • magenta value is 75.45%
  • yellow value is 42.73%
  • key color value is 56.86%
CMYK: (0,75,43,57) C0M75Y43K57 (0%,75%,43%,57%) (0.00/0.75/0.43/0.57) 

CMYK percentages

%0
%75.45
%42.73
%56.86

Codes

Color #6E1B3F in popluar color models

6E 1B 3F
RGB 110 27 63
HSL 334° 60.58% 26.86%
HSB/HSV 334° 75.45% 43.14%
CMYK 0.00% 75.45% 42.73%
56.86%

Color #6E1B3F in popluar number systems.

HEX 6E 1B 3F
Decimal 110 27 63
Binary 1101110 11011 111111
Octal 156 33 77

Shades and tints

Shades of #6E1B3F

#6E1B3F
(110,27,63)
#64193A
(100,25,58)
#5A1735
(90,23,53)
#501530
(80,21,48)
#46132B
(70,19,43)
#3C1126
(60,17,38)
#320F21
(50,15,33)
#280D1C
(40,13,28)
#1E0B17
(30,11,23)
#140912
(20,9,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #6E1B3F

#6E1B3F
(110,27,63)
#7B2F50
(123,47,80)
#884361
(136,67,97)
#955772
(149,87,114)
#A26B83
(162,107,131)
#AF7F94
(175,127,148)
#BC93A5
(188,147,165)
#C9A7B6
(201,167,182)
#D6BBC7
(214,187,199)
#E3CFD8
(227,207,216)
#F0E3E9
(240,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1B3F; }

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

This text font color is #6E1B3F.

Background Color

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

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

This div background color is #6E1B3F.

Border color

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

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

This div border color is #6E1B3F.

Opacity

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

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

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

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

This text has shadow with #6E1B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E1B3F.

Preview

Color preview on black background

This text has color #6E1B3F on black background.


Color preview on white background

This text has color #6E1B3F on white background.


Black color preview on #6E1B3F background

This text has black color on #6E1B3F background.


White color preview on #6E1B3F background

This text has white color on #6E1B3F background.


Related colors

Complementary color

Complementary color for #hex is #91E4C0.


I love getcolorcode.com

Triadic colors

1 #3F6E1B and #1B3F6E with #6E1B3F are triadic colors.

2 #3F1B6E and #1B6E3F with #6E1B3F are triadic colors.