COLOR #6861C0

HEX: #6861C0
RGB: (104,97,192)

Color info

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

RGB color model

#6861C0 color RGB value is (104,97,192).

  • red value is 104;
  • green value is 97;
  • blue value is 192.
RGB:
(104,97,192)
(41%,38%,75%)

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 192 of 255 = 75%

104
97
192

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 192 = 393 (100%)
R 104 of 393 ~ 26.46%
G 97 of 393 ~ 24.68%
B 192 of 393 ~ 48.85%

%26.46
%24.68
%48.85

CMYK color model

#6861C0 color CMYK value is (46,49,0,25).

  • cyan value is 45.83%
  • magenta value is 49.48%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(46,49,0,25)
C46M49Y0K25 
(46%,49%,0%,25%)
(0.46/0.49/0.00/0.25)	

CMYK percentages

%45.83
%49.48
%0
%24.71

Codes

Color #6861C0 in popluar color models

6861C0
RGB10497192
HSL244°42.99%56.67%
HSB/HSV244°49.48%75.29%
CMYK45.83%49.48%0.00%
24.71%

Color #6861C0 in popluar number systems.

HEX6861C0
Decimal10497192
Binary1101000110000111000000
Octal150141300

Shades and tints

Shades of #6861C0

#6861C0
(104,97,192)
#5F59AF
(95,89,175)
#56519E
(86,81,158)
#4D498D
(77,73,141)
#44417C
(68,65,124)
#3B396B
(59,57,107)
#32315A
(50,49,90)
#292949
(41,41,73)
#202138
(32,33,56)
#171927
(23,25,39)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #6861C0

#6861C0
(104,97,192)
#756FC5
(117,111,197)
#827DCA
(130,125,202)
#8F8BCF
(143,139,207)
#9C99D4
(156,153,212)
#A9A7D9
(169,167,217)
#B6B5DE
(182,181,222)
#C3C3E3
(195,195,227)
#D0D1E8
(208,209,232)
#DDDFED
(221,223,237)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6861C0 color. Also use rgb(104,97,192) instead hex code.

Text Font Color

.myTextColor { color: #6861C0; }

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

This text font color is #6861C0.


Background Color

.myBgColor { background-color: #6861C0; }

<div style="background-color:#6861C0">Inner text</div>

This div background color is #6861C0.


Border color

.myBorderColor { border: 1px solid #6861C0; }

<div style="border:3px solid #6861C0">Div</div>

This div border color is #6861C0.


Opacity

.myOpacity80 { color: #6861C0; opacity: 0.8; }

<p style="color:#6861C0;opacity:0.8;">80%</p>

Text with #6861C0 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 #6861C0;}

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

This text has shadow with #6861C0 color.

.textShadow {text-shadow: 3px 3px 1px #6861C0, 3px 3px 1px red;}

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

This text has shadow with #6861C0 primary color and red secondary color.


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

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

This text has shadow with #6861C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6861C0 on black background.


Color preview on white background

This text has color #6861C0 on white background.



Black color preview on #6861C0 background

This text has black color on #6861C0 background.


White color preview on #6861C0 background

This text has white color on #6861C0 background.