COLOR #6A7F8F

HEX: #6A7F8F
RGB: (106,127,143)

Color info

#6A7F8F contains red, green and blue colors in about the same proportion. Web safe color of #6A7F8F is #666699 (or #669).

RGB color model

#6A7F8F color RGB value is (106,127,143).

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

RGB channels and saturation

R 106 of 255 = 42%
G 127 of 255 = 50%
B 143 of 255 = 56%

106
127
143

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

Portions of RGB colors in percentages

R + G + B =
106 + 127 + 143 = 376 (100%)
R 106 of 376 ~ 28.19%
G 127 of 376 ~ 33.78%
B 143 of 376 ~ 38.03%

%28.19
%33.78
%38.03

CMYK color model

#6A7F8F color CMYK value is (26,11,0,44).

  • cyan value is 25.87%
  • magenta value is 11.19%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(26,11,0,44)
C26M11Y0K44 
(26%,11%,0%,44%)
(0.26/0.11/0.00/0.44)	

CMYK percentages

%25.87
%11.19
%0
%43.92

Codes

Color #6A7F8F in popluar color models

6A7F8F
RGB106127143
HSL206°14.86%48.82%
HSB/HSV206°25.87%56.08%
CMYK25.87%11.19%0.00%
43.92%

Color #6A7F8F in popluar number systems.

HEX6A7F8F
Decimal106127143
Binary1101010111111110001111
Octal152177217

Shades and tints

Shades of #6A7F8F

#6A7F8F
(106,127,143)
#617482
(97,116,130)
#586975
(88,105,117)
#4F5E68
(79,94,104)
#46535B
(70,83,91)
#3D484E
(61,72,78)
#343D41
(52,61,65)
#2B3234
(43,50,52)
#222727
(34,39,39)
#191C1A
(25,28,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #6A7F8F

#6A7F8F
(106,127,143)
#778A99
(119,138,153)
#8495A3
(132,149,163)
#91A0AD
(145,160,173)
#9EABB7
(158,171,183)
#ABB6C1
(171,182,193)
#B8C1CB
(184,193,203)
#C5CCD5
(197,204,213)
#D2D7DF
(210,215,223)
#DFE2E9
(223,226,233)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7F8F; }

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

This text font color is #6A7F8F.


Background Color

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

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

This div background color is #6A7F8F.


Border color

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

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

This div border color is #6A7F8F.


Opacity

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

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

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

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

This text has shadow with #6A7F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7F8F on black background.


Color preview on white background

This text has color #6A7F8F on white background.



Black color preview on #6A7F8F background

This text has black color on #6A7F8F background.


White color preview on #6A7F8F background

This text has white color on #6A7F8F background.