COLOR #6E64D6

HEX: #6E64D6 RGB: (110,100,214)

Color info

#6E64D6 contains mainly blue color. Web safe color of #6E64D6 is #6666CC (or #66C).

RGB color model

#6E64D6 color RGB value is (110,100,214).

RGB: (110,100,214) (43%, 39%, 84%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 214 of 255 = 84%

110
100
214

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 214 = 424 (100%)
R 110 of 424 ~ 25.94%
G 100 of 424 ~ 23.58%
B 214 of 424 ~ 50.47'%

%25.94
%23.58
%50.47

CMYK color model

#6E64D6 color CMYK value is (49,53,0,16).

  • cyan value is 48.60%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (49,53,0,16)
C49M53Y0K16 (49%, 53%, 0%, 16%)
(0.49 / 0.53 / 0.00 / 0.16)

CMYK percentages

%48.6
%53.27
%0
%16.08

Codes

Color #6E64D6 in popluar color models

6E 64 D6
RGB 110 100 214
HSL 245° 58.16% 61.57%
HSB/HSV 245° 53.27% 83.92%
CMYK 48.60% 53.27% 0.00%
16.08%

Color #6E64D6 in popluar number systems.

HEX 6E 64 D6
Decimal 110 100 214
Binary 1101110 1100100 11010110
Octal 156 144 326

Shades and tints

Shades of #6E64D6

#6E64D6
(110,100,214)
#645BC3
(100,91,195)
#5A52B0
(90,82,176)
#50499D
(80,73,157)
#46408A
(70,64,138)
#3C3777
(60,55,119)
#322E64
(50,46,100)
#282551
(40,37,81)
#1E1C3E
(30,28,62)
#14132B
(20,19,43)
#0A0A18
(10,10,24)
#000000
(0,0,0)

Tints of #6E64D6

#6E64D6
(110,100,214)
#7B72D9
(123,114,217)
#8880DC
(136,128,220)
#958EDF
(149,142,223)
#A29CE2
(162,156,226)
#AFAAE5
(175,170,229)
#BCB8E8
(188,184,232)
#C9C6EB
(201,198,235)
#D6D4EE
(214,212,238)
#E3E2F1
(227,226,241)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E64D6; }

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

This text font color is #6E64D6.

Background Color

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

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

This div background color is #6E64D6.

Border color

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

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

This div border color is #6E64D6.

Opacity

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

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

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

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

This text has shadow with #6E64D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E64D6.

Preview

Color preview on black background

This text has color #6E64D6 on black background.


Color preview on white background

This text has color #6E64D6 on white background.


Black color preview on #6E64D6 background

This text has black color on #6E64D6 background.


White color preview on #6E64D6 background

This text has white color on #6E64D6 background.


Related colors

Complementary color

Complementary color for #hex is #919B29.


I love getcolorcode.com

Triadic colors

1 #D66E64 and #64D66E with #6E64D6 are triadic colors.

2 #D6646E and #646ED6 with #6E64D6 are triadic colors.