COLOR #6B778F

HEX: #6B778F
RGB: (107,119,143)

Color info

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

RGB color model

#6B778F color RGB value is (107,119,143).

  • red value is 107;
  • green value is 119;
  • blue value is 143.
RGB:
(107,119,143)
(42%,47%,56%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 143 of 255 = 56%

107
119
143

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 143 = 369 (100%)
R 107 of 369 ~ 29%
G 119 of 369 ~ 32.25%
B 143 of 369 ~ 38.75%

%29
%32.25
%38.75

CMYK color model

#6B778F color CMYK value is (25,17,0,44).

  • cyan value is 25.17%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(25,17,0,44)
C25M17Y0K44 
(25%,17%,0%,44%)
(0.25/0.17/0.00/0.44)	

CMYK percentages

%25.17
%16.78
%0
%43.92

Codes

Color #6B778F in popluar color models

6B778F
RGB107119143
HSL220°14.40%49.02%
HSB/HSV220°25.17%56.08%
CMYK25.17%16.78%0.00%
43.92%

Color #6B778F in popluar number systems.

HEX6B778F
Decimal107119143
Binary1101011111011110001111
Octal153167217

Shades and tints

Shades of #6B778F

#6B778F
(107,119,143)
#626D82
(98,109,130)
#596375
(89,99,117)
#505968
(80,89,104)
#474F5B
(71,79,91)
#3E454E
(62,69,78)
#353B41
(53,59,65)
#2C3134
(44,49,52)
#232727
(35,39,39)
#1A1D1A
(26,29,26)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #6B778F

#6B778F
(107,119,143)
#788399
(120,131,153)
#858FA3
(133,143,163)
#929BAD
(146,155,173)
#9FA7B7
(159,167,183)
#ACB3C1
(172,179,193)
#B9BFCB
(185,191,203)
#C6CBD5
(198,203,213)
#D3D7DF
(211,215,223)
#E0E3E9
(224,227,233)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B778F color. Also use rgb(107,119,143) instead hex code.

Text Font Color

.myTextColor { color: #6B778F; }

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

This text font color is #6B778F.


Background Color

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

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

This div background color is #6B778F.


Border color

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

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

This div border color is #6B778F.


Opacity

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

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

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

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

This text has shadow with #6B778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B778F on black background.


Color preview on white background

This text has color #6B778F on white background.



Black color preview on #6B778F background

This text has black color on #6B778F background.


White color preview on #6B778F background

This text has white color on #6B778F background.