COLOR #6B3565

HEX: #6B3565
RGB: (107,53,101)

Color info

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

RGB color model

#6B3565 color RGB value is (107,53,101).

  • red value is 107;
  • green value is 53;
  • blue value is 101.
RGB:
(107,53,101)
(42%,21%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 53 of 255 = 21%
B 101 of 255 = 40%

107
53
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 53 + 101 = 261 (100%)
R 107 of 261 ~ 41%
G 53 of 261 ~ 20.31%
B 101 of 261 ~ 38.7%

%41
%20.31
%38.7

CMYK color model

#6B3565 color CMYK value is (0,50,6,58).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(0,50,6,58)
C0M50Y6K58 
(0%,50%,6%,58%)
(0.00/0.50/0.06/0.58)	

CMYK percentages

%0
%50.47
%5.61
%58.04

Codes

Color #6B3565 in popluar color models

6B3565
RGB10753101
HSL307°33.75%31.37%
HSB/HSV307°50.47%41.96%
CMYK0.00%50.47%5.61%
58.04%

Color #6B3565 in popluar number systems.

HEX6B3565
Decimal10753101
Binary11010111101011100101
Octal15365145

Shades and tints

Shades of #6B3565

#6B3565
(107,53,101)
#62315C
(98,49,92)
#592D53
(89,45,83)
#50294A
(80,41,74)
#472541
(71,37,65)
#3E2138
(62,33,56)
#351D2F
(53,29,47)
#2C1926
(44,25,38)
#23151D
(35,21,29)
#1A1114
(26,17,20)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B3565

#6B3565
(107,53,101)
#784773
(120,71,115)
#855981
(133,89,129)
#926B8F
(146,107,143)
#9F7D9D
(159,125,157)
#AC8FAB
(172,143,171)
#B9A1B9
(185,161,185)
#C6B3C7
(198,179,199)
#D3C5D5
(211,197,213)
#E0D7E3
(224,215,227)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3565 color. Also use rgb(107,53,101) instead hex code.

Text Font Color

.myTextColor { color: #6B3565; }

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

This text font color is #6B3565.


Background Color

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

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

This div background color is #6B3565.


Border color

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

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

This div border color is #6B3565.


Opacity

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

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

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

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

This text has shadow with #6B3565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3565 on black background.


Color preview on white background

This text has color #6B3565 on white background.



Black color preview on #6B3565 background

This text has black color on #6B3565 background.


White color preview on #6B3565 background

This text has white color on #6B3565 background.