COLOR #6B918B

HEX: #6B918B
RGB: (107,145,139)

Color info

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

RGB color model

#6B918B color RGB value is (107,145,139).

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

RGB channels and saturation

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

107
145
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 145 + 139 = 391 (100%)
R 107 of 391 ~ 27.37%
G 145 of 391 ~ 37.08%
B 139 of 391 ~ 35.55%

%27.37
%37.08
%35.55

CMYK color model

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

  • cyan value is 26.21%
  • 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

%26.21
%0
%4.14
%43.14

Codes

Color #6B918B in popluar color models

6B918B
RGB107145139
HSL171°15.08%49.41%
HSB/HSV171°26.21%56.86%
CMYK26.21%0.00%4.14%
43.14%

Color #6B918B in popluar number systems.

HEX6B918B
Decimal107145139
Binary11010111001000110001011
Octal153221213

Shades and tints

Shades of #6B918B

#6B918B
(107,145,139)
#62847F
(98,132,127)
#597773
(89,119,115)
#506A67
(80,106,103)
#475D5B
(71,93,91)
#3E504F
(62,80,79)
#354343
(53,67,67)
#2C3637
(44,54,55)
#23292B
(35,41,43)
#1A1C1F
(26,28,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #6B918B

#6B918B
(107,145,139)
#789B95
(120,155,149)
#85A59F
(133,165,159)
#92AFA9
(146,175,169)
#9FB9B3
(159,185,179)
#ACC3BD
(172,195,189)
#B9CDC7
(185,205,199)
#C6D7D1
(198,215,209)
#D3E1DB
(211,225,219)
#E0EBE5
(224,235,229)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B918B; }

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

This text font color is #6B918B.


Background Color

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

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

This div background color is #6B918B.


Border color

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

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

This div border color is #6B918B.


Opacity

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

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

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

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

This text has shadow with #6B918B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B918B on black background.


Color preview on white background

This text has color #6B918B on white background.



Black color preview on #6B918B background

This text has black color on #6B918B background.


White color preview on #6B918B background

This text has white color on #6B918B background.