COLOR #6E68D7

HEX: #6E68D7
RGB: (110,104,215)

Color info

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

RGB color model

#6E68D7 color RGB value is (110,104,215).

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

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 215 of 255 = 84%

110
104
215

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

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 215 = 429 (100%)
R 110 of 429 ~ 25.64%
G 104 of 429 ~ 24.24%
B 215 of 429 ~ 50.12%

%25.64
%24.24
%50.12

CMYK color model

#6E68D7 color CMYK value is (49,52,0,16).

  • cyan value is 48.84%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(49,52,0,16)
C49M52Y0K16 
(49%,52%,0%,16%)
(0.49/0.52/0.00/0.16)	

CMYK percentages

%48.84
%51.63
%0
%15.69

Codes

Color #6E68D7 in popluar color models

6E68D7
RGB110104215
HSL243°58.12%62.55%
HSB/HSV243°51.63%84.31%
CMYK48.84%51.63%0.00%
15.69%

Color #6E68D7 in popluar number systems.

HEX6E68D7
Decimal110104215
Binary1101110110100011010111
Octal156150327

Shades and tints

Shades of #6E68D7

#6E68D7
(110,104,215)
#645FC4
(100,95,196)
#5A56B1
(90,86,177)
#504D9E
(80,77,158)
#46448B
(70,68,139)
#3C3B78
(60,59,120)
#323265
(50,50,101)
#282952
(40,41,82)
#1E203F
(30,32,63)
#14172C
(20,23,44)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #6E68D7

#6E68D7
(110,104,215)
#7B75DA
(123,117,218)
#8882DD
(136,130,221)
#958FE0
(149,143,224)
#A29CE3
(162,156,227)
#AFA9E6
(175,169,230)
#BCB6E9
(188,182,233)
#C9C3EC
(201,195,236)
#D6D0EF
(214,208,239)
#E3DDF2
(227,221,242)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E68D7; }

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

This text font color is #6E68D7.


Background Color

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

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

This div background color is #6E68D7.


Border color

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

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

This div border color is #6E68D7.


Opacity

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

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

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

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

This text has shadow with #6E68D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E68D7 on black background.


Color preview on white background

This text has color #6E68D7 on white background.



Black color preview on #6E68D7 background

This text has black color on #6E68D7 background.


White color preview on #6E68D7 background

This text has white color on #6E68D7 background.