COLOR #6A7E94

HEX: #6A7E94
RGB: (106,126,148)

Color info

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

RGB color model

#6A7E94 color RGB value is (106,126,148).

  • red value is 106;
  • green value is 126;
  • blue value is 148.
RGB:
(106,126,148)
(42%,49%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 126 of 255 = 49%
B 148 of 255 = 58%

106
126
148

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

Portions of RGB colors in percentages

R + G + B =
106 + 126 + 148 = 380 (100%)
R 106 of 380 ~ 27.89%
G 126 of 380 ~ 33.16%
B 148 of 380 ~ 38.95%

%27.89
%33.16
%38.95

CMYK color model

#6A7E94 color CMYK value is (28,15,0,42).

  • cyan value is 28.38%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(28,15,0,42)
C28M15Y0K42 
(28%,15%,0%,42%)
(0.28/0.15/0.00/0.42)	

CMYK percentages

%28.38
%14.86
%0
%41.96

Codes

Color #6A7E94 in popluar color models

6A7E94
RGB106126148
HSL211°16.54%49.80%
HSB/HSV211°28.38%58.04%
CMYK28.38%14.86%0.00%
41.96%

Color #6A7E94 in popluar number systems.

HEX6A7E94
Decimal106126148
Binary1101010111111010010100
Octal152176224

Shades and tints

Shades of #6A7E94

#6A7E94
(106,126,148)
#617387
(97,115,135)
#58687A
(88,104,122)
#4F5D6D
(79,93,109)
#465260
(70,82,96)
#3D4753
(61,71,83)
#343C46
(52,60,70)
#2B3139
(43,49,57)
#22262C
(34,38,44)
#191B1F
(25,27,31)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #6A7E94

#6A7E94
(106,126,148)
#77899D
(119,137,157)
#8494A6
(132,148,166)
#919FAF
(145,159,175)
#9EAAB8
(158,170,184)
#ABB5C1
(171,181,193)
#B8C0CA
(184,192,202)
#C5CBD3
(197,203,211)
#D2D6DC
(210,214,220)
#DFE1E5
(223,225,229)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7E94 color. Also use rgb(106,126,148) instead hex code.

Text Font Color

.myTextColor { color: #6A7E94; }

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

This text font color is #6A7E94.


Background Color

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

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

This div background color is #6A7E94.


Border color

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

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

This div border color is #6A7E94.


Opacity

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

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

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

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

This text has shadow with #6A7E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7E94 on black background.


Color preview on white background

This text has color #6A7E94 on white background.



Black color preview on #6A7E94 background

This text has black color on #6A7E94 background.


White color preview on #6A7E94 background

This text has white color on #6A7E94 background.