COLOR #6A8F7F

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

Color info

#6A8F7F contains red, green and blue colors in about the same proportion. Web safe color of #6A8F7F is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

106
143
127

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

Portions of RGB colors in percentages

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

%28.19
%38.03
%33.78

CMYK color model

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

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

CMYK percentages

%25.87
%0
%11.19
%43.92

Codes

Color #6A8F7F in popluar color models

6A8F7F
RGB106143127
HSL154°14.86%48.82%
HSB/HSV154°25.87%56.08%
CMYK25.87%0.00%11.19%
43.92%

Color #6A8F7F in popluar number systems.

HEX6A8F7F
Decimal106143127
Binary1101010100011111111111
Octal152217177

Shades and tints

Shades of #6A8F7F

#6A8F7F
(106,143,127)
#618274
(97,130,116)
#587569
(88,117,105)
#4F685E
(79,104,94)
#465B53
(70,91,83)
#3D4E48
(61,78,72)
#34413D
(52,65,61)
#2B3432
(43,52,50)
#222727
(34,39,39)
#191A1C
(25,26,28)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #6A8F7F

#6A8F7F
(106,143,127)
#77998A
(119,153,138)
#84A395
(132,163,149)
#91ADA0
(145,173,160)
#9EB7AB
(158,183,171)
#ABC1B6
(171,193,182)
#B8CBC1
(184,203,193)
#C5D5CC
(197,213,204)
#D2DFD7
(210,223,215)
#DFE9E2
(223,233,226)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8F7F; }

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

This text font color is #6A8F7F.


Background Color

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

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

This div background color is #6A8F7F.


Border color

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

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

This div border color is #6A8F7F.


Opacity

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

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

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

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

This text has shadow with #6A8F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8F7F on black background.


Color preview on white background

This text has color #6A8F7F on white background.



Black color preview on #6A8F7F background

This text has black color on #6A8F7F background.


White color preview on #6A8F7F background

This text has white color on #6A8F7F background.