COLOR #6A8C7F

HEX: #6A8C7F
RGB: (106,140,127)

Color info

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

RGB color model

#6A8C7F color RGB value is (106,140,127).

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

RGB channels and saturation

R 106 of 255 = 42%
G 140 of 255 = 55%
B 127 of 255 = 50%

106
140
127

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

Portions of RGB colors in percentages

R + G + B =
106 + 140 + 127 = 373 (100%)
R 106 of 373 ~ 28.42%
G 140 of 373 ~ 37.53%
B 127 of 373 ~ 34.05%

%28.42
%37.53
%34.05

CMYK color model

#6A8C7F color CMYK value is (24,0,9,45).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(24,0,9,45)
C24M0Y9K45 
(24%,0%,9%,45%)
(0.24/0.00/0.09/0.45)	

CMYK percentages

%24.29
%0
%9.29
%45.1

Codes

Color #6A8C7F in popluar color models

6A8C7F
RGB106140127
HSL157°13.82%48.24%
HSB/HSV157°24.29%54.90%
CMYK24.29%0.00%9.29%
45.10%

Color #6A8C7F in popluar number systems.

HEX6A8C7F
Decimal106140127
Binary1101010100011001111111
Octal152214177

Shades and tints

Shades of #6A8C7F

#6A8C7F
(106,140,127)
#618074
(97,128,116)
#587469
(88,116,105)
#4F685E
(79,104,94)
#465C53
(70,92,83)
#3D5048
(61,80,72)
#34443D
(52,68,61)
#2B3832
(43,56,50)
#222C27
(34,44,39)
#19201C
(25,32,28)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6A8C7F

#6A8C7F
(106,140,127)
#77968A
(119,150,138)
#84A095
(132,160,149)
#91AAA0
(145,170,160)
#9EB4AB
(158,180,171)
#ABBEB6
(171,190,182)
#B8C8C1
(184,200,193)
#C5D2CC
(197,210,204)
#D2DCD7
(210,220,215)
#DFE6E2
(223,230,226)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8C7F; }

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

This text font color is #6A8C7F.


Background Color

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

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

This div background color is #6A8C7F.


Border color

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

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

This div border color is #6A8C7F.


Opacity

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

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

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

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

This text has shadow with #6A8C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8C7F on black background.


Color preview on white background

This text has color #6A8C7F on white background.



Black color preview on #6A8C7F background

This text has black color on #6A8C7F background.


White color preview on #6A8C7F background

This text has white color on #6A8C7F background.