COLOR #6D918C

HEX: #6D918C
RGB: (109,145,140)

Color info

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

RGB color model

#6D918C color RGB value is (109,145,140).

  • red value is 109;
  • green value is 145;
  • blue value is 140.
RGB:
(109,145,140)
(43%,57%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 145 of 255 = 57%
B 140 of 255 = 55%

109
145
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 145 + 140 = 394 (100%)
R 109 of 394 ~ 27.66%
G 145 of 394 ~ 36.8%
B 140 of 394 ~ 35.53%

%27.66
%36.8
%35.53

CMYK color model

#6D918C color CMYK value is (25,0,3,43).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 43.14%
CMYK:
(25,0,3,43)
C25M0Y3K43 
(25%,0%,3%,43%)
(0.25/0.00/0.03/0.43)	

CMYK percentages

%24.83
%0
%3.45
%43.14

Codes

Color #6D918C in popluar color models

6D918C
RGB109145140
HSL172°14.17%49.80%
HSB/HSV172°24.83%56.86%
CMYK24.83%0.00%3.45%
43.14%

Color #6D918C in popluar number systems.

HEX6D918C
Decimal109145140
Binary11011011001000110001100
Octal155221214

Shades and tints

Shades of #6D918C

#6D918C
(109,145,140)
#648480
(100,132,128)
#5B7774
(91,119,116)
#526A68
(82,106,104)
#495D5C
(73,93,92)
#405050
(64,80,80)
#374344
(55,67,68)
#2E3638
(46,54,56)
#25292C
(37,41,44)
#1C1C20
(28,28,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #6D918C

#6D918C
(109,145,140)
#7A9B96
(122,155,150)
#87A5A0
(135,165,160)
#94AFAA
(148,175,170)
#A1B9B4
(161,185,180)
#AEC3BE
(174,195,190)
#BBCDC8
(187,205,200)
#C8D7D2
(200,215,210)
#D5E1DC
(213,225,220)
#E2EBE6
(226,235,230)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D918C color. Also use rgb(109,145,140) instead hex code.

Text Font Color

.myTextColor { color: #6D918C; }

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

This text font color is #6D918C.


Background Color

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

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

This div background color is #6D918C.


Border color

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

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

This div border color is #6D918C.


Opacity

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

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

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

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

This text has shadow with #6D918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D918C on black background.


Color preview on white background

This text has color #6D918C on white background.



Black color preview on #6D918C background

This text has black color on #6D918C background.


White color preview on #6D918C background

This text has white color on #6D918C background.