COLOR #6E1039

HEX: #6E1039 RGB: (110,16,57)

Color info

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

RGB color model

#6E1039 color RGB value is (110,16,57).

RGB: (110,16,57) (43%, 6%, 22%)

RGB channels and saturation

R 110 of 255 = 43%
G 16 of 255 = 6%
B 57 of 255 = 22%

110
16
57

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

Portions of RGB colors in percentages

R + G + B = 110 + 16 + 57 = 183 (100%)
R 110 of 183 ~ 60.11%
G 16 of 183 ~ 8.74%
B 57 of 183 ~ 31.15'%

%60.11
%31.15

CMYK color model

#6E1039 color CMYK value is (0,85,48,57).

  • cyan value is 0.00%
  • magenta value is 85.45%
  • yellow value is 48.18%
  • key color value is 56.86%

CMYK: (0,85,48,57)
C0M85Y48K57 (0%, 85%, 48%, 57%)
(0.00 / 0.85 / 0.48 / 0.57)

CMYK percentages

%0
%85.45
%48.18
%56.86

Codes

Color #6E1039 in popluar color models

6E 10 39
RGB 110 16 57
HSL 334° 74.60% 24.71%
HSB/HSV 334° 85.45% 43.14%
CMYK 0.00% 85.45% 48.18%
56.86%

Color #6E1039 in popluar number systems.

HEX 6E 10 39
Decimal 110 16 57
Binary 1101110 10000 111001
Octal 156 20 71

Shades and tints

Shades of #6E1039

#6E1039
(110,16,57)
#640F34
(100,15,52)
#5A0E2F
(90,14,47)
#500D2A
(80,13,42)
#460C25
(70,12,37)
#3C0B20
(60,11,32)
#320A1B
(50,10,27)
#280916
(40,9,22)
#1E0811
(30,8,17)
#14070C
(20,7,12)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #6E1039

#6E1039
(110,16,57)
#7B254B
(123,37,75)
#883A5D
(136,58,93)
#954F6F
(149,79,111)
#A26481
(162,100,129)
#AF7993
(175,121,147)
#BC8EA5
(188,142,165)
#C9A3B7
(201,163,183)
#D6B8C9
(214,184,201)
#E3CDDB
(227,205,219)
#F0E2ED
(240,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1039 color. Also use rgb(110,16,57) instead hex code.

Text Font Color

.myTextColor { color: #6E1039; }

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

This text font color is #6E1039.

Background Color

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

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

This div background color is #6E1039.

Border color

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

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

This div border color is #6E1039.

Opacity

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

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

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

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

This text has shadow with #6E1039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E1039.

Preview

Color preview on black background

This text has color #6E1039 on black background.


Color preview on white background

This text has color #6E1039 on white background.


Black color preview on #6E1039 background

This text has black color on #6E1039 background.


White color preview on #6E1039 background

This text has white color on #6E1039 background.


Related colors

Complementary color

Complementary color for #hex is #91EFC6.


I love getcolorcode.com

Triadic colors

1 #396E10 and #10396E with #6E1039 are triadic colors.

2 #39106E and #106E39 with #6E1039 are triadic colors.