COLOR #6E1865

HEX: #6E1865
RGB: (110,24,101)

Color info

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

RGB color model

#6E1865 color RGB value is (110,24,101).

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

RGB channels and saturation

R 110 of 255 = 43%
G 24 of 255 = 9%
B 101 of 255 = 40%

110
24
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 24 + 101 = 235 (100%)
R 110 of 235 ~ 46.81%
G 24 of 235 ~ 10.21%
B 101 of 235 ~ 42.98%

%46.81
%10.21
%42.98

CMYK color model

#6E1865 color CMYK value is (0,78,8,57).

  • cyan value is 0.00%
  • magenta value is 78.18%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,78,8,57)
C0M78Y8K57 
(0%,78%,8%,57%)
(0.00/0.78/0.08/0.57)	

CMYK percentages

%0
%78.18
%8.18
%56.86

Codes

Color #6E1865 in popluar color models

6E1865
RGB11024101
HSL306°64.18%26.27%
HSB/HSV306°78.18%43.14%
CMYK0.00%78.18%8.18%
56.86%

Color #6E1865 in popluar number systems.

HEX6E1865
Decimal11024101
Binary1101110110001100101
Octal15630145

Shades and tints

Shades of #6E1865

#6E1865
(110,24,101)
#64165C
(100,22,92)
#5A1453
(90,20,83)
#50124A
(80,18,74)
#461041
(70,16,65)
#3C0E38
(60,14,56)
#320C2F
(50,12,47)
#280A26
(40,10,38)
#1E081D
(30,8,29)
#140614
(20,6,20)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #6E1865

#6E1865
(110,24,101)
#7B2D73
(123,45,115)
#884281
(136,66,129)
#95578F
(149,87,143)
#A26C9D
(162,108,157)
#AF81AB
(175,129,171)
#BC96B9
(188,150,185)
#C9ABC7
(201,171,199)
#D6C0D5
(214,192,213)
#E3D5E3
(227,213,227)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1865; }

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

This text font color is #6E1865.


Background Color

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

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

This div background color is #6E1865.


Border color

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

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

This div border color is #6E1865.


Opacity

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

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

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

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

This text has shadow with #6E1865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1865 on black background.


Color preview on white background

This text has color #6E1865 on white background.



Black color preview on #6E1865 background

This text has black color on #6E1865 background.


White color preview on #6E1865 background

This text has white color on #6E1865 background.