COLOR #6F788B

HEX: #6F788B
RGB: (111,120,139)

Color info

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

RGB color model

#6F788B color RGB value is (111,120,139).

  • red value is 111;
  • green value is 120;
  • blue value is 139.
RGB:
(111,120,139)
(44%,47%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 139 of 255 = 55%

111
120
139

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 139 = 370 (100%)
R 111 of 370 ~ 30%
G 120 of 370 ~ 32.43%
B 139 of 370 ~ 37.57%

%30
%32.43
%37.57

CMYK color model

#6F788B color CMYK value is (20,14,0,45).

  • cyan value is 20.14%
  • magenta value is 13.67%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(20,14,0,45)
C20M14Y0K45 
(20%,14%,0%,45%)
(0.20/0.14/0.00/0.45)	

CMYK percentages

%20.14
%13.67
%0
%45.49

Codes

Color #6F788B in popluar color models

6F788B
RGB111120139
HSL221°11.20%49.02%
HSB/HSV221°20.14%54.51%
CMYK20.14%13.67%0.00%
45.49%

Color #6F788B in popluar number systems.

HEX6F788B
Decimal111120139
Binary1101111111100010001011
Octal157170213

Shades and tints

Shades of #6F788B

#6F788B
(111,120,139)
#656E7F
(101,110,127)
#5B6473
(91,100,115)
#515A67
(81,90,103)
#47505B
(71,80,91)
#3D464F
(61,70,79)
#333C43
(51,60,67)
#293237
(41,50,55)
#1F282B
(31,40,43)
#151E1F
(21,30,31)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #6F788B

#6F788B
(111,120,139)
#7C8495
(124,132,149)
#89909F
(137,144,159)
#969CA9
(150,156,169)
#A3A8B3
(163,168,179)
#B0B4BD
(176,180,189)
#BDC0C7
(189,192,199)
#CACCD1
(202,204,209)
#D7D8DB
(215,216,219)
#E4E4E5
(228,228,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F788B; }

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

This text font color is #6F788B.


Background Color

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

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

This div background color is #6F788B.


Border color

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

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

This div border color is #6F788B.


Opacity

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

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

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

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

This text has shadow with #6F788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F788B on black background.


Color preview on white background

This text has color #6F788B on white background.



Black color preview on #6F788B background

This text has black color on #6F788B background.


White color preview on #6F788B background

This text has white color on #6F788B background.