COLOR #6A8C7C

HEX: #6A8C7C RGB: (106,140,124)

Color info

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

RGB color model

#6A8C7C color RGB value is (106,140,124).

RGB: (106,140,124) (42%, 55%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 140 of 255 = 55%
B 124 of 255 = 49%

106
140
124

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

Portions of RGB colors in percentages

R + G + B = 106 + 140 + 124 = 370 (100%)
R 106 of 370 ~ 28.65%
G 140 of 370 ~ 37.84%
B 124 of 370 ~ 33.51'%

%28.65
%37.84
%33.51

CMYK color model

#6A8C7C color CMYK value is (24,0,11,45).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK: (24,0,11,45) C24M0Y11K45 (24%,0%,11%,45%) (0.24/0.00/0.11/0.45) 

CMYK percentages

%24.29
%0
%11.43
%45.1

Codes

Color #6A8C7C in popluar color models

6A 8C 7C
RGB 106 140 124
HSL 152° 13.82% 48.24%
HSB/HSV 152° 24.29% 54.90%
CMYK 24.29% 0.00% 11.43%
45.10%

Color #6A8C7C in popluar number systems.

HEX 6A 8C 7C
Decimal 106 140 124
Binary 1101010 10001100 1111100
Octal 152 214 174

Shades and tints

Shades of #6A8C7C

#6A8C7C
(106,140,124)
#618071
(97,128,113)
#587466
(88,116,102)
#4F685B
(79,104,91)
#465C50
(70,92,80)
#3D5045
(61,80,69)
#34443A
(52,68,58)
#2B382F
(43,56,47)
#222C24
(34,44,36)
#192019
(25,32,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6A8C7C

#6A8C7C
(106,140,124)
#779687
(119,150,135)
#84A092
(132,160,146)
#91AA9D
(145,170,157)
#9EB4A8
(158,180,168)
#ABBEB3
(171,190,179)
#B8C8BE
(184,200,190)
#C5D2C9
(197,210,201)
#D2DCD4
(210,220,212)
#DFE6DF
(223,230,223)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8C7C; }

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

This text font color is #6A8C7C.

Background Color

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

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

This div background color is #6A8C7C.

Border color

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

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

This div border color is #6A8C7C.

Opacity

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

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

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

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

This text has shadow with #6A8C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8C7C.

Preview

Color preview on black background

This text has color #6A8C7C on black background.


Color preview on white background

This text has color #6A8C7C on white background.


Black color preview on #6A8C7C background

This text has black color on #6A8C7C background.


White color preview on #6A8C7C background

This text has white color on #6A8C7C background.


Related colors

Complementary color

Complementary color for #hex is #957383.


I love getcolorcode.com

Triadic colors

1 #7C6A8C and #8C7C6A with #6A8C7C are triadic colors.

2 #7C8C6A and #8C6A7C with #6A8C7C are triadic colors.