COLOR #6F7D8C

HEX: #6F7D8C
RGB: (111,125,140)

Color info

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

RGB color model

#6F7D8C color RGB value is (111,125,140).

  • red value is 111;
  • green value is 125;
  • blue value is 140.
RGB:
(111,125,140)
(44%,49%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 140 of 255 = 55%

111
125
140

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

Portions of RGB colors in percentages

R + G + B =
111 + 125 + 140 = 376 (100%)
R 111 of 376 ~ 29.52%
G 125 of 376 ~ 33.24%
B 140 of 376 ~ 37.23%

%29.52
%33.24
%37.23

CMYK color model

#6F7D8C color CMYK value is (21,11,0,45).

  • cyan value is 20.71%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(21,11,0,45)
C21M11Y0K45 
(21%,11%,0%,45%)
(0.21/0.11/0.00/0.45)	

CMYK percentages

%20.71
%10.71
%0
%45.1

Codes

Color #6F7D8C in popluar color models

6F7D8C
RGB111125140
HSL211°11.55%49.22%
HSB/HSV211°20.71%54.90%
CMYK20.71%10.71%0.00%
45.10%

Color #6F7D8C in popluar number systems.

HEX6F7D8C
Decimal111125140
Binary1101111111110110001100
Octal157175214

Shades and tints

Shades of #6F7D8C

#6F7D8C
(111,125,140)
#657280
(101,114,128)
#5B6774
(91,103,116)
#515C68
(81,92,104)
#47515C
(71,81,92)
#3D4650
(61,70,80)
#333B44
(51,59,68)
#293038
(41,48,56)
#1F252C
(31,37,44)
#151A20
(21,26,32)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #6F7D8C

#6F7D8C
(111,125,140)
#7C8896
(124,136,150)
#8993A0
(137,147,160)
#969EAA
(150,158,170)
#A3A9B4
(163,169,180)
#B0B4BE
(176,180,190)
#BDBFC8
(189,191,200)
#CACAD2
(202,202,210)
#D7D5DC
(215,213,220)
#E4E0E6
(228,224,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7D8C; }

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

This text font color is #6F7D8C.


Background Color

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

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

This div background color is #6F7D8C.


Border color

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

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

This div border color is #6F7D8C.


Opacity

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

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

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

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

This text has shadow with #6F7D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7D8C on black background.


Color preview on white background

This text has color #6F7D8C on white background.



Black color preview on #6F7D8C background

This text has black color on #6F7D8C background.


White color preview on #6F7D8C background

This text has white color on #6F7D8C background.