COLOR #6B496A

HEX: #6B496A
RGB: (107,73,106)

Color info

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

RGB color model

#6B496A color RGB value is (107,73,106).

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

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 106 of 255 = 42%

107
73
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 73 + 106 = 286 (100%)
R 107 of 286 ~ 37.41%
G 73 of 286 ~ 25.52%
B 106 of 286 ~ 37.06%

%37.41
%25.52
%37.06

CMYK color model

#6B496A color CMYK value is (0,32,1,58).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(0,32,1,58)
C0M32Y1K58 
(0%,32%,1%,58%)
(0.00/0.32/0.01/0.58)	

CMYK percentages

%0
%31.78
%0.93
%58.04

Codes

Color #6B496A in popluar color models

6B496A
RGB10773106
HSL302°18.89%35.29%
HSB/HSV302°31.78%41.96%
CMYK0.00%31.78%0.93%
58.04%

Color #6B496A in popluar number systems.

HEX6B496A
Decimal10773106
Binary110101110010011101010
Octal153111152

Shades and tints

Shades of #6B496A

#6B496A
(107,73,106)
#624361
(98,67,97)
#593D58
(89,61,88)
#50374F
(80,55,79)
#473146
(71,49,70)
#3E2B3D
(62,43,61)
#352534
(53,37,52)
#2C1F2B
(44,31,43)
#231922
(35,25,34)
#1A1319
(26,19,25)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B496A

#6B496A
(107,73,106)
#785977
(120,89,119)
#856984
(133,105,132)
#927991
(146,121,145)
#9F899E
(159,137,158)
#AC99AB
(172,153,171)
#B9A9B8
(185,169,184)
#C6B9C5
(198,185,197)
#D3C9D2
(211,201,210)
#E0D9DF
(224,217,223)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B496A; }

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

This text font color is #6B496A.


Background Color

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

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

This div background color is #6B496A.


Border color

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

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

This div border color is #6B496A.


Opacity

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

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

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

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

This text has shadow with #6B496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B496A on black background.


Color preview on white background

This text has color #6B496A on white background.



Black color preview on #6B496A background

This text has black color on #6B496A background.


White color preview on #6B496A background

This text has white color on #6B496A background.