COLOR #6F9E99

HEX: #6F9E99 RGB: (111,158,153)

Color info

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

RGB color model

#6F9E99 color RGB value is (111,158,153).

RGB: (111,158,153) (44%, 62%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 153 of 255 = 60%

111
158
153

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

Portions of RGB colors in percentages

R + G + B = 111 + 158 + 153 = 422 (100%)
R 111 of 422 ~ 26.3%
G 158 of 422 ~ 37.44%
B 153 of 422 ~ 36.26'%

%26.3
%37.44
%36.26

CMYK color model

#6F9E99 color CMYK value is (30,0,3,38).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 38.04%

CMYK: (30,0,3,38)
C30M0Y3K38 (30%, 0%, 3%, 38%)
(0.30 / 0.00 / 0.03 / 0.38)

CMYK percentages

%29.75
%0
%3.16
%38.04

Codes

Color #6F9E99 in popluar color models

6F 9E 99
RGB 111 158 153
HSL 174° 19.50% 52.75%
HSB/HSV 174° 29.75% 61.96%
CMYK 29.75% 0.00% 3.16%
38.04%

Color #6F9E99 in popluar number systems.

HEX 6F 9E 99
Decimal 111 158 153
Binary 1101111 10011110 10011001
Octal 157 236 231

Shades and tints

Shades of #6F9E99

#6F9E99
(111,158,153)
#65908C
(101,144,140)
#5B827F
(91,130,127)
#517472
(81,116,114)
#476665
(71,102,101)
#3D5858
(61,88,88)
#334A4B
(51,74,75)
#293C3E
(41,60,62)
#1F2E31
(31,46,49)
#152024
(21,32,36)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #6F9E99

#6F9E99
(111,158,153)
#7CA6A2
(124,166,162)
#89AEAB
(137,174,171)
#96B6B4
(150,182,180)
#A3BEBD
(163,190,189)
#B0C6C6
(176,198,198)
#BDCECF
(189,206,207)
#CAD6D8
(202,214,216)
#D7DEE1
(215,222,225)
#E4E6EA
(228,230,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9E99; }

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

This text font color is #6F9E99.

Background Color

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

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

This div background color is #6F9E99.

Border color

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

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

This div border color is #6F9E99.

Opacity

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

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

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

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

This text has shadow with #6F9E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9E99.

Preview

Color preview on black background

This text has color #6F9E99 on black background.


Color preview on white background

This text has color #6F9E99 on white background.


Black color preview on #6F9E99 background

This text has black color on #6F9E99 background.


White color preview on #6F9E99 background

This text has white color on #6F9E99 background.


Related colors

Complementary color

Complementary color for #hex is #906166.


I love getcolorcode.com

Triadic colors

1 #996F9E and #9E996F with #6F9E99 are triadic colors.

2 #999E6F and #9E6F99 with #6F9E99 are triadic colors.