COLOR #6E136A

HEX: #6E136A
RGB: (110,19,106)

Color info

#6E136A contains mainly red and blue colors. Web safe color of #6E136A is #660066 (or #606).

RGB color model

#6E136A color RGB value is (110,19,106).

  • red value is 110;
  • green value is 19;
  • blue value is 106.
RGB:
(110,19,106)
(43%,7%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 19 of 255 = 7%
B 106 of 255 = 42%

110
19
106

R + G + B ~ 31%. #6E136A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 19 + 106 = 235 (100%)
R 110 of 235 ~ 46.81%
G 19 of 235 ~ 8.09%
B 106 of 235 ~ 45.11%

%46.81
%45.11

CMYK color model

#6E136A color CMYK value is (0,83,4,57).

  • cyan value is 0.00%
  • magenta value is 82.73%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,83,4,57)
C0M83Y4K57 
(0%,83%,4%,57%)
(0.00/0.83/0.04/0.57)	

CMYK percentages

%0
%82.73
%3.64
%56.86

Codes

Color #6E136A in popluar color models

6E136A
RGB11019106
HSL303°70.54%25.29%
HSB/HSV303°82.73%43.14%
CMYK0.00%82.73%3.64%
56.86%

Color #6E136A in popluar number systems.

HEX6E136A
Decimal11019106
Binary1101110100111101010
Octal15623152

Shades and tints

Shades of #6E136A

#6E136A
(110,19,106)
#641261
(100,18,97)
#5A1158
(90,17,88)
#50104F
(80,16,79)
#460F46
(70,15,70)
#3C0E3D
(60,14,61)
#320D34
(50,13,52)
#280C2B
(40,12,43)
#1E0B22
(30,11,34)
#140A19
(20,10,25)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #6E136A

#6E136A
(110,19,106)
#7B2877
(123,40,119)
#883D84
(136,61,132)
#955291
(149,82,145)
#A2679E
(162,103,158)
#AF7CAB
(175,124,171)
#BC91B8
(188,145,184)
#C9A6C5
(201,166,197)
#D6BBD2
(214,187,210)
#E3D0DF
(227,208,223)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E136A color. Also use rgb(110,19,106) instead hex code.

Text Font Color

.myTextColor { color: #6E136A; }

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

This text font color is #6E136A.


Background Color

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

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

This div background color is #6E136A.


Border color

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

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

This div border color is #6E136A.


Opacity

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

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

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

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

This text has shadow with #6E136A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E136A on black background.


Color preview on white background

This text has color #6E136A on white background.



Black color preview on #6E136A background

This text has black color on #6E136A background.


White color preview on #6E136A background

This text has white color on #6E136A background.