COLOR #6B435B

HEX: #6B435B
RGB: (107,67,91)

Color info

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

RGB color model

#6B435B color RGB value is (107,67,91).

  • red value is 107;
  • green value is 67;
  • blue value is 91.
RGB:
(107,67,91)
(42%,26%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 67 of 255 = 26%
B 91 of 255 = 36%

107
67
91

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

Portions of RGB colors in percentages

R + G + B =
107 + 67 + 91 = 265 (100%)
R 107 of 265 ~ 40.38%
G 67 of 265 ~ 25.28%
B 91 of 265 ~ 34.34%

%40.38
%25.28
%34.34

CMYK color model

#6B435B color CMYK value is (0,37,15,58).

  • cyan value is 0.00%
  • magenta value is 37.38%
  • yellow value is 14.95%
  • key color value is 58.04%
CMYK:
(0,37,15,58)
C0M37Y15K58 
(0%,37%,15%,58%)
(0.00/0.37/0.15/0.58)	

CMYK percentages

%0
%37.38
%14.95
%58.04

Codes

Color #6B435B in popluar color models

6B435B
RGB1076791
HSL324°22.99%34.12%
HSB/HSV324°37.38%41.96%
CMYK0.00%37.38%14.95%
58.04%

Color #6B435B in popluar number systems.

HEX6B435B
Decimal1076791
Binary110101110000111011011
Octal153103133

Shades and tints

Shades of #6B435B

#6B435B
(107,67,91)
#623D53
(98,61,83)
#59374B
(89,55,75)
#503143
(80,49,67)
#472B3B
(71,43,59)
#3E2533
(62,37,51)
#351F2B
(53,31,43)
#2C1923
(44,25,35)
#23131B
(35,19,27)
#1A0D13
(26,13,19)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #6B435B

#6B435B
(107,67,91)
#785469
(120,84,105)
#856577
(133,101,119)
#927685
(146,118,133)
#9F8793
(159,135,147)
#AC98A1
(172,152,161)
#B9A9AF
(185,169,175)
#C6BABD
(198,186,189)
#D3CBCB
(211,203,203)
#E0DCD9
(224,220,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B435B color. Also use rgb(107,67,91) instead hex code.

Text Font Color

.myTextColor { color: #6B435B; }

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

This text font color is #6B435B.


Background Color

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

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

This div background color is #6B435B.


Border color

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

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

This div border color is #6B435B.


Opacity

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

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

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

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

This text has shadow with #6B435B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B435B on black background.


Color preview on white background

This text has color #6B435B on white background.



Black color preview on #6B435B background

This text has black color on #6B435B background.


White color preview on #6B435B background

This text has white color on #6B435B background.