COLOR #6F799E

HEX: #6F799E RGB: (111,121,158)

Color info

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

RGB color model

#6F799E color RGB value is (111,121,158).

RGB: (111,121,158) (44%, 47%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 158 of 255 = 62%

111
121
158

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

Portions of RGB colors in percentages

R + G + B = 111 + 121 + 158 = 390 (100%)
R 111 of 390 ~ 28.46%
G 121 of 390 ~ 31.03%
B 158 of 390 ~ 40.51'%

%28.46
%31.03
%40.51

CMYK color model

#6F799E color CMYK value is (30,23,0,38).

  • cyan value is 29.75%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (30,23,0,38)
C30M23Y0K38 (30%, 23%, 0%, 38%)
(0.30 / 0.23 / 0.00 / 0.38)

CMYK percentages

%29.75
%23.42
%0
%38.04

Codes

Color #6F799E in popluar color models

6F 79 9E
RGB 111 121 158
HSL 227° 19.50% 52.75%
HSB/HSV 227° 29.75% 61.96%
CMYK 29.75% 23.42% 0.00%
38.04%

Color #6F799E in popluar number systems.

HEX 6F 79 9E
Decimal 111 121 158
Binary 1101111 1111001 10011110
Octal 157 171 236

Shades and tints

Shades of #6F799E

#6F799E
(111,121,158)
#656E90
(101,110,144)
#5B6382
(91,99,130)
#515874
(81,88,116)
#474D66
(71,77,102)
#3D4258
(61,66,88)
#33374A
(51,55,74)
#292C3C
(41,44,60)
#1F212E
(31,33,46)
#151620
(21,22,32)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #6F799E

#6F799E
(111,121,158)
#7C85A6
(124,133,166)
#8991AE
(137,145,174)
#969DB6
(150,157,182)
#A3A9BE
(163,169,190)
#B0B5C6
(176,181,198)
#BDC1CE
(189,193,206)
#CACDD6
(202,205,214)
#D7D9DE
(215,217,222)
#E4E5E6
(228,229,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F799E; }

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

This text font color is #6F799E.

Background Color

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

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

This div background color is #6F799E.

Border color

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

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

This div border color is #6F799E.

Opacity

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

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

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

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

This text has shadow with #6F799E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F799E.

Preview

Color preview on black background

This text has color #6F799E on black background.


Color preview on white background

This text has color #6F799E on white background.


Black color preview on #6F799E background

This text has black color on #6F799E background.


White color preview on #6F799E background

This text has white color on #6F799E background.


Related colors

Complementary color

Complementary color for #hex is #908661.


I love getcolorcode.com

Triadic colors

1 #9E6F79 and #799E6F with #6F799E are triadic colors.

2 #9E796F and #796F9E with #6F799E are triadic colors.