COLOR #6861B8

HEX: #6861B8 RGB: (104,97,184)

Color info

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

RGB color model

#6861B8 color RGB value is (104,97,184).

RGB: (104,97,184) (41%, 38%, 72%)

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 184 of 255 = 72%

104
97
184

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

Portions of RGB colors in percentages

R + G + B = 104 + 97 + 184 = 385 (100%)
R 104 of 385 ~ 27.01%
G 97 of 385 ~ 25.19%
B 184 of 385 ~ 47.79'%

%27.01
%25.19
%47.79

CMYK color model

#6861B8 color CMYK value is (43,47,0,28).

  • cyan value is 43.48%
  • magenta value is 47.28%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (43,47,0,28)
C43M47Y0K28 (43%, 47%, 0%, 28%)
(0.43 / 0.47 / 0.00 / 0.28)

CMYK percentages

%43.48
%47.28
%0
%27.84

Codes

Color #6861B8 in popluar color models

68 61 B8
RGB 104 97 184
HSL 245° 37.99% 55.10%
HSB/HSV 245° 47.28% 72.16%
CMYK 43.48% 47.28% 0.00%
27.84%

Color #6861B8 in popluar number systems.

HEX 68 61 B8
Decimal 104 97 184
Binary 1101000 1100001 10111000
Octal 150 141 270

Shades and tints

Shades of #6861B8

#6861B8
(104,97,184)
#5F59A8
(95,89,168)
#565198
(86,81,152)
#4D4988
(77,73,136)
#444178
(68,65,120)
#3B3968
(59,57,104)
#323158
(50,49,88)
#292948
(41,41,72)
#202138
(32,33,56)
#171928
(23,25,40)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #6861B8

#6861B8
(104,97,184)
#756FBE
(117,111,190)
#827DC4
(130,125,196)
#8F8BCA
(143,139,202)
#9C99D0
(156,153,208)
#A9A7D6
(169,167,214)
#B6B5DC
(182,181,220)
#C3C3E2
(195,195,226)
#D0D1E8
(208,209,232)
#DDDFEE
(221,223,238)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6861B8; }

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

This text font color is #6861B8.

Background Color

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

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

This div background color is #6861B8.

Border color

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

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

This div border color is #6861B8.

Opacity

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

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

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

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

This text has shadow with #6861B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6861B8.

Preview

Color preview on black background

This text has color #6861B8 on black background.


Color preview on white background

This text has color #6861B8 on white background.


Black color preview on #6861B8 background

This text has black color on #6861B8 background.


White color preview on #6861B8 background

This text has white color on #6861B8 background.


Related colors

Complementary color

Complementary color for #hex is #979E47.


I love getcolorcode.com

Triadic colors

1 #B86861 and #61B868 with #6861B8 are triadic colors.

2 #B86168 and #6168B8 with #6861B8 are triadic colors.