COLOR #6A7395

HEX: #6A7395
RGB: (106,115,149)

Color info

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

RGB color model

#6A7395 color RGB value is (106,115,149).

  • red value is 106;
  • green value is 115;
  • blue value is 149.
RGB:
(106,115,149)
(42%,45%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 149 of 255 = 58%

106
115
149

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

Portions of RGB colors in percentages

R + G + B =
106 + 115 + 149 = 370 (100%)
R 106 of 370 ~ 28.65%
G 115 of 370 ~ 31.08%
B 149 of 370 ~ 40.27%

%28.65
%31.08
%40.27

CMYK color model

#6A7395 color CMYK value is (29,23,0,42).

  • cyan value is 28.86%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(29,23,0,42)
C29M23Y0K42 
(29%,23%,0%,42%)
(0.29/0.23/0.00/0.42)	

CMYK percentages

%28.86
%22.82
%0
%41.57

Codes

Color #6A7395 in popluar color models

6A7395
RGB106115149
HSL227°16.86%50.00%
HSB/HSV227°28.86%58.43%
CMYK28.86%22.82%0.00%
41.57%

Color #6A7395 in popluar number systems.

HEX6A7395
Decimal106115149
Binary1101010111001110010101
Octal152163225

Shades and tints

Shades of #6A7395

#6A7395
(106,115,149)
#616988
(97,105,136)
#585F7B
(88,95,123)
#4F556E
(79,85,110)
#464B61
(70,75,97)
#3D4154
(61,65,84)
#343747
(52,55,71)
#2B2D3A
(43,45,58)
#22232D
(34,35,45)
#191920
(25,25,32)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #6A7395

#6A7395
(106,115,149)
#777F9E
(119,127,158)
#848BA7
(132,139,167)
#9197B0
(145,151,176)
#9EA3B9
(158,163,185)
#ABAFC2
(171,175,194)
#B8BBCB
(184,187,203)
#C5C7D4
(197,199,212)
#D2D3DD
(210,211,221)
#DFDFE6
(223,223,230)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7395 color. Also use rgb(106,115,149) instead hex code.

Text Font Color

.myTextColor { color: #6A7395; }

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

This text font color is #6A7395.


Background Color

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

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

This div background color is #6A7395.


Border color

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

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

This div border color is #6A7395.


Opacity

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

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

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

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

This text has shadow with #6A7395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7395 on black background.


Color preview on white background

This text has color #6A7395 on white background.



Black color preview on #6A7395 background

This text has black color on #6A7395 background.


White color preview on #6A7395 background

This text has white color on #6A7395 background.