COLOR #6863B6

HEX: #6863B6
RGB: (104,99,182)

Color info

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

RGB color model

#6863B6 color RGB value is (104,99,182).

  • red value is 104;
  • green value is 99;
  • blue value is 182.
RGB:
(104,99,182)
(41%,39%,71%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 182 of 255 = 71%

104
99
182

R + G + B ~ 50%. #6863B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 182 = 385 (100%)
R 104 of 385 ~ 27.01%
G 99 of 385 ~ 25.71%
B 182 of 385 ~ 47.27%

%27.01
%25.71
%47.27

CMYK color model

#6863B6 color CMYK value is (43,46,0,29).

  • cyan value is 42.86%
  • magenta value is 45.60%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(43,46,0,29)
C43M46Y0K29 
(43%,46%,0%,29%)
(0.43/0.46/0.00/0.29)	

CMYK percentages

%42.86
%45.6
%0
%28.63

Codes

Color #6863B6 in popluar color models

6863B6
RGB10499182
HSL244°36.24%55.10%
HSB/HSV244°45.60%71.37%
CMYK42.86%45.60%0.00%
28.63%

Color #6863B6 in popluar number systems.

HEX6863B6
Decimal10499182
Binary1101000110001110110110
Octal150143266

Shades and tints

Shades of #6863B6

#6863B6
(104,99,182)
#5F5AA6
(95,90,166)
#565196
(86,81,150)
#4D4886
(77,72,134)
#443F76
(68,63,118)
#3B3666
(59,54,102)
#322D56
(50,45,86)
#292446
(41,36,70)
#201B36
(32,27,54)
#171226
(23,18,38)
#0E0916
(14,9,22)
#000000
(0,0,0)

Tints of #6863B6

#6863B6
(104,99,182)
#7571BC
(117,113,188)
#827FC2
(130,127,194)
#8F8DC8
(143,141,200)
#9C9BCE
(156,155,206)
#A9A9D4
(169,169,212)
#B6B7DA
(182,183,218)
#C3C5E0
(195,197,224)
#D0D3E6
(208,211,230)
#DDE1EC
(221,225,236)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6863B6 color. Also use rgb(104,99,182) instead hex code.

Text Font Color

.myTextColor { color: #6863B6; }

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

This text font color is #6863B6.


Background Color

.myBgColor { background-color: #6863B6; }

<div style="background-color:#6863B6">Inner text</div>

This div background color is #6863B6.


Border color

.myBorderColor { border: 1px solid #6863B6; }

<div style="border:3px solid #6863B6">Div</div>

This div border color is #6863B6.


Opacity

.myOpacity80 { color: #6863B6; opacity: 0.8; }

<p style="color:#6863B6;opacity:0.8;">80%</p>

Text with #6863B6 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 #6863B6;}

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

This text has shadow with #6863B6 color.

.textShadow {text-shadow: 3px 3px 1px #6863B6, 3px 3px 1px red;}

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

This text has shadow with #6863B6 primary color and red secondary color.


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

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

This text has shadow with #6863B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6863B6 on black background.


Color preview on white background

This text has color #6863B6 on white background.



Black color preview on #6863B6 background

This text has black color on #6863B6 background.


White color preview on #6863B6 background

This text has white color on #6863B6 background.