COLOR #6E092F

HEX: #6E092F RGB: (110,9,47)

Color info

#6E092F contains mainly red color. Web safe color of #6E092F is #660033 (or #603).

RGB color model

#6E092F color RGB value is (110,9,47).

RGB: (110,9,47) (43%, 4%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 9 of 255 = 4%
B 47 of 255 = 18%

110
9
47

R + G + B ~ 22%. #6E092F is dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 9 + 47 = 166 (100%)
R 110 of 166 ~ 66.27%
G 9 of 166 ~ 5.42%
B 47 of 166 ~ 28.31'%

%66.27
%28.31

CMYK color model

#6E092F color CMYK value is (0,92,57,57).

  • cyan value is 0.00%
  • magenta value is 91.82%
  • yellow value is 57.27%
  • key color value is 56.86%

CMYK: (0,92,57,57)
C0M92Y57K57 (0%, 92%, 57%, 57%)
(0.00 / 0.92 / 0.57 / 0.57)

CMYK percentages

%0
%91.82
%57.27
%56.86

Codes

Color #6E092F in popluar color models

6E 09 2F
RGB 110 9 47
HSL 337° 84.87% 23.33%
HSB/HSV 337° 91.82% 43.14%
CMYK 0.00% 91.82% 57.27%
56.86%

Color #6E092F in popluar number systems.

HEX 6E 09 2F
Decimal 110 9 47
Binary 1101110 1001 101111
Octal 156 11 57

Shades and tints

Shades of #6E092F

#6E092F
(110,9,47)
#64092B
(100,9,43)
#5A0927
(90,9,39)
#500923
(80,9,35)
#46091F
(70,9,31)
#3C091B
(60,9,27)
#320917
(50,9,23)
#280913
(40,9,19)
#1E090F
(30,9,15)
#14090B
(20,9,11)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #6E092F

#6E092F
(110,9,47)
#7B1F41
(123,31,65)
#883553
(136,53,83)
#954B65
(149,75,101)
#A26177
(162,97,119)
#AF7789
(175,119,137)
#BC8D9B
(188,141,155)
#C9A3AD
(201,163,173)
#D6B9BF
(214,185,191)
#E3CFD1
(227,207,209)
#F0E5E3
(240,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E092F color. Also use rgb(110,9,47) instead hex code.

Text Font Color

.myTextColor { color: #6E092F; }

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

This text font color is #6E092F.

Background Color

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

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

This div background color is #6E092F.

Border color

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

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

This div border color is #6E092F.

Opacity

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

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

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

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

This text has shadow with #6E092F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E092F.

Preview

Color preview on black background

This text has color #6E092F on black background.


Color preview on white background

This text has color #6E092F on white background.


Black color preview on #6E092F background

This text has black color on #6E092F background.


White color preview on #6E092F background

This text has white color on #6E092F background.


Related colors

Complementary color

Complementary color for #hex is #91F6D0.


I love getcolorcode.com

Triadic colors

1 #2F6E09 and #092F6E with #6E092F are triadic colors.

2 #2F096E and #096E2F with #6E092F are triadic colors.