COLOR #6F7F99

HEX: #6F7F99
RGB: (111,127,153)

Color info

#6F7F99 contains red, green and blue colors in about the same proportion. Web safe color of #6F7F99 is #666699 (or #669).

RGB color model

#6F7F99 color RGB value is (111,127,153).

  • red value is 111;
  • green value is 127;
  • blue value is 153.
RGB:
(111,127,153)
(44%,50%,60%)

RGB channels and saturation

R 111 of 255 = 44%
G 127 of 255 = 50%
B 153 of 255 = 60%

111
127
153

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

Portions of RGB colors in percentages

R + G + B =
111 + 127 + 153 = 391 (100%)
R 111 of 391 ~ 28.39%
G 127 of 391 ~ 32.48%
B 153 of 391 ~ 39.13%

%28.39
%32.48
%39.13

CMYK color model

#6F7F99 color CMYK value is (27,17,0,40).

  • cyan value is 27.45%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(27,17,0,40)
C27M17Y0K40 
(27%,17%,0%,40%)
(0.27/0.17/0.00/0.40)	

CMYK percentages

%27.45
%16.99
%0
%40

Codes

Color #6F7F99 in popluar color models

6F7F99
RGB111127153
HSL217°17.07%51.76%
HSB/HSV217°27.45%60.00%
CMYK27.45%16.99%0.00%
40.00%

Color #6F7F99 in popluar number systems.

HEX6F7F99
Decimal111127153
Binary1101111111111110011001
Octal157177231

Shades and tints

Shades of #6F7F99

#6F7F99
(111,127,153)
#65748C
(101,116,140)
#5B697F
(91,105,127)
#515E72
(81,94,114)
#475365
(71,83,101)
#3D4858
(61,72,88)
#333D4B
(51,61,75)
#29323E
(41,50,62)
#1F2731
(31,39,49)
#151C24
(21,28,36)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #6F7F99

#6F7F99
(111,127,153)
#7C8AA2
(124,138,162)
#8995AB
(137,149,171)
#96A0B4
(150,160,180)
#A3ABBD
(163,171,189)
#B0B6C6
(176,182,198)
#BDC1CF
(189,193,207)
#CACCD8
(202,204,216)
#D7D7E1
(215,215,225)
#E4E2EA
(228,226,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7F99; }

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

This text font color is #6F7F99.


Background Color

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

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

This div background color is #6F7F99.


Border color

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

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

This div border color is #6F7F99.


Opacity

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

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

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

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

This text has shadow with #6F7F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7F99 on black background.


Color preview on white background

This text has color #6F7F99 on white background.



Black color preview on #6F7F99 background

This text has black color on #6F7F99 background.


White color preview on #6F7F99 background

This text has white color on #6F7F99 background.