COLOR #6F799D

HEX: #6F799D RGB: (111,121,157)

Color info

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

RGB color model

#6F799D color RGB value is (111,121,157).

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

RGB channels and saturation

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

111
121
157

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

Portions of RGB colors in percentages

R + G + B = 111 + 121 + 157 = 389 (100%)
R 111 of 389 ~ 28.53%
G 121 of 389 ~ 31.11%
B 157 of 389 ~ 40.36'%

%28.53
%31.11
%40.36

CMYK color model

#6F799D color CMYK value is (29,23,0,38).

  • cyan value is 29.30%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (29,23,0,38)
C29M23Y0K38 (29%, 23%, 0%, 38%)
(0.29 / 0.23 / 0.00 / 0.38)

CMYK percentages

%29.3
%22.93
%0
%38.43

Codes

Color #6F799D in popluar color models

6F 79 9D
RGB 111 121 157
HSL 227° 19.01% 52.55%
HSB/HSV 227° 29.30% 61.57%
CMYK 29.30% 22.93% 0.00%
38.43%

Color #6F799D in popluar number systems.

HEX 6F 79 9D
Decimal 111 121 157
Binary 1101111 1111001 10011101
Octal 157 171 235

Shades and tints

Shades of #6F799D

#6F799D
(111,121,157)
#656E8F
(101,110,143)
#5B6381
(91,99,129)
#515873
(81,88,115)
#474D65
(71,77,101)
#3D4257
(61,66,87)
#333749
(51,55,73)
#292C3B
(41,44,59)
#1F212D
(31,33,45)
#15161F
(21,22,31)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F799D

#6F799D
(111,121,157)
#7C85A5
(124,133,165)
#8991AD
(137,145,173)
#969DB5
(150,157,181)
#A3A9BD
(163,169,189)
#B0B5C5
(176,181,197)
#BDC1CD
(189,193,205)
#CACDD5
(202,205,213)
#D7D9DD
(215,217,221)
#E4E5E5
(228,229,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F799D; }

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

This text font color is #6F799D.

Background Color

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

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

This div background color is #6F799D.

Border color

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

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

This div border color is #6F799D.

Opacity

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

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

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

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

This text has shadow with #6F799D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F799D.

Preview

Color preview on black background

This text has color #6F799D on black background.


Color preview on white background

This text has color #6F799D on white background.


Black color preview on #6F799D background

This text has black color on #6F799D background.


White color preview on #6F799D background

This text has white color on #6F799D background.


Related colors

Complementary color

Complementary color for #hex is #908662.


I love getcolorcode.com

Triadic colors

1 #9D6F79 and #799D6F with #6F799D are triadic colors.

2 #9D796F and #796F9D with #6F799D are triadic colors.