COLOR #6E278F

HEX: #6E278F
RGB: (110,39,143)

Color info

#6E278F contains mainly red and blue colors. Web safe color of #6E278F is #663399 (or #639).

RGB color model

#6E278F color RGB value is (110,39,143).

  • red value is 110;
  • green value is 39;
  • blue value is 143.
RGB:
(110,39,143)
(43%,15%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 39 of 255 = 15%
B 143 of 255 = 56%

110
39
143

R + G + B ~ 38%. #6E278F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 39 + 143 = 292 (100%)
R 110 of 292 ~ 37.67%
G 39 of 292 ~ 13.36%
B 143 of 292 ~ 48.97%

%37.67
%13.36
%48.97

CMYK color model

#6E278F color CMYK value is (23,73,0,44).

  • cyan value is 23.08%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(23,73,0,44)
C23M73Y0K44 
(23%,73%,0%,44%)
(0.23/0.73/0.00/0.44)	

CMYK percentages

%23.08
%72.73
%0
%43.92

Codes

Color #6E278F in popluar color models

6E278F
RGB11039143
HSL281°57.14%35.69%
HSB/HSV281°72.73%56.08%
CMYK23.08%72.73%0.00%
43.92%

Color #6E278F in popluar number systems.

HEX6E278F
Decimal11039143
Binary110111010011110001111
Octal15647217

Shades and tints

Shades of #6E278F

#6E278F
(110,39,143)
#642482
(100,36,130)
#5A2175
(90,33,117)
#501E68
(80,30,104)
#461B5B
(70,27,91)
#3C184E
(60,24,78)
#321541
(50,21,65)
#281234
(40,18,52)
#1E0F27
(30,15,39)
#140C1A
(20,12,26)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E278F

#6E278F
(110,39,143)
#7B3A99
(123,58,153)
#884DA3
(136,77,163)
#9560AD
(149,96,173)
#A273B7
(162,115,183)
#AF86C1
(175,134,193)
#BC99CB
(188,153,203)
#C9ACD5
(201,172,213)
#D6BFDF
(214,191,223)
#E3D2E9
(227,210,233)
#F0E5F3
(240,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E278F color. Also use rgb(110,39,143) instead hex code.

Text Font Color

.myTextColor { color: #6E278F; }

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

This text font color is #6E278F.


Background Color

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

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

This div background color is #6E278F.


Border color

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

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

This div border color is #6E278F.


Opacity

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

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

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

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

This text has shadow with #6E278F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E278F on black background.


Color preview on white background

This text has color #6E278F on white background.



Black color preview on #6E278F background

This text has black color on #6E278F background.


White color preview on #6E278F background

This text has white color on #6E278F background.