COLOR #6F769E

HEX: #6F769E RGB: (111,118,158)

Color info

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

RGB color model

#6F769E color RGB value is (111,118,158).

RGB: (111,118,158) (44%, 46%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 158 of 255 = 62%

111
118
158

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

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 158 = 387 (100%)
R 111 of 387 ~ 28.68%
G 118 of 387 ~ 30.49%
B 158 of 387 ~ 40.83'%

%28.68
%30.49
%40.83

CMYK color model

#6F769E color CMYK value is (30,25,0,38).

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

CMYK: (30,25,0,38)
C30M25Y0K38 (30%, 25%, 0%, 38%)
(0.30 / 0.25 / 0.00 / 0.38)

CMYK percentages

%29.75
%25.32
%0
%38.04

Codes

Color #6F769E in popluar color models

6F 76 9E
RGB 111 118 158
HSL 231° 19.50% 52.75%
HSB/HSV 231° 29.75% 61.96%
CMYK 29.75% 25.32% 0.00%
38.04%

Color #6F769E in popluar number systems.

HEX 6F 76 9E
Decimal 111 118 158
Binary 1101111 1110110 10011110
Octal 157 166 236

Shades and tints

Shades of #6F769E

#6F769E
(111,118,158)
#656C90
(101,108,144)
#5B6282
(91,98,130)
#515874
(81,88,116)
#474E66
(71,78,102)
#3D4458
(61,68,88)
#333A4A
(51,58,74)
#29303C
(41,48,60)
#1F262E
(31,38,46)
#151C20
(21,28,32)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #6F769E

#6F769E
(111,118,158)
#7C82A6
(124,130,166)
#898EAE
(137,142,174)
#969AB6
(150,154,182)
#A3A6BE
(163,166,190)
#B0B2C6
(176,178,198)
#BDBECE
(189,190,206)
#CACAD6
(202,202,214)
#D7D6DE
(215,214,222)
#E4E2E6
(228,226,230)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F769E; }

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

This text font color is #6F769E.

Background Color

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

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

This div background color is #6F769E.

Border color

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

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

This div border color is #6F769E.

Opacity

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

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

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

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

This text has shadow with #6F769E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F769E.

Preview

Color preview on black background

This text has color #6F769E on black background.


Color preview on white background

This text has color #6F769E on white background.


Black color preview on #6F769E background

This text has black color on #6F769E background.


White color preview on #6F769E background

This text has white color on #6F769E background.


Related colors

Complementary color

Complementary color for #hex is #908961.


I love getcolorcode.com

Triadic colors

1 #9E6F76 and #769E6F with #6F769E are triadic colors.

2 #9E766F and #766F9E with #6F769E are triadic colors.