COLOR #6857A0

HEX: #6857A0 RGB: (104,87,160)

Color info

#6857A0 contains mainly red and blue colors. Web safe color of #6857A0 is #666699 (or #669).

RGB color model

#6857A0 color RGB value is (104,87,160).

RGB: (104,87,160) (41%, 34%, 63%)

RGB channels and saturation

R 104 of 255 = 41%
G 87 of 255 = 34%
B 160 of 255 = 63%

104
87
160

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

Portions of RGB colors in percentages

R + G + B = 104 + 87 + 160 = 351 (100%)
R 104 of 351 ~ 29.63%
G 87 of 351 ~ 24.79%
B 160 of 351 ~ 45.58'%

%29.63
%24.79
%45.58

CMYK color model

#6857A0 color CMYK value is (35,46,0,37).

  • cyan value is 35.00%
  • magenta value is 45.63%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (35,46,0,37)
C35M46Y0K37 (35%, 46%, 0%, 37%)
(0.35 / 0.46 / 0.00 / 0.37)

CMYK percentages

%35
%45.63
%0
%37.25

Codes

Color #6857A0 in popluar color models

68 57 A0
RGB 104 87 160
HSL 254° 29.55% 48.43%
HSB/HSV 254° 45.63% 62.75%
CMYK 35.00% 45.63% 0.00%
37.25%

Color #6857A0 in popluar number systems.

HEX 68 57 A0
Decimal 104 87 160
Binary 1101000 1010111 10100000
Octal 150 127 240

Shades and tints

Shades of #6857A0

#6857A0
(104,87,160)
#5F5092
(95,80,146)
#564984
(86,73,132)
#4D4276
(77,66,118)
#443B68
(68,59,104)
#3B345A
(59,52,90)
#322D4C
(50,45,76)
#29263E
(41,38,62)
#201F30
(32,31,48)
#171822
(23,24,34)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #6857A0

#6857A0
(104,87,160)
#7566A8
(117,102,168)
#8275B0
(130,117,176)
#8F84B8
(143,132,184)
#9C93C0
(156,147,192)
#A9A2C8
(169,162,200)
#B6B1D0
(182,177,208)
#C3C0D8
(195,192,216)
#D0CFE0
(208,207,224)
#DDDEE8
(221,222,232)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6857A0; }

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

This text font color is #6857A0.

Background Color

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

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

This div background color is #6857A0.

Border color

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

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

This div border color is #6857A0.

Opacity

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

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

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

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

This text has shadow with #6857A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6857A0.

Preview

Color preview on black background

This text has color #6857A0 on black background.


Color preview on white background

This text has color #6857A0 on white background.


Black color preview on #6857A0 background

This text has black color on #6857A0 background.


White color preview on #6857A0 background

This text has white color on #6857A0 background.


Related colors

Complementary color

Complementary color for #hex is #97A85F.


I love getcolorcode.com

Triadic colors

1 #A06857 and #57A068 with #6857A0 are triadic colors.

2 #A05768 and #5768A0 with #6857A0 are triadic colors.