COLOR #6F7880

HEX: #6F7880
RGB: (111,120,128)

Color info

#6F7880 contains red, green and blue colors in about the same proportion. Web safe color of #6F7880 is #666666 (or #666).

RGB color model

#6F7880 color RGB value is (111,120,128).

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

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 128 of 255 = 50%

111
120
128

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 128 = 359 (100%)
R 111 of 359 ~ 30.92%
G 120 of 359 ~ 33.43%
B 128 of 359 ~ 35.65%

%30.92
%33.43
%35.65

CMYK color model

#6F7880 color CMYK value is (13,6,0,50).

  • cyan value is 13.28%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(13,6,0,50)
C13M6Y0K50 
(13%,6%,0%,50%)
(0.13/0.06/0.00/0.50)	

CMYK percentages

%13.28
%6.25
%0
%49.8

Codes

Color #6F7880 in popluar color models

6F7880
RGB111120128
HSL208°7.11%46.86%
HSB/HSV208°13.28%50.20%
CMYK13.28%6.25%0.00%
49.80%

Color #6F7880 in popluar number systems.

HEX6F7880
Decimal111120128
Binary1101111111100010000000
Octal157170200

Shades and tints

Shades of #6F7880

#6F7880
(111,120,128)
#656E75
(101,110,117)
#5B646A
(91,100,106)
#515A5F
(81,90,95)
#475054
(71,80,84)
#3D4649
(61,70,73)
#333C3E
(51,60,62)
#293233
(41,50,51)
#1F2828
(31,40,40)
#151E1D
(21,30,29)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #6F7880

#6F7880
(111,120,128)
#7C848B
(124,132,139)
#899096
(137,144,150)
#969CA1
(150,156,161)
#A3A8AC
(163,168,172)
#B0B4B7
(176,180,183)
#BDC0C2
(189,192,194)
#CACCCD
(202,204,205)
#D7D8D8
(215,216,216)
#E4E4E3
(228,228,227)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7880; }

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

This text font color is #6F7880.


Background Color

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

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

This div background color is #6F7880.


Border color

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

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

This div border color is #6F7880.


Opacity

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

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

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

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

This text has shadow with #6F7880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7880 on black background.


Color preview on white background

This text has color #6F7880 on white background.



Black color preview on #6F7880 background

This text has black color on #6F7880 background.


White color preview on #6F7880 background

This text has white color on #6F7880 background.