COLOR #6D948F

HEX: #6D948F
RGB: (109,148,143)

Color info

#6D948F contains red, green and blue colors in about the same proportion. Web safe color of #6D948F is #669999 (or #699).

RGB color model

#6D948F color RGB value is (109,148,143).

  • red value is 109;
  • green value is 148;
  • blue value is 143.
RGB:
(109,148,143)
(43%,58%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 143 of 255 = 56%

109
148
143

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

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 143 = 400 (100%)
R 109 of 400 ~ 27.25%
G 148 of 400 ~ 37%
B 143 of 400 ~ 35.75%

%27.25
%37
%35.75

CMYK color model

#6D948F color CMYK value is (26,0,3,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 41.96%
CMYK:
(26,0,3,42)
C26M0Y3K42 
(26%,0%,3%,42%)
(0.26/0.00/0.03/0.42)	

CMYK percentages

%26.35
%0
%3.38
%41.96

Codes

Color #6D948F in popluar color models

6D948F
RGB109148143
HSL172°15.42%50.39%
HSB/HSV172°26.35%58.04%
CMYK26.35%0.00%3.38%
41.96%

Color #6D948F in popluar number systems.

HEX6D948F
Decimal109148143
Binary11011011001010010001111
Octal155224217

Shades and tints

Shades of #6D948F

#6D948F
(109,148,143)
#648782
(100,135,130)
#5B7A75
(91,122,117)
#526D68
(82,109,104)
#49605B
(73,96,91)
#40534E
(64,83,78)
#374641
(55,70,65)
#2E3934
(46,57,52)
#252C27
(37,44,39)
#1C1F1A
(28,31,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #6D948F

#6D948F
(109,148,143)
#7A9D99
(122,157,153)
#87A6A3
(135,166,163)
#94AFAD
(148,175,173)
#A1B8B7
(161,184,183)
#AEC1C1
(174,193,193)
#BBCACB
(187,202,203)
#C8D3D5
(200,211,213)
#D5DCDF
(213,220,223)
#E2E5E9
(226,229,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D948F color. Also use rgb(109,148,143) instead hex code.

Text Font Color

.myTextColor { color: #6D948F; }

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

This text font color is #6D948F.


Background Color

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

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

This div background color is #6D948F.


Border color

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

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

This div border color is #6D948F.


Opacity

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

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

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

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

This text has shadow with #6D948F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D948F on black background.


Color preview on white background

This text has color #6D948F on white background.



Black color preview on #6D948F background

This text has black color on #6D948F background.


White color preview on #6D948F background

This text has white color on #6D948F background.