COLOR #6C7792

HEX: #6C7792
RGB: (108,119,146)

Color info

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

RGB color model

#6C7792 color RGB value is (108,119,146).

  • red value is 108;
  • green value is 119;
  • blue value is 146.
RGB:
(108,119,146)
(42%,47%,57%)

RGB channels and saturation

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

108
119
146

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 146 = 373 (100%)
R 108 of 373 ~ 28.95%
G 119 of 373 ~ 31.9%
B 146 of 373 ~ 39.14%

%28.95
%31.9
%39.14

CMYK color model

#6C7792 color CMYK value is (26,18,0,43).

  • cyan value is 26.03%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(26,18,0,43)
C26M18Y0K43 
(26%,18%,0%,43%)
(0.26/0.18/0.00/0.43)	

CMYK percentages

%26.03
%18.49
%0
%42.75

Codes

Color #6C7792 in popluar color models

6C7792
RGB108119146
HSL223°14.96%49.80%
HSB/HSV223°26.03%57.25%
CMYK26.03%18.49%0.00%
42.75%

Color #6C7792 in popluar number systems.

HEX6C7792
Decimal108119146
Binary1101100111011110010010
Octal154167222

Shades and tints

Shades of #6C7792

#6C7792
(108,119,146)
#636D85
(99,109,133)
#5A6378
(90,99,120)
#51596B
(81,89,107)
#484F5E
(72,79,94)
#3F4551
(63,69,81)
#363B44
(54,59,68)
#2D3137
(45,49,55)
#24272A
(36,39,42)
#1B1D1D
(27,29,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C7792

#6C7792
(108,119,146)
#79839B
(121,131,155)
#868FA4
(134,143,164)
#939BAD
(147,155,173)
#A0A7B6
(160,167,182)
#ADB3BF
(173,179,191)
#BABFC8
(186,191,200)
#C7CBD1
(199,203,209)
#D4D7DA
(212,215,218)
#E1E3E3
(225,227,227)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7792; }

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

This text font color is #6C7792.


Background Color

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

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

This div background color is #6C7792.


Border color

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

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

This div border color is #6C7792.


Opacity

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

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

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

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

This text has shadow with #6C7792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7792 on black background.


Color preview on white background

This text has color #6C7792 on white background.



Black color preview on #6C7792 background

This text has black color on #6C7792 background.


White color preview on #6C7792 background

This text has white color on #6C7792 background.