COLOR #6A677F

HEX: #6A677F
RGB: (106,103,127)

Color info

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

RGB color model

#6A677F color RGB value is (106,103,127).

  • red value is 106;
  • green value is 103;
  • blue value is 127.
RGB:
(106,103,127)
(42%,40%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 103 of 255 = 40%
B 127 of 255 = 50%

106
103
127

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

Portions of RGB colors in percentages

R + G + B =
106 + 103 + 127 = 336 (100%)
R 106 of 336 ~ 31.55%
G 103 of 336 ~ 30.65%
B 127 of 336 ~ 37.8%

%31.55
%30.65
%37.8

CMYK color model

#6A677F color CMYK value is (17,19,0,50).

  • cyan value is 16.54%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(17,19,0,50)
C17M19Y0K50 
(17%,19%,0%,50%)
(0.17/0.19/0.00/0.50)	

CMYK percentages

%16.54
%18.9
%0
%50.2

Codes

Color #6A677F in popluar color models

6A677F
RGB106103127
HSL248°10.43%45.10%
HSB/HSV248°18.90%49.80%
CMYK16.54%18.90%0.00%
50.20%

Color #6A677F in popluar number systems.

HEX6A677F
Decimal106103127
Binary110101011001111111111
Octal152147177

Shades and tints

Shades of #6A677F

#6A677F
(106,103,127)
#615E74
(97,94,116)
#585569
(88,85,105)
#4F4C5E
(79,76,94)
#464353
(70,67,83)
#3D3A48
(61,58,72)
#34313D
(52,49,61)
#2B2832
(43,40,50)
#221F27
(34,31,39)
#19161C
(25,22,28)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #6A677F

#6A677F
(106,103,127)
#77748A
(119,116,138)
#848195
(132,129,149)
#918EA0
(145,142,160)
#9E9BAB
(158,155,171)
#ABA8B6
(171,168,182)
#B8B5C1
(184,181,193)
#C5C2CC
(197,194,204)
#D2CFD7
(210,207,215)
#DFDCE2
(223,220,226)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A677F color. Also use rgb(106,103,127) instead hex code.

Text Font Color

.myTextColor { color: #6A677F; }

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

This text font color is #6A677F.


Background Color

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

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

This div background color is #6A677F.


Border color

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

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

This div border color is #6A677F.


Opacity

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

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

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

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

This text has shadow with #6A677F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A677F on black background.


Color preview on white background

This text has color #6A677F on white background.



Black color preview on #6A677F background

This text has black color on #6A677F background.


White color preview on #6A677F background

This text has white color on #6A677F background.