COLOR #6A967C

HEX: #6A967C
RGB: (106,150,124)

Color info

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

RGB color model

#6A967C color RGB value is (106,150,124).

  • red value is 106;
  • green value is 150;
  • blue value is 124.
RGB:
(106,150,124)
(42%,59%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 150 of 255 = 59%
B 124 of 255 = 49%

106
150
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 150 + 124 = 380 (100%)
R 106 of 380 ~ 27.89%
G 150 of 380 ~ 39.47%
B 124 of 380 ~ 32.63%

%27.89
%39.47
%32.63

CMYK color model

#6A967C color CMYK value is (29,0,17,41).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(29,0,17,41)
C29M0Y17K41 
(29%,0%,17%,41%)
(0.29/0.00/0.17/0.41)	

CMYK percentages

%29.33
%0
%17.33
%41.18

Codes

Color #6A967C in popluar color models

6A967C
RGB106150124
HSL145°17.32%50.20%
HSB/HSV145°29.33%58.82%
CMYK29.33%0.00%17.33%
41.18%

Color #6A967C in popluar number systems.

HEX6A967C
Decimal106150124
Binary1101010100101101111100
Octal152226174

Shades and tints

Shades of #6A967C

#6A967C
(106,150,124)
#618971
(97,137,113)
#587C66
(88,124,102)
#4F6F5B
(79,111,91)
#466250
(70,98,80)
#3D5545
(61,85,69)
#34483A
(52,72,58)
#2B3B2F
(43,59,47)
#222E24
(34,46,36)
#192119
(25,33,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6A967C

#6A967C
(106,150,124)
#779F87
(119,159,135)
#84A892
(132,168,146)
#91B19D
(145,177,157)
#9EBAA8
(158,186,168)
#ABC3B3
(171,195,179)
#B8CCBE
(184,204,190)
#C5D5C9
(197,213,201)
#D2DED4
(210,222,212)
#DFE7DF
(223,231,223)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A967C; }

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

This text font color is #6A967C.


Background Color

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

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

This div background color is #6A967C.


Border color

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

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

This div border color is #6A967C.


Opacity

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

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

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

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

This text has shadow with #6A967C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A967C on black background.


Color preview on white background

This text has color #6A967C on white background.



Black color preview on #6A967C background

This text has black color on #6A967C background.


White color preview on #6A967C background

This text has white color on #6A967C background.