COLOR #6F79B1

HEX: #6F79B1 RGB: (111,121,177)

Color info

#6F79B1 contains mainly green and blue colors. Web safe color of #6F79B1 is #666699 (or #669).

RGB color model

#6F79B1 color RGB value is (111,121,177).

RGB: (111,121,177) (44%, 47%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 177 of 255 = 69%

111
121
177

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

Portions of RGB colors in percentages

R + G + B = 111 + 121 + 177 = 409 (100%)
R 111 of 409 ~ 27.14%
G 121 of 409 ~ 29.58%
B 177 of 409 ~ 43.28'%

%27.14
%29.58
%43.28

CMYK color model

#6F79B1 color CMYK value is (37,32,0,31).

  • cyan value is 37.29%
  • magenta value is 31.64%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (37,32,0,31)
C37M32Y0K31 (37%, 32%, 0%, 31%)
(0.37 / 0.32 / 0.00 / 0.31)

CMYK percentages

%37.29
%31.64
%0
%30.59

Codes

Color #6F79B1 in popluar color models

6F 79 B1
RGB 111 121 177
HSL 231° 29.73% 56.47%
HSB/HSV 231° 37.29% 69.41%
CMYK 37.29% 31.64% 0.00%
30.59%

Color #6F79B1 in popluar number systems.

HEX 6F 79 B1
Decimal 111 121 177
Binary 1101111 1111001 10110001
Octal 157 171 261

Shades and tints

Shades of #6F79B1

#6F79B1
(111,121,177)
#656EA1
(101,110,161)
#5B6391
(91,99,145)
#515881
(81,88,129)
#474D71
(71,77,113)
#3D4261
(61,66,97)
#333751
(51,55,81)
#292C41
(41,44,65)
#1F2131
(31,33,49)
#151621
(21,22,33)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F79B1

#6F79B1
(111,121,177)
#7C85B8
(124,133,184)
#8991BF
(137,145,191)
#969DC6
(150,157,198)
#A3A9CD
(163,169,205)
#B0B5D4
(176,181,212)
#BDC1DB
(189,193,219)
#CACDE2
(202,205,226)
#D7D9E9
(215,217,233)
#E4E5F0
(228,229,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F79B1; }

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

This text font color is #6F79B1.

Background Color

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

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

This div background color is #6F79B1.

Border color

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

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

This div border color is #6F79B1.

Opacity

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

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

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

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

This text has shadow with #6F79B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F79B1.

Preview

Color preview on black background

This text has color #6F79B1 on black background.


Color preview on white background

This text has color #6F79B1 on white background.


Black color preview on #6F79B1 background

This text has black color on #6F79B1 background.


White color preview on #6F79B1 background

This text has white color on #6F79B1 background.


Related colors

Complementary color

Complementary color for #hex is #90864E.


I love getcolorcode.com

Triadic colors

1 #B16F79 and #79B16F with #6F79B1 are triadic colors.

2 #B1796F and #796FB1 with #6F79B1 are triadic colors.