COLOR #6E6BC1

HEX: #6E6BC1
RGB: (110,107,193)

Color info

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

RGB color model

#6E6BC1 color RGB value is (110,107,193).

  • red value is 110;
  • green value is 107;
  • blue value is 193.
RGB:
(110,107,193)
(43%,42%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 193 of 255 = 76%

110
107
193

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 193 = 410 (100%)
R 110 of 410 ~ 26.83%
G 107 of 410 ~ 26.1%
B 193 of 410 ~ 47.07%

%26.83
%26.1
%47.07

CMYK color model

#6E6BC1 color CMYK value is (43,45,0,24).

  • cyan value is 43.01%
  • magenta value is 44.56%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(43,45,0,24)
C43M45Y0K24 
(43%,45%,0%,24%)
(0.43/0.45/0.00/0.24)	

CMYK percentages

%43.01
%44.56
%0
%24.31

Codes

Color #6E6BC1 in popluar color models

6E6BC1
RGB110107193
HSL242°40.95%58.82%
HSB/HSV242°44.56%75.69%
CMYK43.01%44.56%0.00%
24.31%

Color #6E6BC1 in popluar number systems.

HEX6E6BC1
Decimal110107193
Binary1101110110101111000001
Octal156153301

Shades and tints

Shades of #6E6BC1

#6E6BC1
(110,107,193)
#6462B0
(100,98,176)
#5A599F
(90,89,159)
#50508E
(80,80,142)
#46477D
(70,71,125)
#3C3E6C
(60,62,108)
#32355B
(50,53,91)
#282C4A
(40,44,74)
#1E2339
(30,35,57)
#141A28
(20,26,40)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #6E6BC1

#6E6BC1
(110,107,193)
#7B78C6
(123,120,198)
#8885CB
(136,133,203)
#9592D0
(149,146,208)
#A29FD5
(162,159,213)
#AFACDA
(175,172,218)
#BCB9DF
(188,185,223)
#C9C6E4
(201,198,228)
#D6D3E9
(214,211,233)
#E3E0EE
(227,224,238)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6BC1 color. Also use rgb(110,107,193) instead hex code.

Text Font Color

.myTextColor { color: #6E6BC1; }

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

This text font color is #6E6BC1.


Background Color

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

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

This div background color is #6E6BC1.


Border color

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

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

This div border color is #6E6BC1.


Opacity

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

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

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

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

This text has shadow with #6E6BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6BC1 on black background.


Color preview on white background

This text has color #6E6BC1 on white background.



Black color preview on #6E6BC1 background

This text has black color on #6E6BC1 background.


White color preview on #6E6BC1 background

This text has white color on #6E6BC1 background.