COLOR #6B3663

HEX: #6B3663
RGB: (107,54,99)

Color info

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

RGB color model

#6B3663 color RGB value is (107,54,99).

  • red value is 107;
  • green value is 54;
  • blue value is 99.
RGB:
(107,54,99)
(42%,21%,39%)

RGB channels and saturation

R 107 of 255 = 42%
G 54 of 255 = 21%
B 99 of 255 = 39%

107
54
99

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

Portions of RGB colors in percentages

R + G + B =
107 + 54 + 99 = 260 (100%)
R 107 of 260 ~ 41.15%
G 54 of 260 ~ 20.77%
B 99 of 260 ~ 38.08%

%41.15
%20.77
%38.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.53%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(0,50,7,58)
C0M50Y7K58 
(0%,50%,7%,58%)
(0.00/0.50/0.07/0.58)	

CMYK percentages

%0
%49.53
%7.48
%58.04

Codes

Color #6B3663 in popluar color models

6B3663
RGB1075499
HSL309°32.92%31.57%
HSB/HSV309°49.53%41.96%
CMYK0.00%49.53%7.48%
58.04%

Color #6B3663 in popluar number systems.

HEX6B3663
Decimal1075499
Binary11010111101101100011
Octal15366143

Shades and tints

Shades of #6B3663

#6B3663
(107,54,99)
#62325A
(98,50,90)
#592E51
(89,46,81)
#502A48
(80,42,72)
#47263F
(71,38,63)
#3E2236
(62,34,54)
#351E2D
(53,30,45)
#2C1A24
(44,26,36)
#23161B
(35,22,27)
#1A1212
(26,18,18)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #6B3663

#6B3663
(107,54,99)
#784871
(120,72,113)
#855A7F
(133,90,127)
#926C8D
(146,108,141)
#9F7E9B
(159,126,155)
#AC90A9
(172,144,169)
#B9A2B7
(185,162,183)
#C6B4C5
(198,180,197)
#D3C6D3
(211,198,211)
#E0D8E1
(224,216,225)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3663 color. Also use rgb(107,54,99) instead hex code.

Text Font Color

.myTextColor { color: #6B3663; }

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

This text font color is #6B3663.


Background Color

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

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

This div background color is #6B3663.


Border color

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

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

This div border color is #6B3663.


Opacity

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

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

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

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

This text has shadow with #6B3663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3663 on black background.


Color preview on white background

This text has color #6B3663 on white background.



Black color preview on #6B3663 background

This text has black color on #6B3663 background.


White color preview on #6B3663 background

This text has white color on #6B3663 background.