COLOR #6F7891

HEX: #6F7891 RGB: (111,120,145)

Color info

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

RGB color model

#6F7891 color RGB value is (111,120,145).

RGB: (111,120,145) (44%, 47%, 57%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 145 of 255 = 57%

111
120
145

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

Portions of RGB colors in percentages

R + G + B = 111 + 120 + 145 = 376 (100%)
R 111 of 376 ~ 29.52%
G 120 of 376 ~ 31.91%
B 145 of 376 ~ 38.56'%

%29.52
%31.91
%38.56

CMYK color model

#6F7891 color CMYK value is (23,17,0,43).

  • cyan value is 23.45%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (23,17,0,43)
C23M17Y0K43 (23%, 17%, 0%, 43%)
(0.23 / 0.17 / 0.00 / 0.43)

CMYK percentages

%23.45
%17.24
%0
%43.14

Codes

Color #6F7891 in popluar color models

6F 78 91
RGB 111 120 145
HSL 224° 13.39% 50.20%
HSB/HSV 224° 23.45% 56.86%
CMYK 23.45% 17.24% 0.00%
43.14%

Color #6F7891 in popluar number systems.

HEX 6F 78 91
Decimal 111 120 145
Binary 1101111 1111000 10010001
Octal 157 170 221

Shades and tints

Shades of #6F7891

#6F7891
(111,120,145)
#656E84
(101,110,132)
#5B6477
(91,100,119)
#515A6A
(81,90,106)
#47505D
(71,80,93)
#3D4650
(61,70,80)
#333C43
(51,60,67)
#293236
(41,50,54)
#1F2829
(31,40,41)
#151E1C
(21,30,28)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #6F7891

#6F7891
(111,120,145)
#7C849B
(124,132,155)
#8990A5
(137,144,165)
#969CAF
(150,156,175)
#A3A8B9
(163,168,185)
#B0B4C3
(176,180,195)
#BDC0CD
(189,192,205)
#CACCD7
(202,204,215)
#D7D8E1
(215,216,225)
#E4E4EB
(228,228,235)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7891; }

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

This text font color is #6F7891.

Background Color

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

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

This div background color is #6F7891.

Border color

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

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

This div border color is #6F7891.

Opacity

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

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

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

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

This text has shadow with #6F7891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7891.

Preview

Color preview on black background

This text has color #6F7891 on black background.


Color preview on white background

This text has color #6F7891 on white background.


Black color preview on #6F7891 background

This text has black color on #6F7891 background.


White color preview on #6F7891 background

This text has white color on #6F7891 background.


Related colors

Complementary color

Complementary color for #hex is #90876E.


I love getcolorcode.com

Triadic colors

1 #916F78 and #78916F with #6F7891 are triadic colors.

2 #91786F and #786F91 with #6F7891 are triadic colors.