COLOR #6871AB

HEX: #6871AB RGB: (104,113,171)

Color info

#6871AB contains mainly green and blue colors. Web safe color of #6871AB is #666699 (or #669).

RGB color model

#6871AB color RGB value is (104,113,171).

RGB: (104,113,171) (41%, 44%, 67%)

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 171 of 255 = 67%

104
113
171

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

Portions of RGB colors in percentages

R + G + B = 104 + 113 + 171 = 388 (100%)
R 104 of 388 ~ 26.8%
G 113 of 388 ~ 29.12%
B 171 of 388 ~ 44.07'%

%26.8
%29.12
%44.07

CMYK color model

#6871AB color CMYK value is (39,34,0,33).

  • cyan value is 39.18%
  • magenta value is 33.92%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (39,34,0,33)
C39M34Y0K33 (39%, 34%, 0%, 33%)
(0.39 / 0.34 / 0.00 / 0.33)

CMYK percentages

%39.18
%33.92
%0
%32.94

Codes

Color #6871AB in popluar color models

68 71 AB
RGB 104 113 171
HSL 232° 28.51% 53.92%
HSB/HSV 232° 39.18% 67.06%
CMYK 39.18% 33.92% 0.00%
32.94%

Color #6871AB in popluar number systems.

HEX 68 71 AB
Decimal 104 113 171
Binary 1101000 1110001 10101011
Octal 150 161 253

Shades and tints

Shades of #6871AB

#6871AB
(104,113,171)
#5F679C
(95,103,156)
#565D8D
(86,93,141)
#4D537E
(77,83,126)
#44496F
(68,73,111)
#3B3F60
(59,63,96)
#323551
(50,53,81)
#292B42
(41,43,66)
#202133
(32,33,51)
#171724
(23,23,36)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #6871AB

#6871AB
(104,113,171)
#757DB2
(117,125,178)
#8289B9
(130,137,185)
#8F95C0
(143,149,192)
#9CA1C7
(156,161,199)
#A9ADCE
(169,173,206)
#B6B9D5
(182,185,213)
#C3C5DC
(195,197,220)
#D0D1E3
(208,209,227)
#DDDDEA
(221,221,234)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6871AB; }

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

This text font color is #6871AB.

Background Color

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

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

This div background color is #6871AB.

Border color

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

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

This div border color is #6871AB.

Opacity

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

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

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

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

This text has shadow with #6871AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6871AB.

Preview

Color preview on black background

This text has color #6871AB on black background.


Color preview on white background

This text has color #6871AB on white background.


Black color preview on #6871AB background

This text has black color on #6871AB background.


White color preview on #6871AB background

This text has white color on #6871AB background.


Related colors

Complementary color

Complementary color for #hex is #978E54.


I love getcolorcode.com

Triadic colors

1 #AB6871 and #71AB68 with #6871AB are triadic colors.

2 #AB7168 and #7168AB with #6871AB are triadic colors.