COLOR #6E1A65

HEX: #6E1A65
RGB: (110,26,101)

Color info

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

RGB color model

#6E1A65 color RGB value is (110,26,101).

  • red value is 110;
  • green value is 26;
  • blue value is 101.
RGB:
(110,26,101)
(43%,10%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 26 of 255 = 10%
B 101 of 255 = 40%

110
26
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 26 + 101 = 237 (100%)
R 110 of 237 ~ 46.41%
G 26 of 237 ~ 10.97%
B 101 of 237 ~ 42.62%

%46.41
%10.97
%42.62

CMYK color model

#6E1A65 color CMYK value is (0,76,8,57).

  • cyan value is 0.00%
  • magenta value is 76.36%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,76,8,57)
C0M76Y8K57 
(0%,76%,8%,57%)
(0.00/0.76/0.08/0.57)	

CMYK percentages

%0
%76.36
%8.18
%56.86

Codes

Color #6E1A65 in popluar color models

6E1A65
RGB11026101
HSL306°61.76%26.67%
HSB/HSV306°76.36%43.14%
CMYK0.00%76.36%8.18%
56.86%

Color #6E1A65 in popluar number systems.

HEX6E1A65
Decimal11026101
Binary1101110110101100101
Octal15632145

Shades and tints

Shades of #6E1A65

#6E1A65
(110,26,101)
#64185C
(100,24,92)
#5A1653
(90,22,83)
#50144A
(80,20,74)
#461241
(70,18,65)
#3C1038
(60,16,56)
#320E2F
(50,14,47)
#280C26
(40,12,38)
#1E0A1D
(30,10,29)
#140814
(20,8,20)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #6E1A65

#6E1A65
(110,26,101)
#7B2E73
(123,46,115)
#884281
(136,66,129)
#95568F
(149,86,143)
#A26A9D
(162,106,157)
#AF7EAB
(175,126,171)
#BC92B9
(188,146,185)
#C9A6C7
(201,166,199)
#D6BAD5
(214,186,213)
#E3CEE3
(227,206,227)
#F0E2F1
(240,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1A65 color. Also use rgb(110,26,101) instead hex code.

Text Font Color

.myTextColor { color: #6E1A65; }

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

This text font color is #6E1A65.


Background Color

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

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

This div background color is #6E1A65.


Border color

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

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

This div border color is #6E1A65.


Opacity

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

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

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

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

This text has shadow with #6E1A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1A65 on black background.


Color preview on white background

This text has color #6E1A65 on white background.



Black color preview on #6E1A65 background

This text has black color on #6E1A65 background.


White color preview on #6E1A65 background

This text has white color on #6E1A65 background.