COLOR #6A717E

HEX: #6A717E RGB: (106,113,126)

Color info

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

RGB color model

#6A717E color RGB value is (106,113,126).

RGB: (106,113,126) (42%, 44%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 113 of 255 = 44%
B 126 of 255 = 49%

106
113
126

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

Portions of RGB colors in percentages

R + G + B = 106 + 113 + 126 = 345 (100%)
R 106 of 345 ~ 30.72%
G 113 of 345 ~ 32.75%
B 126 of 345 ~ 36.52'%

%30.72
%32.75
%36.52

CMYK color model

#6A717E color CMYK value is (16,10,0,51).

  • cyan value is 15.87%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (16,10,0,51)
C16M10Y0K51 (16%, 10%, 0%, 51%)
(0.16 / 0.10 / 0.00 / 0.51)

CMYK percentages

%15.87
%10.32
%0
%50.59

Codes

Color #6A717E in popluar color models

6A 71 7E
RGB 106 113 126
HSL 219° 8.62% 45.49%
HSB/HSV 219° 15.87% 49.41%
CMYK 15.87% 10.32% 0.00%
50.59%

Color #6A717E in popluar number systems.

HEX 6A 71 7E
Decimal 106 113 126
Binary 1101010 1110001 1111110
Octal 152 161 176

Shades and tints

Shades of #6A717E

#6A717E
(106,113,126)
#616773
(97,103,115)
#585D68
(88,93,104)
#4F535D
(79,83,93)
#464952
(70,73,82)
#3D3F47
(61,63,71)
#34353C
(52,53,60)
#2B2B31
(43,43,49)
#222126
(34,33,38)
#19171B
(25,23,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A717E

#6A717E
(106,113,126)
#777D89
(119,125,137)
#848994
(132,137,148)
#91959F
(145,149,159)
#9EA1AA
(158,161,170)
#ABADB5
(171,173,181)
#B8B9C0
(184,185,192)
#C5C5CB
(197,197,203)
#D2D1D6
(210,209,214)
#DFDDE1
(223,221,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A717E; }

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

This text font color is #6A717E.

Background Color

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

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

This div background color is #6A717E.

Border color

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

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

This div border color is #6A717E.

Opacity

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

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

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

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

This text has shadow with #6A717E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A717E.

Preview

Color preview on black background

This text has color #6A717E on black background.


Color preview on white background

This text has color #6A717E on white background.


Black color preview on #6A717E background

This text has black color on #6A717E background.


White color preview on #6A717E background

This text has white color on #6A717E background.


Related colors

Complementary color

Complementary color for #hex is #958E81.


I love getcolorcode.com

Triadic colors

1 #7E6A71 and #717E6A with #6A717E are triadic colors.

2 #7E716A and #716A7E with #6A717E are triadic colors.