COLOR #6871B8

HEX: #6871B8 RGB: (104,113,184)

Color info

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

RGB color model

#6871B8 color RGB value is (104,113,184).

RGB: (104,113,184) (41%, 44%, 72%)

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 184 of 255 = 72%

104
113
184

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

Portions of RGB colors in percentages

R + G + B = 104 + 113 + 184 = 401 (100%)
R 104 of 401 ~ 25.94%
G 113 of 401 ~ 28.18%
B 184 of 401 ~ 45.89'%

%25.94
%28.18
%45.89

CMYK color model

#6871B8 color CMYK value is (43,39,0,28).

  • cyan value is 43.48%
  • magenta value is 38.59%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (43,39,0,28) C43M39Y0K28 (43%,39%,0%,28%) (0.43/0.39/0.00/0.28) 

CMYK percentages

%43.48
%38.59
%0
%27.84

Codes

Color #6871B8 in popluar color models

68 71 B8
RGB 104 113 184
HSL 233° 36.04% 56.47%
HSB/HSV 233° 43.48% 72.16%
CMYK 43.48% 38.59% 0.00%
27.84%

Color #6871B8 in popluar number systems.

HEX 68 71 B8
Decimal 104 113 184
Binary 1101000 1110001 10111000
Octal 150 161 270

Shades and tints

Shades of #6871B8

#6871B8
(104,113,184)
#5F67A8
(95,103,168)
#565D98
(86,93,152)
#4D5388
(77,83,136)
#444978
(68,73,120)
#3B3F68
(59,63,104)
#323558
(50,53,88)
#292B48
(41,43,72)
#202138
(32,33,56)
#171728
(23,23,40)
#0E0D18
(14,13,24)
#000000
(0,0,0)

Tints of #6871B8

#6871B8
(104,113,184)
#757DBE
(117,125,190)
#8289C4
(130,137,196)
#8F95CA
(143,149,202)
#9CA1D0
(156,161,208)
#A9ADD6
(169,173,214)
#B6B9DC
(182,185,220)
#C3C5E2
(195,197,226)
#D0D1E8
(208,209,232)
#DDDDEE
(221,221,238)
#EAE9F4
(234,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6871B8; }

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

This text font color is #6871B8.

Background Color

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

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

This div background color is #6871B8.

Border color

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

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

This div border color is #6871B8.

Opacity

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

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

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

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

This text has shadow with #6871B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6871B8.

Preview

Color preview on black background

This text has color #6871B8 on black background.


Color preview on white background

This text has color #6871B8 on white background.


Black color preview on #6871B8 background

This text has black color on #6871B8 background.


White color preview on #6871B8 background

This text has white color on #6871B8 background.


Related colors

Complementary color

Complementary color for #hex is #978E47.


I love getcolorcode.com

Triadic colors

1 #B86871 and #71B868 with #6871B8 are triadic colors.

2 #B87168 and #7168B8 with #6871B8 are triadic colors.