COLOR #6B779B

HEX: #6B779B RGB: (107,119,155)

Color info

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

RGB color model

#6B779B color RGB value is (107,119,155).

RGB: (107,119,155) (42%, 47%, 61%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 155 of 255 = 61%

107
119
155

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

Portions of RGB colors in percentages

R + G + B = 107 + 119 + 155 = 381 (100%)
R 107 of 381 ~ 28.08%
G 119 of 381 ~ 31.23%
B 155 of 381 ~ 40.68'%

%28.08
%31.23
%40.68

CMYK color model

#6B779B color CMYK value is (31,23,0,39).

  • cyan value is 30.97%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (31,23,0,39)
C31M23Y0K39 (31%, 23%, 0%, 39%)
(0.31 / 0.23 / 0.00 / 0.39)

CMYK percentages

%30.97
%23.23
%0
%39.22

Codes

Color #6B779B in popluar color models

6B 77 9B
RGB 107 119 155
HSL 225° 19.35% 51.37%
HSB/HSV 225° 30.97% 60.78%
CMYK 30.97% 23.23% 0.00%
39.22%

Color #6B779B in popluar number systems.

HEX 6B 77 9B
Decimal 107 119 155
Binary 1101011 1110111 10011011
Octal 153 167 233

Shades and tints

Shades of #6B779B

#6B779B
(107,119,155)
#626D8D
(98,109,141)
#59637F
(89,99,127)
#505971
(80,89,113)
#474F63
(71,79,99)
#3E4555
(62,69,85)
#353B47
(53,59,71)
#2C3139
(44,49,57)
#23272B
(35,39,43)
#1A1D1D
(26,29,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6B779B

#6B779B
(107,119,155)
#7883A4
(120,131,164)
#858FAD
(133,143,173)
#929BB6
(146,155,182)
#9FA7BF
(159,167,191)
#ACB3C8
(172,179,200)
#B9BFD1
(185,191,209)
#C6CBDA
(198,203,218)
#D3D7E3
(211,215,227)
#E0E3EC
(224,227,236)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B779B; }

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

This text font color is #6B779B.

Background Color

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

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

This div background color is #6B779B.

Border color

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

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

This div border color is #6B779B.

Opacity

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

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

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

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

This text has shadow with #6B779B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B779B.

Preview

Color preview on black background

This text has color #6B779B on black background.


Color preview on white background

This text has color #6B779B on white background.


Black color preview on #6B779B background

This text has black color on #6B779B background.


White color preview on #6B779B background

This text has white color on #6B779B background.


Related colors

Complementary color

Complementary color for #hex is #948864.


I love getcolorcode.com

Triadic colors

1 #9B6B77 and #779B6B with #6B779B are triadic colors.

2 #9B776B and #776B9B with #6B779B are triadic colors.