COLOR #6B465C

HEX: #6B465C
RGB: (107,70,92)

Color info

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

RGB color model

#6B465C color RGB value is (107,70,92).

  • red value is 107;
  • green value is 70;
  • blue value is 92.
RGB:
(107,70,92)
(42%,27%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 92 of 255 = 36%

107
70
92

R + G + B ~ 35%. #6B465C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 92 = 269 (100%)
R 107 of 269 ~ 39.78%
G 70 of 269 ~ 26.02%
B 92 of 269 ~ 34.2%

%39.78
%26.02
%34.2

CMYK color model

#6B465C color CMYK value is (0,35,14,58).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(0,35,14,58)
C0M35Y14K58 
(0%,35%,14%,58%)
(0.00/0.35/0.14/0.58)	

CMYK percentages

%0
%34.58
%14.02
%58.04

Codes

Color #6B465C in popluar color models

6B465C
RGB1077092
HSL324°20.90%34.71%
HSB/HSV324°34.58%41.96%
CMYK0.00%34.58%14.02%
58.04%

Color #6B465C in popluar number systems.

HEX6B465C
Decimal1077092
Binary110101110001101011100
Octal153106134

Shades and tints

Shades of #6B465C

#6B465C
(107,70,92)
#624054
(98,64,84)
#593A4C
(89,58,76)
#503444
(80,52,68)
#472E3C
(71,46,60)
#3E2834
(62,40,52)
#35222C
(53,34,44)
#2C1C24
(44,28,36)
#23161C
(35,22,28)
#1A1014
(26,16,20)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #6B465C

#6B465C
(107,70,92)
#78566A
(120,86,106)
#856678
(133,102,120)
#927686
(146,118,134)
#9F8694
(159,134,148)
#AC96A2
(172,150,162)
#B9A6B0
(185,166,176)
#C6B6BE
(198,182,190)
#D3C6CC
(211,198,204)
#E0D6DA
(224,214,218)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B465C color. Also use rgb(107,70,92) instead hex code.

Text Font Color

.myTextColor { color: #6B465C; }

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

This text font color is #6B465C.


Background Color

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

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

This div background color is #6B465C.


Border color

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

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

This div border color is #6B465C.


Opacity

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

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

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

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

This text has shadow with #6B465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B465C on black background.


Color preview on white background

This text has color #6B465C on white background.



Black color preview on #6B465C background

This text has black color on #6B465C background.


White color preview on #6B465C background

This text has white color on #6B465C background.