COLOR #6E417A

HEX: #6E417A
RGB: (110,65,122)

Color info

#6E417A contains red, green and blue colors in about the same proportion. Web safe color of #6E417A is #663366 (or #636).

RGB color model

#6E417A color RGB value is (110,65,122).

  • red value is 110;
  • green value is 65;
  • blue value is 122.
RGB:
(110,65,122)
(43%,25%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 122 of 255 = 48%

110
65
122

R + G + B ~ 39%. #6E417A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 65 + 122 = 297 (100%)
R 110 of 297 ~ 37.04%
G 65 of 297 ~ 21.89%
B 122 of 297 ~ 41.08%

%37.04
%21.89
%41.08

CMYK color model

#6E417A color CMYK value is (10,47,0,52).

  • cyan value is 9.84%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(10,47,0,52)
C10M47Y0K52 
(10%,47%,0%,52%)
(0.10/0.47/0.00/0.52)	

CMYK percentages

%9.84
%46.72
%0
%52.16

Codes

Color #6E417A in popluar color models

6E417A
RGB11065122
HSL287°30.48%36.67%
HSB/HSV287°46.72%47.84%
CMYK9.84%46.72%0.00%
52.16%

Color #6E417A in popluar number systems.

HEX6E417A
Decimal11065122
Binary110111010000011111010
Octal156101172

Shades and tints

Shades of #6E417A

#6E417A
(110,65,122)
#643C6F
(100,60,111)
#5A3764
(90,55,100)
#503259
(80,50,89)
#462D4E
(70,45,78)
#3C2843
(60,40,67)
#322338
(50,35,56)
#281E2D
(40,30,45)
#1E1922
(30,25,34)
#141417
(20,20,23)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E417A

#6E417A
(110,65,122)
#7B5286
(123,82,134)
#886392
(136,99,146)
#95749E
(149,116,158)
#A285AA
(162,133,170)
#AF96B6
(175,150,182)
#BCA7C2
(188,167,194)
#C9B8CE
(201,184,206)
#D6C9DA
(214,201,218)
#E3DAE6
(227,218,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E417A color. Also use rgb(110,65,122) instead hex code.

Text Font Color

.myTextColor { color: #6E417A; }

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

This text font color is #6E417A.


Background Color

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

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

This div background color is #6E417A.


Border color

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

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

This div border color is #6E417A.


Opacity

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

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

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

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

This text has shadow with #6E417A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E417A on black background.


Color preview on white background

This text has color #6E417A on white background.



Black color preview on #6E417A background

This text has black color on #6E417A background.


White color preview on #6E417A background

This text has white color on #6E417A background.