COLOR #6E65E5

HEX: #6E65E5
RGB: (110,101,229)

Color info

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

RGB color model

#6E65E5 color RGB value is (110,101,229).

  • red value is 110;
  • green value is 101;
  • blue value is 229.
RGB:
(110,101,229)
(43%,40%,90%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 229 of 255 = 90%

110
101
229

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

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 229 = 440 (100%)
R 110 of 440 ~ 25%
G 101 of 440 ~ 22.95%
B 229 of 440 ~ 52.05%

%25
%22.95
%52.05

CMYK color model

#6E65E5 color CMYK value is (52,56,0,10).

  • cyan value is 51.97%
  • magenta value is 55.90%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(52,56,0,10)
C52M56Y0K10 
(52%,56%,0%,10%)
(0.52/0.56/0.00/0.10)	

CMYK percentages

%51.97
%55.9
%0
%10.2

Codes

Color #6E65E5 in popluar color models

6E65E5
RGB110101229
HSL244°71.11%64.71%
HSB/HSV244°55.90%89.80%
CMYK51.97%55.90%0.00%
10.20%

Color #6E65E5 in popluar number systems.

HEX6E65E5
Decimal110101229
Binary1101110110010111100101
Octal156145345

Shades and tints

Shades of #6E65E5

#6E65E5
(110,101,229)
#645CD1
(100,92,209)
#5A53BD
(90,83,189)
#504AA9
(80,74,169)
#464195
(70,65,149)
#3C3881
(60,56,129)
#322F6D
(50,47,109)
#282659
(40,38,89)
#1E1D45
(30,29,69)
#141431
(20,20,49)
#0A0B1D
(10,11,29)
#000000
(0,0,0)

Tints of #6E65E5

#6E65E5
(110,101,229)
#7B73E7
(123,115,231)
#8881E9
(136,129,233)
#958FEB
(149,143,235)
#A29DED
(162,157,237)
#AFABEF
(175,171,239)
#BCB9F1
(188,185,241)
#C9C7F3
(201,199,243)
#D6D5F5
(214,213,245)
#E3E3F7
(227,227,247)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E65E5 color. Also use rgb(110,101,229) instead hex code.

Text Font Color

.myTextColor { color: #6E65E5; }

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

This text font color is #6E65E5.


Background Color

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

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

This div background color is #6E65E5.


Border color

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

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

This div border color is #6E65E5.


Opacity

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

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

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

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

This text has shadow with #6E65E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E65E5 on black background.


Color preview on white background

This text has color #6E65E5 on white background.



Black color preview on #6E65E5 background

This text has black color on #6E65E5 background.


White color preview on #6E65E5 background

This text has white color on #6E65E5 background.