COLOR #6E2B4B

HEX: #6E2B4B RGB: (110,43,75)

Color info

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

RGB color model

#6E2B4B color RGB value is (110,43,75).

RGB: (110,43,75) (43%, 17%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 43 of 255 = 17%
B 75 of 255 = 29%

110
43
75

R + G + B ~ 30%. #6E2B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 43 + 75 = 228 (100%)
R 110 of 228 ~ 48.25%
G 43 of 228 ~ 18.86%
B 75 of 228 ~ 32.89'%

%48.25
%18.86
%32.89

CMYK color model

#6E2B4B color CMYK value is (0,61,32,57).

  • cyan value is 0.00%
  • magenta value is 60.91%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK: (0,61,32,57) C0M61Y32K57 (0%,61%,32%,57%) (0.00/0.61/0.32/0.57) 

CMYK percentages

%0
%60.91
%31.82
%56.86

Codes

Color #6E2B4B in popluar color models

6E 2B 4B
RGB 110 43 75
HSL 331° 43.79% 30.00%
HSB/HSV 331° 60.91% 43.14%
CMYK 0.00% 60.91% 31.82%
56.86%

Color #6E2B4B in popluar number systems.

HEX 6E 2B 4B
Decimal 110 43 75
Binary 1101110 101011 1001011
Octal 156 53 113

Shades and tints

Shades of #6E2B4B

#6E2B4B
(110,43,75)
#642845
(100,40,69)
#5A253F
(90,37,63)
#502239
(80,34,57)
#461F33
(70,31,51)
#3C1C2D
(60,28,45)
#321927
(50,25,39)
#281621
(40,22,33)
#1E131B
(30,19,27)
#141015
(20,16,21)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E2B4B

#6E2B4B
(110,43,75)
#7B3E5B
(123,62,91)
#88516B
(136,81,107)
#95647B
(149,100,123)
#A2778B
(162,119,139)
#AF8A9B
(175,138,155)
#BC9DAB
(188,157,171)
#C9B0BB
(201,176,187)
#D6C3CB
(214,195,203)
#E3D6DB
(227,214,219)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2B4B color. Also use rgb(110,43,75) instead hex code.

Text Font Color

.myTextColor { color: #6E2B4B; }

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

This text font color is #6E2B4B.

Background Color

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

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

This div background color is #6E2B4B.

Border color

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

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

This div border color is #6E2B4B.

Opacity

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

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

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

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

This text has shadow with #6E2B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2B4B.

Preview

Color preview on black background

This text has color #6E2B4B on black background.


Color preview on white background

This text has color #6E2B4B on white background.


Black color preview on #6E2B4B background

This text has black color on #6E2B4B background.


White color preview on #6E2B4B background

This text has white color on #6E2B4B background.


Related colors

Complementary color

Complementary color for #hex is #91D4B4.


I love getcolorcode.com

Triadic colors

1 #4B6E2B and #2B4B6E with #6E2B4B are triadic colors.

2 #4B2B6E and #2B6E4B with #6E2B4B are triadic colors.