COLOR #6F9696

HEX: #6F9696 RGB: (111,150,150)

Color info

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

RGB color model

#6F9696 color RGB value is (111,150,150).

RGB: (111,150,150) (44%, 59%, 59%)

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 150 of 255 = 59%

111
150
150

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

Portions of RGB colors in percentages

R + G + B = 111 + 150 + 150 = 411 (100%)
R 111 of 411 ~ 27.01%
G 150 of 411 ~ 36.5%
B 150 of 411 ~ 36.5'%

%27.01
%36.5
%36.5

CMYK color model

#6F9696 color CMYK value is (26,0,0,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (26,0,0,41)
C26M0Y0K41 (26%, 0%, 0%, 41%)
(0.26 / 0.00 / 0.00 / 0.41)

CMYK percentages

%26
%0
%0
%41.18

Codes

Color #6F9696 in popluar color models

6F 96 96
RGB 111 150 150
HSL 180° 15.66% 51.18%
HSB/HSV 180° 26.00% 58.82%
CMYK 26.00% 0.00% 0.00%
41.18%

Color #6F9696 in popluar number systems.

HEX 6F 96 96
Decimal 111 150 150
Binary 1101111 10010110 10010110
Octal 157 226 226

Shades and tints

Shades of #6F9696

#6F9696
(111,150,150)
#658989
(101,137,137)
#5B7C7C
(91,124,124)
#516F6F
(81,111,111)
#476262
(71,98,98)
#3D5555
(61,85,85)
#334848
(51,72,72)
#293B3B
(41,59,59)
#1F2E2E
(31,46,46)
#152121
(21,33,33)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #6F9696

#6F9696
(111,150,150)
#7C9F9F
(124,159,159)
#89A8A8
(137,168,168)
#96B1B1
(150,177,177)
#A3BABA
(163,186,186)
#B0C3C3
(176,195,195)
#BDCCCC
(189,204,204)
#CAD5D5
(202,213,213)
#D7DEDE
(215,222,222)
#E4E7E7
(228,231,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9696; }

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

This text font color is #6F9696.

Background Color

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

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

This div background color is #6F9696.

Border color

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

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

This div border color is #6F9696.

Opacity

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

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

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

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

This text has shadow with #6F9696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9696.

Preview

Color preview on black background

This text has color #6F9696 on black background.


Color preview on white background

This text has color #6F9696 on white background.


Black color preview on #6F9696 background

This text has black color on #6F9696 background.


White color preview on #6F9696 background

This text has white color on #6F9696 background.


Related colors

Complementary color

Complementary color for #hex is #906969.


I love getcolorcode.com