COLOR #6F7883

HEX: #6F7883
RGB: (111,120,131)

Color info

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

RGB color model

#6F7883 color RGB value is (111,120,131).

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

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 131 of 255 = 51%

111
120
131

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 131 = 362 (100%)
R 111 of 362 ~ 30.66%
G 120 of 362 ~ 33.15%
B 131 of 362 ~ 36.19%

%30.66
%33.15
%36.19

CMYK color model

#6F7883 color CMYK value is (15,8,0,49).

  • cyan value is 15.27%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,8,0,49)
C15M8Y0K49 
(15%,8%,0%,49%)
(0.15/0.08/0.00/0.49)	

CMYK percentages

%15.27
%8.4
%0
%48.63

Codes

Color #6F7883 in popluar color models

6F7883
RGB111120131
HSL213°8.26%47.45%
HSB/HSV213°15.27%51.37%
CMYK15.27%8.40%0.00%
48.63%

Color #6F7883 in popluar number systems.

HEX6F7883
Decimal111120131
Binary1101111111100010000011
Octal157170203

Shades and tints

Shades of #6F7883

#6F7883
(111,120,131)
#656E78
(101,110,120)
#5B646D
(91,100,109)
#515A62
(81,90,98)
#475057
(71,80,87)
#3D464C
(61,70,76)
#333C41
(51,60,65)
#293236
(41,50,54)
#1F282B
(31,40,43)
#151E20
(21,30,32)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6F7883

#6F7883
(111,120,131)
#7C848E
(124,132,142)
#899099
(137,144,153)
#969CA4
(150,156,164)
#A3A8AF
(163,168,175)
#B0B4BA
(176,180,186)
#BDC0C5
(189,192,197)
#CACCD0
(202,204,208)
#D7D8DB
(215,216,219)
#E4E4E6
(228,228,230)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7883; }

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

This text font color is #6F7883.


Background Color

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

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

This div background color is #6F7883.


Border color

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

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

This div border color is #6F7883.


Opacity

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

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

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

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

This text has shadow with #6F7883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7883 on black background.


Color preview on white background

This text has color #6F7883 on white background.



Black color preview on #6F7883 background

This text has black color on #6F7883 background.


White color preview on #6F7883 background

This text has white color on #6F7883 background.