COLOR #6D9996

HEX: #6D9996
RGB: (109,153,150)

Color info

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

RGB color model

#6D9996 color RGB value is (109,153,150).

  • red value is 109;
  • green value is 153;
  • blue value is 150.
RGB:
(109,153,150)
(43%,60%,59%)

RGB channels and saturation

R 109 of 255 = 43%
G 153 of 255 = 60%
B 150 of 255 = 59%

109
153
150

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

Portions of RGB colors in percentages

R + G + B =
109 + 153 + 150 = 412 (100%)
R 109 of 412 ~ 26.46%
G 153 of 412 ~ 37.14%
B 150 of 412 ~ 36.41%

%26.46
%37.14
%36.41

CMYK color model

#6D9996 color CMYK value is (29,0,2,40).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(29,0,2,40)
C29M0Y2K40 
(29%,0%,2%,40%)
(0.29/0.00/0.02/0.40)	

CMYK percentages

%28.76
%0
%1.96
%40

Codes

Color #6D9996 in popluar color models

6D9996
RGB109153150
HSL176°17.74%51.37%
HSB/HSV176°28.76%60.00%
CMYK28.76%0.00%1.96%
40.00%

Color #6D9996 in popluar number systems.

HEX6D9996
Decimal109153150
Binary11011011001100110010110
Octal155231226

Shades and tints

Shades of #6D9996

#6D9996
(109,153,150)
#648C89
(100,140,137)
#5B7F7C
(91,127,124)
#52726F
(82,114,111)
#496562
(73,101,98)
#405855
(64,88,85)
#374B48
(55,75,72)
#2E3E3B
(46,62,59)
#25312E
(37,49,46)
#1C2421
(28,36,33)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #6D9996

#6D9996
(109,153,150)
#7AA29F
(122,162,159)
#87ABA8
(135,171,168)
#94B4B1
(148,180,177)
#A1BDBA
(161,189,186)
#AEC6C3
(174,198,195)
#BBCFCC
(187,207,204)
#C8D8D5
(200,216,213)
#D5E1DE
(213,225,222)
#E2EAE7
(226,234,231)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9996 color. Also use rgb(109,153,150) instead hex code.

Text Font Color

.myTextColor { color: #6D9996; }

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

This text font color is #6D9996.


Background Color

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

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

This div background color is #6D9996.


Border color

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

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

This div border color is #6D9996.


Opacity

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

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

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

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

This text has shadow with #6D9996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9996 on black background.


Color preview on white background

This text has color #6D9996 on white background.



Black color preview on #6D9996 background

This text has black color on #6D9996 background.


White color preview on #6D9996 background

This text has white color on #6D9996 background.