COLOR #6C918B

HEX: #6C918B
RGB: (108,145,139)

Color info

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

RGB color model

#6C918B color RGB value is (108,145,139).

  • red value is 108;
  • green value is 145;
  • blue value is 139.
RGB:
(108,145,139)
(42%,57%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 139 of 255 = 55%

108
145
139

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

Portions of RGB colors in percentages

R + G + B =
108 + 145 + 139 = 392 (100%)
R 108 of 392 ~ 27.55%
G 145 of 392 ~ 36.99%
B 139 of 392 ~ 35.46%

%27.55
%36.99
%35.46

CMYK color model

#6C918B color CMYK value is (26,0,4,43).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 4.14%
  • key color value is 43.14%
CMYK:
(26,0,4,43)
C26M0Y4K43 
(26%,0%,4%,43%)
(0.26/0.00/0.04/0.43)	

CMYK percentages

%25.52
%0
%4.14
%43.14

Codes

Color #6C918B in popluar color models

6C918B
RGB108145139
HSL170°14.62%49.61%
HSB/HSV170°25.52%56.86%
CMYK25.52%0.00%4.14%
43.14%

Color #6C918B in popluar number systems.

HEX6C918B
Decimal108145139
Binary11011001001000110001011
Octal154221213

Shades and tints

Shades of #6C918B

#6C918B
(108,145,139)
#63847F
(99,132,127)
#5A7773
(90,119,115)
#516A67
(81,106,103)
#485D5B
(72,93,91)
#3F504F
(63,80,79)
#364343
(54,67,67)
#2D3637
(45,54,55)
#24292B
(36,41,43)
#1B1C1F
(27,28,31)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6C918B

#6C918B
(108,145,139)
#799B95
(121,155,149)
#86A59F
(134,165,159)
#93AFA9
(147,175,169)
#A0B9B3
(160,185,179)
#ADC3BD
(173,195,189)
#BACDC7
(186,205,199)
#C7D7D1
(199,215,209)
#D4E1DB
(212,225,219)
#E1EBE5
(225,235,229)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C918B color. Also use rgb(108,145,139) instead hex code.

Text Font Color

.myTextColor { color: #6C918B; }

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

This text font color is #6C918B.


Background Color

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

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

This div background color is #6C918B.


Border color

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

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

This div border color is #6C918B.


Opacity

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

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

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

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

This text has shadow with #6C918B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C918B on black background.


Color preview on white background

This text has color #6C918B on white background.



Black color preview on #6C918B background

This text has black color on #6C918B background.


White color preview on #6C918B background

This text has white color on #6C918B background.