COLOR #6A7892

HEX: #6A7892
RGB: (106,120,146)

Color info

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

RGB color model

#6A7892 color RGB value is (106,120,146).

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

RGB channels and saturation

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

106
120
146

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

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 146 = 372 (100%)
R 106 of 372 ~ 28.49%
G 120 of 372 ~ 32.26%
B 146 of 372 ~ 39.25%

%28.49
%32.26
%39.25

CMYK color model

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

  • cyan value is 27.40%
  • magenta value is 17.81%
  • 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
%17.81
%0
%42.75

Codes

Color #6A7892 in popluar color models

6A7892
RGB106120146
HSL219°15.87%49.41%
HSB/HSV219°27.40%57.25%
CMYK27.40%17.81%0.00%
42.75%

Color #6A7892 in popluar number systems.

HEX6A7892
Decimal106120146
Binary1101010111100010010010
Octal152170222

Shades and tints

Shades of #6A7892

#6A7892
(106,120,146)
#616E85
(97,110,133)
#586478
(88,100,120)
#4F5A6B
(79,90,107)
#46505E
(70,80,94)
#3D4651
(61,70,81)
#343C44
(52,60,68)
#2B3237
(43,50,55)
#22282A
(34,40,42)
#191E1D
(25,30,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #6A7892

#6A7892
(106,120,146)
#77849B
(119,132,155)
#8490A4
(132,144,164)
#919CAD
(145,156,173)
#9EA8B6
(158,168,182)
#ABB4BF
(171,180,191)
#B8C0C8
(184,192,200)
#C5CCD1
(197,204,209)
#D2D8DA
(210,216,218)
#DFE4E3
(223,228,227)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7892; }

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

This text font color is #6A7892.


Background Color

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

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

This div background color is #6A7892.


Border color

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

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

This div border color is #6A7892.


Opacity

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

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

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

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

This text has shadow with #6A7892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7892 on black background.


Color preview on white background

This text has color #6A7892 on white background.



Black color preview on #6A7892 background

This text has black color on #6A7892 background.


White color preview on #6A7892 background

This text has white color on #6A7892 background.