COLOR #6F768A

HEX: #6F768A RGB: (111,118,138)

Color info

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

RGB color model

#6F768A color RGB value is (111,118,138).

RGB: (111,118,138) (44%, 46%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 138 of 255 = 54%

111
118
138

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

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 138 = 367 (100%)
R 111 of 367 ~ 30.25%
G 118 of 367 ~ 32.15%
B 138 of 367 ~ 37.6'%

%30.25
%32.15
%37.6

CMYK color model

#6F768A color CMYK value is (20,14,0,46).

  • cyan value is 19.57%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (20,14,0,46)
C20M14Y0K46 (20%, 14%, 0%, 46%)
(0.20 / 0.14 / 0.00 / 0.46)

CMYK percentages

%19.57
%14.49
%0
%45.88

Codes

Color #6F768A in popluar color models

6F 76 8A
RGB 111 118 138
HSL 224° 10.84% 48.82%
HSB/HSV 224° 19.57% 54.12%
CMYK 19.57% 14.49% 0.00%
45.88%

Color #6F768A in popluar number systems.

HEX 6F 76 8A
Decimal 111 118 138
Binary 1101111 1110110 10001010
Octal 157 166 212

Shades and tints

Shades of #6F768A

#6F768A
(111,118,138)
#656C7E
(101,108,126)
#5B6272
(91,98,114)
#515866
(81,88,102)
#474E5A
(71,78,90)
#3D444E
(61,68,78)
#333A42
(51,58,66)
#293036
(41,48,54)
#1F262A
(31,38,42)
#151C1E
(21,28,30)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #6F768A

#6F768A
(111,118,138)
#7C8294
(124,130,148)
#898E9E
(137,142,158)
#969AA8
(150,154,168)
#A3A6B2
(163,166,178)
#B0B2BC
(176,178,188)
#BDBEC6
(189,190,198)
#CACAD0
(202,202,208)
#D7D6DA
(215,214,218)
#E4E2E4
(228,226,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F768A; }

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

This text font color is #6F768A.

Background Color

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

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

This div background color is #6F768A.

Border color

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

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

This div border color is #6F768A.

Opacity

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

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

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

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

This text has shadow with #6F768A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F768A.

Preview

Color preview on black background

This text has color #6F768A on black background.


Color preview on white background

This text has color #6F768A on white background.


Black color preview on #6F768A background

This text has black color on #6F768A background.


White color preview on #6F768A background

This text has white color on #6F768A background.


Related colors

Complementary color

Complementary color for #hex is #908975.


I love getcolorcode.com

Triadic colors

1 #8A6F76 and #768A6F with #6F768A are triadic colors.

2 #8A766F and #766F8A with #6F768A are triadic colors.