COLOR #6A7792

HEX: #6A7792
RGB: (106,119,146)

Color info

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

RGB color model

#6A7792 color RGB value is (106,119,146).

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

RGB channels and saturation

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

106
119
146

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

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 146 = 371 (100%)
R 106 of 371 ~ 28.57%
G 119 of 371 ~ 32.08%
B 146 of 371 ~ 39.35%

%28.57
%32.08
%39.35

CMYK color model

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

  • cyan value is 27.40%
  • 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

%27.4
%18.49
%0
%42.75

Codes

Color #6A7792 in popluar color models

6A7792
RGB106119146
HSL221°15.87%49.41%
HSB/HSV221°27.40%57.25%
CMYK27.40%18.49%0.00%
42.75%

Color #6A7792 in popluar number systems.

HEX6A7792
Decimal106119146
Binary1101010111011110010010
Octal152167222

Shades and tints

Shades of #6A7792

#6A7792
(106,119,146)
#616D85
(97,109,133)
#586378
(88,99,120)
#4F596B
(79,89,107)
#464F5E
(70,79,94)
#3D4551
(61,69,81)
#343B44
(52,59,68)
#2B3137
(43,49,55)
#22272A
(34,39,42)
#191D1D
(25,29,29)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #6A7792

#6A7792
(106,119,146)
#77839B
(119,131,155)
#848FA4
(132,143,164)
#919BAD
(145,155,173)
#9EA7B6
(158,167,182)
#ABB3BF
(171,179,191)
#B8BFC8
(184,191,200)
#C5CBD1
(197,203,209)
#D2D7DA
(210,215,218)
#DFE3E3
(223,227,227)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7792; }

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

This text font color is #6A7792.


Background Color

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

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

This div background color is #6A7792.


Border color

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

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

This div border color is #6A7792.


Opacity

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

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

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

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

This text has shadow with #6A7792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7792 on black background.


Color preview on white background

This text has color #6A7792 on white background.



Black color preview on #6A7792 background

This text has black color on #6A7792 background.


White color preview on #6A7792 background

This text has white color on #6A7792 background.