COLOR #6867E4

HEX: #6867E4
RGB: (104,103,228)

Color info

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

RGB color model

#6867E4 color RGB value is (104,103,228).

  • red value is 104;
  • green value is 103;
  • blue value is 228.
RGB:
(104,103,228)
(41%,40%,89%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 228 of 255 = 89%

104
103
228

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

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 228 = 435 (100%)
R 104 of 435 ~ 23.91%
G 103 of 435 ~ 23.68%
B 228 of 435 ~ 52.41%

%23.91
%23.68
%52.41

CMYK color model

#6867E4 color CMYK value is (54,55,0,11).

  • cyan value is 54.39%
  • magenta value is 54.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(54,55,0,11)
C54M55Y0K11 
(54%,55%,0%,11%)
(0.54/0.55/0.00/0.11)	

CMYK percentages

%54.39
%54.82
%0
%10.59

Codes

Color #6867E4 in popluar color models

6867E4
RGB104103228
HSL240°69.83%64.90%
HSB/HSV240°54.82%89.41%
CMYK54.39%54.82%0.00%
10.59%

Color #6867E4 in popluar number systems.

HEX6867E4
Decimal104103228
Binary1101000110011111100100
Octal150147344

Shades and tints

Shades of #6867E4

#6867E4
(104,103,228)
#5F5ED0
(95,94,208)
#5655BC
(86,85,188)
#4D4CA8
(77,76,168)
#444394
(68,67,148)
#3B3A80
(59,58,128)
#32316C
(50,49,108)
#292858
(41,40,88)
#201F44
(32,31,68)
#171630
(23,22,48)
#0E0D1C
(14,13,28)
#000000
(0,0,0)

Tints of #6867E4

#6867E4
(104,103,228)
#7574E6
(117,116,230)
#8281E8
(130,129,232)
#8F8EEA
(143,142,234)
#9C9BEC
(156,155,236)
#A9A8EE
(169,168,238)
#B6B5F0
(182,181,240)
#C3C2F2
(195,194,242)
#D0CFF4
(208,207,244)
#DDDCF6
(221,220,246)
#EAE9F8
(234,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6867E4 color. Also use rgb(104,103,228) instead hex code.

Text Font Color

.myTextColor { color: #6867E4; }

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

This text font color is #6867E4.


Background Color

.myBgColor { background-color: #6867E4; }

<div style="background-color:#6867E4">Inner text</div>

This div background color is #6867E4.


Border color

.myBorderColor { border: 1px solid #6867E4; }

<div style="border:3px solid #6867E4">Div</div>

This div border color is #6867E4.


Opacity

.myOpacity80 { color: #6867E4; opacity: 0.8; }

<p style="color:#6867E4;opacity:0.8;">80%</p>

Text with #6867E4 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 #6867E4;}

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

This text has shadow with #6867E4 color.

.textShadow {text-shadow: 3px 3px 1px #6867E4, 3px 3px 1px red;}

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

This text has shadow with #6867E4 primary color and red secondary color.


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

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

This text has shadow with #6867E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6867E4 on black background.


Color preview on white background

This text has color #6867E4 on white background.



Black color preview on #6867E4 background

This text has black color on #6867E4 background.


White color preview on #6867E4 background

This text has white color on #6867E4 background.