COLOR #6F7994

HEX: #6F7994 RGB: (111,121,148)

Color info

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

RGB color model

#6F7994 color RGB value is (111,121,148).

RGB: (111,121,148) (44%, 47%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 148 of 255 = 58%

111
121
148

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

Portions of RGB colors in percentages

R + G + B = 111 + 121 + 148 = 380 (100%)
R 111 of 380 ~ 29.21%
G 121 of 380 ~ 31.84%
B 148 of 380 ~ 38.95'%

%29.21
%31.84
%38.95

CMYK color model

#6F7994 color CMYK value is (25,18,0,42).

  • cyan value is 25.00%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (25,18,0,42)
C25M18Y0K42 (25%, 18%, 0%, 42%)
(0.25 / 0.18 / 0.00 / 0.42)

CMYK percentages

%25
%18.24
%0
%41.96

Codes

Color #6F7994 in popluar color models

6F 79 94
RGB 111 121 148
HSL 224° 14.74% 50.78%
HSB/HSV 224° 25.00% 58.04%
CMYK 25.00% 18.24% 0.00%
41.96%

Color #6F7994 in popluar number systems.

HEX 6F 79 94
Decimal 111 121 148
Binary 1101111 1111001 10010100
Octal 157 171 224

Shades and tints

Shades of #6F7994

#6F7994
(111,121,148)
#656E87
(101,110,135)
#5B637A
(91,99,122)
#51586D
(81,88,109)
#474D60
(71,77,96)
#3D4253
(61,66,83)
#333746
(51,55,70)
#292C39
(41,44,57)
#1F212C
(31,33,44)
#15161F
(21,22,31)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #6F7994

#6F7994
(111,121,148)
#7C859D
(124,133,157)
#8991A6
(137,145,166)
#969DAF
(150,157,175)
#A3A9B8
(163,169,184)
#B0B5C1
(176,181,193)
#BDC1CA
(189,193,202)
#CACDD3
(202,205,211)
#D7D9DC
(215,217,220)
#E4E5E5
(228,229,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7994 color. Also use rgb(111,121,148) instead hex code.

Text Font Color

.myTextColor { color: #6F7994; }

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

This text font color is #6F7994.

Background Color

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

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

This div background color is #6F7994.

Border color

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

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

This div border color is #6F7994.

Opacity

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

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

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

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

This text has shadow with #6F7994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7994.

Preview

Color preview on black background

This text has color #6F7994 on black background.


Color preview on white background

This text has color #6F7994 on white background.


Black color preview on #6F7994 background

This text has black color on #6F7994 background.


White color preview on #6F7994 background

This text has white color on #6F7994 background.


Related colors

Complementary color

Complementary color for #hex is #90866B.


I love getcolorcode.com

Triadic colors

1 #946F79 and #79946F with #6F7994 are triadic colors.

2 #94796F and #796F94 with #6F7994 are triadic colors.