COLOR #6E2649

HEX: #6E2649 RGB: (110,38,73)

Color info

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

RGB color model

#6E2649 color RGB value is (110,38,73).

RGB: (110,38,73) (43%, 15%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 38 of 255 = 15%
B 73 of 255 = 29%

110
38
73

R + G + B ~ 29%. #6E2649 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 38 + 73 = 221 (100%)
R 110 of 221 ~ 49.77%
G 38 of 221 ~ 17.19%
B 73 of 221 ~ 33.03'%

%49.77
%17.19
%33.03

CMYK color model

#6E2649 color CMYK value is (0,65,34,57).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 33.64%
  • key color value is 56.86%

CMYK: (0,65,34,57)
C0M65Y34K57 (0%, 65%, 34%, 57%)
(0.00 / 0.65 / 0.34 / 0.57)

CMYK percentages

%0
%65.45
%33.64
%56.86

Codes

Color #6E2649 in popluar color models

6E 26 49
RGB 110 38 73
HSL 331° 48.65% 29.02%
HSB/HSV 331° 65.45% 43.14%
CMYK 0.00% 65.45% 33.64%
56.86%

Color #6E2649 in popluar number systems.

HEX 6E 26 49
Decimal 110 38 73
Binary 1101110 100110 1001001
Octal 156 46 111

Shades and tints

Shades of #6E2649

#6E2649
(110,38,73)
#642343
(100,35,67)
#5A203D
(90,32,61)
#501D37
(80,29,55)
#461A31
(70,26,49)
#3C172B
(60,23,43)
#321425
(50,20,37)
#28111F
(40,17,31)
#1E0E19
(30,14,25)
#140B13
(20,11,19)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #6E2649

#6E2649
(110,38,73)
#7B3959
(123,57,89)
#884C69
(136,76,105)
#955F79
(149,95,121)
#A27289
(162,114,137)
#AF8599
(175,133,153)
#BC98A9
(188,152,169)
#C9ABB9
(201,171,185)
#D6BEC9
(214,190,201)
#E3D1D9
(227,209,217)
#F0E4E9
(240,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2649 color. Also use rgb(110,38,73) instead hex code.

Text Font Color

.myTextColor { color: #6E2649; }

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

This text font color is #6E2649.

Background Color

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

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

This div background color is #6E2649.

Border color

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

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

This div border color is #6E2649.

Opacity

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

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

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

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

This text has shadow with #6E2649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2649.

Preview

Color preview on black background

This text has color #6E2649 on black background.


Color preview on white background

This text has color #6E2649 on white background.


Black color preview on #6E2649 background

This text has black color on #6E2649 background.


White color preview on #6E2649 background

This text has white color on #6E2649 background.


Related colors

Complementary color

Complementary color for #hex is #91D9B6.


I love getcolorcode.com

Triadic colors

1 #496E26 and #26496E with #6E2649 are triadic colors.

2 #49266E and #266E49 with #6E2649 are triadic colors.