COLOR #6E64A6

HEX: #6E64A6
RGB: (110,100,166)

Color info

#6E64A6 contains mainly red and blue colors. Web safe color of #6E64A6 is #666699 (or #669).

RGB color model

#6E64A6 color RGB value is (110,100,166).

  • red value is 110;
  • green value is 100;
  • blue value is 166.
RGB:
(110,100,166)
(43%,39%,65%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 166 of 255 = 65%

110
100
166

R + G + B ~ 49%. #6E64A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 100 + 166 = 376 (100%)
R 110 of 376 ~ 29.26%
G 100 of 376 ~ 26.6%
B 166 of 376 ~ 44.15%

%29.26
%26.6
%44.15

CMYK color model

#6E64A6 color CMYK value is (34,40,0,35).

  • cyan value is 33.73%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(34,40,0,35)
C34M40Y0K35 
(34%,40%,0%,35%)
(0.34/0.40/0.00/0.35)	

CMYK percentages

%33.73
%39.76
%0
%34.9

Codes

Color #6E64A6 in popluar color models

6E64A6
RGB110100166
HSL249°27.05%52.16%
HSB/HSV249°39.76%65.10%
CMYK33.73%39.76%0.00%
34.90%

Color #6E64A6 in popluar number systems.

HEX6E64A6
Decimal110100166
Binary1101110110010010100110
Octal156144246

Shades and tints

Shades of #6E64A6

#6E64A6
(110,100,166)
#645B97
(100,91,151)
#5A5288
(90,82,136)
#504979
(80,73,121)
#46406A
(70,64,106)
#3C375B
(60,55,91)
#322E4C
(50,46,76)
#28253D
(40,37,61)
#1E1C2E
(30,28,46)
#14131F
(20,19,31)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E64A6

#6E64A6
(110,100,166)
#7B72AE
(123,114,174)
#8880B6
(136,128,182)
#958EBE
(149,142,190)
#A29CC6
(162,156,198)
#AFAACE
(175,170,206)
#BCB8D6
(188,184,214)
#C9C6DE
(201,198,222)
#D6D4E6
(214,212,230)
#E3E2EE
(227,226,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E64A6 color. Also use rgb(110,100,166) instead hex code.

Text Font Color

.myTextColor { color: #6E64A6; }

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

This text font color is #6E64A6.


Background Color

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

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

This div background color is #6E64A6.


Border color

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

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

This div border color is #6E64A6.


Opacity

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

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

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

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

This text has shadow with #6E64A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E64A6 on black background.


Color preview on white background

This text has color #6E64A6 on white background.



Black color preview on #6E64A6 background

This text has black color on #6E64A6 background.


White color preview on #6E64A6 background

This text has white color on #6E64A6 background.