COLOR #6E1468

HEX: #6E1468
RGB: (110,20,104)

Color info

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

RGB color model

#6E1468 color RGB value is (110,20,104).

  • red value is 110;
  • green value is 20;
  • blue value is 104.
RGB:
(110,20,104)
(43%,8%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 20 of 255 = 8%
B 104 of 255 = 41%

110
20
104

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

Portions of RGB colors in percentages

R + G + B =
110 + 20 + 104 = 234 (100%)
R 110 of 234 ~ 47.01%
G 20 of 234 ~ 8.55%
B 104 of 234 ~ 44.44%

%47.01
%44.44

CMYK color model

#6E1468 color CMYK value is (0,82,5,57).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(0,82,5,57)
C0M82Y5K57 
(0%,82%,5%,57%)
(0.00/0.82/0.05/0.57)	

CMYK percentages

%0
%81.82
%5.45
%56.86

Codes

Color #6E1468 in popluar color models

6E1468
RGB11020104
HSL304°69.23%25.49%
HSB/HSV304°81.82%43.14%
CMYK0.00%81.82%5.45%
56.86%

Color #6E1468 in popluar number systems.

HEX6E1468
Decimal11020104
Binary1101110101001101000
Octal15624150

Shades and tints

Shades of #6E1468

#6E1468
(110,20,104)
#64135F
(100,19,95)
#5A1256
(90,18,86)
#50114D
(80,17,77)
#461044
(70,16,68)
#3C0F3B
(60,15,59)
#320E32
(50,14,50)
#280D29
(40,13,41)
#1E0C20
(30,12,32)
#140B17
(20,11,23)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #6E1468

#6E1468
(110,20,104)
#7B2975
(123,41,117)
#883E82
(136,62,130)
#95538F
(149,83,143)
#A2689C
(162,104,156)
#AF7DA9
(175,125,169)
#BC92B6
(188,146,182)
#C9A7C3
(201,167,195)
#D6BCD0
(214,188,208)
#E3D1DD
(227,209,221)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1468 color. Also use rgb(110,20,104) instead hex code.

Text Font Color

.myTextColor { color: #6E1468; }

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

This text font color is #6E1468.


Background Color

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

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

This div background color is #6E1468.


Border color

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

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

This div border color is #6E1468.


Opacity

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

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

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

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

This text has shadow with #6E1468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1468 on black background.


Color preview on white background

This text has color #6E1468 on white background.



Black color preview on #6E1468 background

This text has black color on #6E1468 background.


White color preview on #6E1468 background

This text has white color on #6E1468 background.