COLOR #6B3D59

HEX: #6B3D59
RGB: (107,61,89)

Color info

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

RGB color model

#6B3D59 color RGB value is (107,61,89).

  • red value is 107;
  • green value is 61;
  • blue value is 89.
RGB:
(107,61,89)
(42%,24%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 61 of 255 = 24%
B 89 of 255 = 35%

107
61
89

R + G + B ~ 34%. #6B3D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 61 + 89 = 257 (100%)
R 107 of 257 ~ 41.63%
G 61 of 257 ~ 23.74%
B 89 of 257 ~ 34.63%

%41.63
%23.74
%34.63

CMYK color model

#6B3D59 color CMYK value is (0,43,17,58).

  • cyan value is 0.00%
  • magenta value is 42.99%
  • yellow value is 16.82%
  • key color value is 58.04%
CMYK:
(0,43,17,58)
C0M43Y17K58 
(0%,43%,17%,58%)
(0.00/0.43/0.17/0.58)	

CMYK percentages

%0
%42.99
%16.82
%58.04

Codes

Color #6B3D59 in popluar color models

6B3D59
RGB1076189
HSL323°27.38%32.94%
HSB/HSV323°42.99%41.96%
CMYK0.00%42.99%16.82%
58.04%

Color #6B3D59 in popluar number systems.

HEX6B3D59
Decimal1076189
Binary11010111111011011001
Octal15375131

Shades and tints

Shades of #6B3D59

#6B3D59
(107,61,89)
#623851
(98,56,81)
#593349
(89,51,73)
#502E41
(80,46,65)
#472939
(71,41,57)
#3E2431
(62,36,49)
#351F29
(53,31,41)
#2C1A21
(44,26,33)
#231519
(35,21,25)
#1A1011
(26,16,17)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #6B3D59

#6B3D59
(107,61,89)
#784E68
(120,78,104)
#855F77
(133,95,119)
#927086
(146,112,134)
#9F8195
(159,129,149)
#AC92A4
(172,146,164)
#B9A3B3
(185,163,179)
#C6B4C2
(198,180,194)
#D3C5D1
(211,197,209)
#E0D6E0
(224,214,224)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3D59 color. Also use rgb(107,61,89) instead hex code.

Text Font Color

.myTextColor { color: #6B3D59; }

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

This text font color is #6B3D59.


Background Color

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

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

This div background color is #6B3D59.


Border color

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

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

This div border color is #6B3D59.


Opacity

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

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

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

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

This text has shadow with #6B3D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3D59 on black background.


Color preview on white background

This text has color #6B3D59 on white background.



Black color preview on #6B3D59 background

This text has black color on #6B3D59 background.


White color preview on #6B3D59 background

This text has white color on #6B3D59 background.