COLOR #6854B1

HEX: #6854B1
RGB: (104,84,177)

Color info

#6854B1 contains mainly blue color. Web safe color of #6854B1 is #666699 (or #669).

RGB color model

#6854B1 color RGB value is (104,84,177).

  • red value is 104;
  • green value is 84;
  • blue value is 177.
RGB:
(104,84,177)
(41%,33%,69%)

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 177 of 255 = 69%

104
84
177

R + G + B ~ 48%. #6854B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 177 = 365 (100%)
R 104 of 365 ~ 28.49%
G 84 of 365 ~ 23.01%
B 177 of 365 ~ 48.49%

%28.49
%23.01
%48.49

CMYK color model

#6854B1 color CMYK value is (41,53,0,31).

  • cyan value is 41.24%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(41,53,0,31)
C41M53Y0K31 
(41%,53%,0%,31%)
(0.41/0.53/0.00/0.31)	

CMYK percentages

%41.24
%52.54
%0
%30.59

Codes

Color #6854B1 in popluar color models

6854B1
RGB10484177
HSL253°37.35%51.18%
HSB/HSV253°52.54%69.41%
CMYK41.24%52.54%0.00%
30.59%

Color #6854B1 in popluar number systems.

HEX6854B1
Decimal10484177
Binary1101000101010010110001
Octal150124261

Shades and tints

Shades of #6854B1

#6854B1
(104,84,177)
#5F4DA1
(95,77,161)
#564691
(86,70,145)
#4D3F81
(77,63,129)
#443871
(68,56,113)
#3B3161
(59,49,97)
#322A51
(50,42,81)
#292341
(41,35,65)
#201C31
(32,28,49)
#171521
(23,21,33)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #6854B1

#6854B1
(104,84,177)
#7563B8
(117,99,184)
#8272BF
(130,114,191)
#8F81C6
(143,129,198)
#9C90CD
(156,144,205)
#A99FD4
(169,159,212)
#B6AEDB
(182,174,219)
#C3BDE2
(195,189,226)
#D0CCE9
(208,204,233)
#DDDBF0
(221,219,240)
#EAEAF7
(234,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6854B1 color. Also use rgb(104,84,177) instead hex code.

Text Font Color

.myTextColor { color: #6854B1; }

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

This text font color is #6854B1.


Background Color

.myBgColor { background-color: #6854B1; }

<div style="background-color:#6854B1">Inner text</div>

This div background color is #6854B1.


Border color

.myBorderColor { border: 1px solid #6854B1; }

<div style="border:3px solid #6854B1">Div</div>

This div border color is #6854B1.


Opacity

.myOpacity80 { color: #6854B1; opacity: 0.8; }

<p style="color:#6854B1;opacity:0.8;">80%</p>

Text with #6854B1 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 #6854B1;}

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

This text has shadow with #6854B1 color.

.textShadow {text-shadow: 3px 3px 1px #6854B1, 3px 3px 1px red;}

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

This text has shadow with #6854B1 primary color and red secondary color.


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

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

This text has shadow with #6854B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6854B1 on black background.


Color preview on white background

This text has color #6854B1 on white background.



Black color preview on #6854B1 background

This text has black color on #6854B1 background.


White color preview on #6854B1 background

This text has white color on #6854B1 background.