COLOR #6B7194

HEX: #6B7194
RGB: (107,113,148)

Color info

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

RGB color model

#6B7194 color RGB value is (107,113,148).

  • red value is 107;
  • green value is 113;
  • blue value is 148.
RGB:
(107,113,148)
(42%,44%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 148 of 255 = 58%

107
113
148

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

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 148 = 368 (100%)
R 107 of 368 ~ 29.08%
G 113 of 368 ~ 30.71%
B 148 of 368 ~ 40.22%

%29.08
%30.71
%40.22

CMYK color model

#6B7194 color CMYK value is (28,24,0,42).

  • cyan value is 27.70%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(28,24,0,42)
C28M24Y0K42 
(28%,24%,0%,42%)
(0.28/0.24/0.00/0.42)	

CMYK percentages

%27.7
%23.65
%0
%41.96

Codes

Color #6B7194 in popluar color models

6B7194
RGB107113148
HSL231°16.08%50.00%
HSB/HSV231°27.70%58.04%
CMYK27.70%23.65%0.00%
41.96%

Color #6B7194 in popluar number systems.

HEX6B7194
Decimal107113148
Binary1101011111000110010100
Octal153161224

Shades and tints

Shades of #6B7194

#6B7194
(107,113,148)
#626787
(98,103,135)
#595D7A
(89,93,122)
#50536D
(80,83,109)
#474960
(71,73,96)
#3E3F53
(62,63,83)
#353546
(53,53,70)
#2C2B39
(44,43,57)
#23212C
(35,33,44)
#1A171F
(26,23,31)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B7194

#6B7194
(107,113,148)
#787D9D
(120,125,157)
#8589A6
(133,137,166)
#9295AF
(146,149,175)
#9FA1B8
(159,161,184)
#ACADC1
(172,173,193)
#B9B9CA
(185,185,202)
#C6C5D3
(198,197,211)
#D3D1DC
(211,209,220)
#E0DDE5
(224,221,229)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7194 color. Also use rgb(107,113,148) instead hex code.

Text Font Color

.myTextColor { color: #6B7194; }

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

This text font color is #6B7194.


Background Color

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

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

This div background color is #6B7194.


Border color

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

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

This div border color is #6B7194.


Opacity

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

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

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

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

This text has shadow with #6B7194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7194 on black background.


Color preview on white background

This text has color #6B7194 on white background.



Black color preview on #6B7194 background

This text has black color on #6B7194 background.


White color preview on #6B7194 background

This text has white color on #6B7194 background.