COLOR #6857C4

HEX: #6857C4
RGB: (104,87,196)

Color info

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

RGB color model

#6857C4 color RGB value is (104,87,196).

  • red value is 104;
  • green value is 87;
  • blue value is 196.
RGB:
(104,87,196)
(41%,34%,77%)

RGB channels and saturation

R 104 of 255 = 41%
G 87 of 255 = 34%
B 196 of 255 = 77%

104
87
196

R + G + B ~ 51%. #6857C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 87 + 196 = 387 (100%)
R 104 of 387 ~ 26.87%
G 87 of 387 ~ 22.48%
B 196 of 387 ~ 50.65%

%26.87
%22.48
%50.65

CMYK color model

#6857C4 color CMYK value is (47,56,0,23).

  • cyan value is 46.94%
  • magenta value is 55.61%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(47,56,0,23)
C47M56Y0K23 
(47%,56%,0%,23%)
(0.47/0.56/0.00/0.23)	

CMYK percentages

%46.94
%55.61
%0
%23.14

Codes

Color #6857C4 in popluar color models

6857C4
RGB10487196
HSL249°48.02%55.49%
HSB/HSV249°55.61%76.86%
CMYK46.94%55.61%0.00%
23.14%

Color #6857C4 in popluar number systems.

HEX6857C4
Decimal10487196
Binary1101000101011111000100
Octal150127304

Shades and tints

Shades of #6857C4

#6857C4
(104,87,196)
#5F50B3
(95,80,179)
#5649A2
(86,73,162)
#4D4291
(77,66,145)
#443B80
(68,59,128)
#3B346F
(59,52,111)
#322D5E
(50,45,94)
#29264D
(41,38,77)
#201F3C
(32,31,60)
#17182B
(23,24,43)
#0E111A
(14,17,26)
#000000
(0,0,0)

Tints of #6857C4

#6857C4
(104,87,196)
#7566C9
(117,102,201)
#8275CE
(130,117,206)
#8F84D3
(143,132,211)
#9C93D8
(156,147,216)
#A9A2DD
(169,162,221)
#B6B1E2
(182,177,226)
#C3C0E7
(195,192,231)
#D0CFEC
(208,207,236)
#DDDEF1
(221,222,241)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6857C4 color. Also use rgb(104,87,196) instead hex code.

Text Font Color

.myTextColor { color: #6857C4; }

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

This text font color is #6857C4.


Background Color

.myBgColor { background-color: #6857C4; }

<div style="background-color:#6857C4">Inner text</div>

This div background color is #6857C4.


Border color

.myBorderColor { border: 1px solid #6857C4; }

<div style="border:3px solid #6857C4">Div</div>

This div border color is #6857C4.


Opacity

.myOpacity80 { color: #6857C4; opacity: 0.8; }

<p style="color:#6857C4;opacity:0.8;">80%</p>

Text with #6857C4 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 #6857C4;}

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

This text has shadow with #6857C4 color.

.textShadow {text-shadow: 3px 3px 1px #6857C4, 3px 3px 1px red;}

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

This text has shadow with #6857C4 primary color and red secondary color.


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

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

This text has shadow with #6857C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6857C4 on black background.


Color preview on white background

This text has color #6857C4 on white background.



Black color preview on #6857C4 background

This text has black color on #6857C4 background.


White color preview on #6857C4 background

This text has white color on #6857C4 background.