COLOR #6F7D8E

HEX: #6F7D8E
RGB: (111,125,142)

Color info

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

RGB color model

#6F7D8E color RGB value is (111,125,142).

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

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 142 of 255 = 56%

111
125
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 125 + 142 = 378 (100%)
R 111 of 378 ~ 29.37%
G 125 of 378 ~ 33.07%
B 142 of 378 ~ 37.57%

%29.37
%33.07
%37.57

CMYK color model

#6F7D8E color CMYK value is (22,12,0,44).

  • cyan value is 21.83%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,12,0,44)
C22M12Y0K44 
(22%,12%,0%,44%)
(0.22/0.12/0.00/0.44)	

CMYK percentages

%21.83
%11.97
%0
%44.31

Codes

Color #6F7D8E in popluar color models

6F7D8E
RGB111125142
HSL213°12.25%49.61%
HSB/HSV213°21.83%55.69%
CMYK21.83%11.97%0.00%
44.31%

Color #6F7D8E in popluar number systems.

HEX6F7D8E
Decimal111125142
Binary1101111111110110001110
Octal157175216

Shades and tints

Shades of #6F7D8E

#6F7D8E
(111,125,142)
#657282
(101,114,130)
#5B6776
(91,103,118)
#515C6A
(81,92,106)
#47515E
(71,81,94)
#3D4652
(61,70,82)
#333B46
(51,59,70)
#29303A
(41,48,58)
#1F252E
(31,37,46)
#151A22
(21,26,34)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #6F7D8E

#6F7D8E
(111,125,142)
#7C8898
(124,136,152)
#8993A2
(137,147,162)
#969EAC
(150,158,172)
#A3A9B6
(163,169,182)
#B0B4C0
(176,180,192)
#BDBFCA
(189,191,202)
#CACAD4
(202,202,212)
#D7D5DE
(215,213,222)
#E4E0E8
(228,224,232)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7D8E; }

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

This text font color is #6F7D8E.


Background Color

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

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

This div background color is #6F7D8E.


Border color

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

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

This div border color is #6F7D8E.


Opacity

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

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

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

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

This text has shadow with #6F7D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7D8E on black background.


Color preview on white background

This text has color #6F7D8E on white background.



Black color preview on #6F7D8E background

This text has black color on #6F7D8E background.


White color preview on #6F7D8E background

This text has white color on #6F7D8E background.