COLOR #6B496D

HEX: #6B496D
RGB: (107,73,109)

Color info

#6B496D contains red, green and blue colors in about the same proportion. Web safe color of #6B496D is #663366 (or #636).

RGB color model

#6B496D color RGB value is (107,73,109).

  • red value is 107;
  • green value is 73;
  • blue value is 109.
RGB:
(107,73,109)
(42%,29%,43%)

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 109 of 255 = 43%

107
73
109

R + G + B ~ 38%. #6B496D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 73 + 109 = 289 (100%)
R 107 of 289 ~ 37.02%
G 73 of 289 ~ 25.26%
B 109 of 289 ~ 37.72%

%37.02
%25.26
%37.72

CMYK color model

#6B496D color CMYK value is (2,33,0,57).

  • cyan value is 1.83%
  • magenta value is 33.03%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(2,33,0,57)
C2M33Y0K57 
(2%,33%,0%,57%)
(0.02/0.33/0.00/0.57)	

CMYK percentages

%1.83
%33.03
%0
%57.25

Codes

Color #6B496D in popluar color models

6B496D
RGB10773109
HSL297°19.78%35.69%
HSB/HSV297°33.03%42.75%
CMYK1.83%33.03%0.00%
57.25%

Color #6B496D in popluar number systems.

HEX6B496D
Decimal10773109
Binary110101110010011101101
Octal153111155

Shades and tints

Shades of #6B496D

#6B496D
(107,73,109)
#624364
(98,67,100)
#593D5B
(89,61,91)
#503752
(80,55,82)
#473149
(71,49,73)
#3E2B40
(62,43,64)
#352537
(53,37,55)
#2C1F2E
(44,31,46)
#231925
(35,25,37)
#1A131C
(26,19,28)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #6B496D

#6B496D
(107,73,109)
#78597A
(120,89,122)
#856987
(133,105,135)
#927994
(146,121,148)
#9F89A1
(159,137,161)
#AC99AE
(172,153,174)
#B9A9BB
(185,169,187)
#C6B9C8
(198,185,200)
#D3C9D5
(211,201,213)
#E0D9E2
(224,217,226)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B496D color. Also use rgb(107,73,109) instead hex code.

Text Font Color

.myTextColor { color: #6B496D; }

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

This text font color is #6B496D.


Background Color

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

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

This div background color is #6B496D.


Border color

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

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

This div border color is #6B496D.


Opacity

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

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

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

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

This text has shadow with #6B496D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B496D on black background.


Color preview on white background

This text has color #6B496D on white background.



Black color preview on #6B496D background

This text has black color on #6B496D background.


White color preview on #6B496D background

This text has white color on #6B496D background.