COLOR #6E60E8

HEX: #6E60E8
RGB: (110,96,232)

Color info

#6E60E8 contains mainly blue color. Web safe color of #6E60E8 is #6666FF (or #66F).

RGB color model

#6E60E8 color RGB value is (110,96,232).

  • red value is 110;
  • green value is 96;
  • blue value is 232.
RGB:
(110,96,232)
(43%,38%,91%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 232 of 255 = 91%

110
96
232

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

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 232 = 438 (100%)
R 110 of 438 ~ 25.11%
G 96 of 438 ~ 21.92%
B 232 of 438 ~ 52.97%

%25.11
%21.92
%52.97

CMYK color model

#6E60E8 color CMYK value is (53,59,0,9).

  • cyan value is 52.59%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(53,59,0,9)
C53M59Y0K9 
(53%,59%,0%,9%)
(0.53/0.59/0.00/0.09)	

CMYK percentages

%52.59
%58.62
%0
%9.02

Codes

Color #6E60E8 in popluar color models

6E60E8
RGB11096232
HSL246°74.73%64.31%
HSB/HSV246°58.62%90.98%
CMYK52.59%58.62%0.00%
9.02%

Color #6E60E8 in popluar number systems.

HEX6E60E8
Decimal11096232
Binary1101110110000011101000
Octal156140350

Shades and tints

Shades of #6E60E8

#6E60E8
(110,96,232)
#6458D3
(100,88,211)
#5A50BE
(90,80,190)
#5048A9
(80,72,169)
#464094
(70,64,148)
#3C387F
(60,56,127)
#32306A
(50,48,106)
#282855
(40,40,85)
#1E2040
(30,32,64)
#14182B
(20,24,43)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #6E60E8

#6E60E8
(110,96,232)
#7B6EEA
(123,110,234)
#887CEC
(136,124,236)
#958AEE
(149,138,238)
#A298F0
(162,152,240)
#AFA6F2
(175,166,242)
#BCB4F4
(188,180,244)
#C9C2F6
(201,194,246)
#D6D0F8
(214,208,248)
#E3DEFA
(227,222,250)
#F0ECFC
(240,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E60E8 color. Also use rgb(110,96,232) instead hex code.

Text Font Color

.myTextColor { color: #6E60E8; }

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

This text font color is #6E60E8.


Background Color

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

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

This div background color is #6E60E8.


Border color

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

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

This div border color is #6E60E8.


Opacity

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

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

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

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

This text has shadow with #6E60E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E60E8 on black background.


Color preview on white background

This text has color #6E60E8 on white background.



Black color preview on #6E60E8 background

This text has black color on #6E60E8 background.


White color preview on #6E60E8 background

This text has white color on #6E60E8 background.