COLOR #6A6871

HEX: #6A6871
RGB: (106,104,113)

Color info

#6A6871 contains red, green and blue colors in about the same proportion. Web safe color of #6A6871 is #666666 (or #666).

RGB color model

#6A6871 color RGB value is (106,104,113).

  • red value is 106;
  • green value is 104;
  • blue value is 113.
RGB:
(106,104,113)
(42%,41%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 104 of 255 = 41%
B 113 of 255 = 44%

106
104
113

R + G + B ~ 42%. #6A6871 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 113 = 323 (100%)
R 106 of 323 ~ 32.82%
G 104 of 323 ~ 32.2%
B 113 of 323 ~ 34.98%

%32.82
%32.2
%34.98

CMYK color model

#6A6871 color CMYK value is (6,8,0,56).

  • cyan value is 6.19%
  • magenta value is 7.96%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(6,8,0,56)
C6M8Y0K56 
(6%,8%,0%,56%)
(0.06/0.08/0.00/0.56)	

CMYK percentages

%6.19
%7.96
%0
%55.69

Codes

Color #6A6871 in popluar color models

6A6871
RGB106104113
HSL253°4.15%42.55%
HSB/HSV253°7.96%44.31%
CMYK6.19%7.96%0.00%
55.69%

Color #6A6871 in popluar number systems.

HEX6A6871
Decimal106104113
Binary110101011010001110001
Octal152150161

Shades and tints

Shades of #6A6871

#6A6871
(106,104,113)
#615F67
(97,95,103)
#58565D
(88,86,93)
#4F4D53
(79,77,83)
#464449
(70,68,73)
#3D3B3F
(61,59,63)
#343235
(52,50,53)
#2B292B
(43,41,43)
#222021
(34,32,33)
#191717
(25,23,23)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #6A6871

#6A6871
(106,104,113)
#77757D
(119,117,125)
#848289
(132,130,137)
#918F95
(145,143,149)
#9E9CA1
(158,156,161)
#ABA9AD
(171,169,173)
#B8B6B9
(184,182,185)
#C5C3C5
(197,195,197)
#D2D0D1
(210,208,209)
#DFDDDD
(223,221,221)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6871 color. Also use rgb(106,104,113) instead hex code.

Text Font Color

.myTextColor { color: #6A6871; }

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

This text font color is #6A6871.


Background Color

.myBgColor { background-color: #6A6871; }

<div style="background-color:#6A6871">Inner text</div>

This div background color is #6A6871.


Border color

.myBorderColor { border: 1px solid #6A6871; }

<div style="border:3px solid #6A6871">Div</div>

This div border color is #6A6871.


Opacity

.myOpacity80 { color: #6A6871; opacity: 0.8; }

<p style="color:#6A6871;opacity:0.8;">80%</p>

Text with #6A6871 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 #6A6871;}

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

This text has shadow with #6A6871 color.

.textShadow {text-shadow: 3px 3px 1px #6A6871, 3px 3px 1px red;}

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

This text has shadow with #6A6871 primary color and red secondary color.


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

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

This text has shadow with #6A6871 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6871 on black background.


Color preview on white background

This text has color #6A6871 on white background.



Black color preview on #6A6871 background

This text has black color on #6A6871 background.


White color preview on #6A6871 background

This text has white color on #6A6871 background.