COLOR #6F769B

HEX: #6F769B RGB: (111,118,155)

Color info

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

RGB color model

#6F769B color RGB value is (111,118,155).

RGB: (111,118,155) (44%, 46%, 61%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 155 of 255 = 61%

111
118
155

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

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 155 = 384 (100%)
R 111 of 384 ~ 28.91%
G 118 of 384 ~ 30.73%
B 155 of 384 ~ 40.36'%

%28.91
%30.73
%40.36

CMYK color model

#6F769B color CMYK value is (28,24,0,39).

  • cyan value is 28.39%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (28,24,0,39)
C28M24Y0K39 (28%, 24%, 0%, 39%)
(0.28 / 0.24 / 0.00 / 0.39)

CMYK percentages

%28.39
%23.87
%0
%39.22

Codes

Color #6F769B in popluar color models

6F 76 9B
RGB 111 118 155
HSL 230° 18.03% 52.16%
HSB/HSV 230° 28.39% 60.78%
CMYK 28.39% 23.87% 0.00%
39.22%

Color #6F769B in popluar number systems.

HEX 6F 76 9B
Decimal 111 118 155
Binary 1101111 1110110 10011011
Octal 157 166 233

Shades and tints

Shades of #6F769B

#6F769B
(111,118,155)
#656C8D
(101,108,141)
#5B627F
(91,98,127)
#515871
(81,88,113)
#474E63
(71,78,99)
#3D4455
(61,68,85)
#333A47
(51,58,71)
#293039
(41,48,57)
#1F262B
(31,38,43)
#151C1D
(21,28,29)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #6F769B

#6F769B
(111,118,155)
#7C82A4
(124,130,164)
#898EAD
(137,142,173)
#969AB6
(150,154,182)
#A3A6BF
(163,166,191)
#B0B2C8
(176,178,200)
#BDBED1
(189,190,209)
#CACADA
(202,202,218)
#D7D6E3
(215,214,227)
#E4E2EC
(228,226,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F769B; }

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

This text font color is #6F769B.

Background Color

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

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

This div background color is #6F769B.

Border color

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

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

This div border color is #6F769B.

Opacity

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

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

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

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

This text has shadow with #6F769B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F769B.

Preview

Color preview on black background

This text has color #6F769B on black background.


Color preview on white background

This text has color #6F769B on white background.


Black color preview on #6F769B background

This text has black color on #6F769B background.


White color preview on #6F769B background

This text has white color on #6F769B background.


Related colors

Complementary color

Complementary color for #hex is #908964.


I love getcolorcode.com

Triadic colors

1 #9B6F76 and #769B6F with #6F769B are triadic colors.

2 #9B766F and #766F9B with #6F769B are triadic colors.