COLOR #6F778A

HEX: #6F778A
RGB: (111,119,138)

Color info

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

RGB color model

#6F778A color RGB value is (111,119,138).

  • red value is 111;
  • green value is 119;
  • blue value is 138.
RGB:
(111,119,138)
(44%,47%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 138 of 255 = 54%

111
119
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 138 = 368 (100%)
R 111 of 368 ~ 30.16%
G 119 of 368 ~ 32.34%
B 138 of 368 ~ 37.5%

%30.16
%32.34
%37.5

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 13.77%
  • 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
%13.77
%0
%45.88

Codes

Color #6F778A in popluar color models

6F778A
RGB111119138
HSL222°10.84%48.82%
HSB/HSV222°19.57%54.12%
CMYK19.57%13.77%0.00%
45.88%

Color #6F778A in popluar number systems.

HEX6F778A
Decimal111119138
Binary1101111111011110001010
Octal157167212

Shades and tints

Shades of #6F778A

#6F778A
(111,119,138)
#656D7E
(101,109,126)
#5B6372
(91,99,114)
#515966
(81,89,102)
#474F5A
(71,79,90)
#3D454E
(61,69,78)
#333B42
(51,59,66)
#293136
(41,49,54)
#1F272A
(31,39,42)
#151D1E
(21,29,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #6F778A

#6F778A
(111,119,138)
#7C8394
(124,131,148)
#898F9E
(137,143,158)
#969BA8
(150,155,168)
#A3A7B2
(163,167,178)
#B0B3BC
(176,179,188)
#BDBFC6
(189,191,198)
#CACBD0
(202,203,208)
#D7D7DA
(215,215,218)
#E4E3E4
(228,227,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F778A; }

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

This text font color is #6F778A.


Background Color

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

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

This div background color is #6F778A.


Border color

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

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

This div border color is #6F778A.


Opacity

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

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

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

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

This text has shadow with #6F778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F778A on black background.


Color preview on white background

This text has color #6F778A on white background.



Black color preview on #6F778A background

This text has black color on #6F778A background.


White color preview on #6F778A background

This text has white color on #6F778A background.