COLOR #6B7592

HEX: #6B7592
RGB: (107,117,146)

Color info

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

RGB color model

#6B7592 color RGB value is (107,117,146).

  • red value is 107;
  • green value is 117;
  • blue value is 146.
RGB:
(107,117,146)
(42%,46%,57%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 146 of 255 = 57%

107
117
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 146 = 370 (100%)
R 107 of 370 ~ 28.92%
G 117 of 370 ~ 31.62%
B 146 of 370 ~ 39.46%

%28.92
%31.62
%39.46

CMYK color model

#6B7592 color CMYK value is (27,20,0,43).

  • cyan value is 26.71%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,20,0,43)
C27M20Y0K43 
(27%,20%,0%,43%)
(0.27/0.20/0.00/0.43)	

CMYK percentages

%26.71
%19.86
%0
%42.75

Codes

Color #6B7592 in popluar color models

6B7592
RGB107117146
HSL225°15.42%49.61%
HSB/HSV225°26.71%57.25%
CMYK26.71%19.86%0.00%
42.75%

Color #6B7592 in popluar number systems.

HEX6B7592
Decimal107117146
Binary1101011111010110010010
Octal153165222

Shades and tints

Shades of #6B7592

#6B7592
(107,117,146)
#626B85
(98,107,133)
#596178
(89,97,120)
#50576B
(80,87,107)
#474D5E
(71,77,94)
#3E4351
(62,67,81)
#353944
(53,57,68)
#2C2F37
(44,47,55)
#23252A
(35,37,42)
#1A1B1D
(26,27,29)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B7592

#6B7592
(107,117,146)
#78819B
(120,129,155)
#858DA4
(133,141,164)
#9299AD
(146,153,173)
#9FA5B6
(159,165,182)
#ACB1BF
(172,177,191)
#B9BDC8
(185,189,200)
#C6C9D1
(198,201,209)
#D3D5DA
(211,213,218)
#E0E1E3
(224,225,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7592 color. Also use rgb(107,117,146) instead hex code.

Text Font Color

.myTextColor { color: #6B7592; }

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

This text font color is #6B7592.


Background Color

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

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

This div background color is #6B7592.


Border color

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

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

This div border color is #6B7592.


Opacity

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

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

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

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

This text has shadow with #6B7592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7592 on black background.


Color preview on white background

This text has color #6B7592 on white background.



Black color preview on #6B7592 background

This text has black color on #6B7592 background.


White color preview on #6B7592 background

This text has white color on #6B7592 background.