COLOR #6B7792

HEX: #6B7792 RGB: (107,119,146)

Color info

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

RGB color model

#6B7792 color RGB value is (107,119,146).

RGB: (107,119,146) (42%, 47%, 57%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 146 of 255 = 57%

107
119
146

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

Portions of RGB colors in percentages

R + G + B = 107 + 119 + 146 = 372 (100%)
R 107 of 372 ~ 28.76%
G 119 of 372 ~ 31.99%
B 146 of 372 ~ 39.25'%

%28.76
%31.99
%39.25

CMYK color model

#6B7792 color CMYK value is (27,18,0,43).

  • cyan value is 26.71%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (27,18,0,43)
C27M18Y0K43 (27%, 18%, 0%, 43%)
(0.27 / 0.18 / 0.00 / 0.43)

CMYK percentages

%26.71
%18.49
%0
%42.75

Codes

Color #6B7792 in popluar color models

6B 77 92
RGB 107 119 146
HSL 222° 15.42% 49.61%
HSB/HSV 222° 26.71% 57.25%
CMYK 26.71% 18.49% 0.00%
42.75%

Color #6B7792 in popluar number systems.

HEX 6B 77 92
Decimal 107 119 146
Binary 1101011 1110111 10010010
Octal 153 167 222

Shades and tints

Shades of #6B7792

#6B7792
(107,119,146)
#626D85
(98,109,133)
#596378
(89,99,120)
#50596B
(80,89,107)
#474F5E
(71,79,94)
#3E4551
(62,69,81)
#353B44
(53,59,68)
#2C3137
(44,49,55)
#23272A
(35,39,42)
#1A1D1D
(26,29,29)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #6B7792

#6B7792
(107,119,146)
#78839B
(120,131,155)
#858FA4
(133,143,164)
#929BAD
(146,155,173)
#9FA7B6
(159,167,182)
#ACB3BF
(172,179,191)
#B9BFC8
(185,191,200)
#C6CBD1
(198,203,209)
#D3D7DA
(211,215,218)
#E0E3E3
(224,227,227)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7792; }

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

This text font color is #6B7792.

Background Color

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

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

This div background color is #6B7792.

Border color

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

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

This div border color is #6B7792.

Opacity

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

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

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

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

This text has shadow with #6B7792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7792.

Preview

Color preview on black background

This text has color #6B7792 on black background.


Color preview on white background

This text has color #6B7792 on white background.


Black color preview on #6B7792 background

This text has black color on #6B7792 background.


White color preview on #6B7792 background

This text has white color on #6B7792 background.


Related colors

Complementary color

Complementary color for #hex is #94886D.


I love getcolorcode.com

Triadic colors

1 #926B77 and #77926B with #6B7792 are triadic colors.

2 #92776B and #776B92 with #6B7792 are triadic colors.