COLOR #6B235E

HEX: #6B235E
RGB: (107,35,94)

Color info

#6B235E contains mainly red and blue colors. Web safe color of #6B235E is #663366 (or #636).

RGB color model

#6B235E color RGB value is (107,35,94).

  • red value is 107;
  • green value is 35;
  • blue value is 94.
RGB:
(107,35,94)
(42%,14%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 35 of 255 = 14%
B 94 of 255 = 37%

107
35
94

R + G + B ~ 31%. #6B235E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 35 + 94 = 236 (100%)
R 107 of 236 ~ 45.34%
G 35 of 236 ~ 14.83%
B 94 of 236 ~ 39.83%

%45.34
%14.83
%39.83

CMYK color model

#6B235E color CMYK value is (0,67,12,58).

  • cyan value is 0.00%
  • magenta value is 67.29%
  • yellow value is 12.15%
  • key color value is 58.04%
CMYK:
(0,67,12,58)
C0M67Y12K58 
(0%,67%,12%,58%)
(0.00/0.67/0.12/0.58)	

CMYK percentages

%0
%67.29
%12.15
%58.04

Codes

Color #6B235E in popluar color models

6B235E
RGB1073594
HSL311°50.70%27.84%
HSB/HSV311°67.29%41.96%
CMYK0.00%67.29%12.15%
58.04%

Color #6B235E in popluar number systems.

HEX6B235E
Decimal1073594
Binary11010111000111011110
Octal15343136

Shades and tints

Shades of #6B235E

#6B235E
(107,35,94)
#622056
(98,32,86)
#591D4E
(89,29,78)
#501A46
(80,26,70)
#47173E
(71,23,62)
#3E1436
(62,20,54)
#35112E
(53,17,46)
#2C0E26
(44,14,38)
#230B1E
(35,11,30)
#1A0816
(26,8,22)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #6B235E

#6B235E
(107,35,94)
#78376C
(120,55,108)
#854B7A
(133,75,122)
#925F88
(146,95,136)
#9F7396
(159,115,150)
#AC87A4
(172,135,164)
#B99BB2
(185,155,178)
#C6AFC0
(198,175,192)
#D3C3CE
(211,195,206)
#E0D7DC
(224,215,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B235E color. Also use rgb(107,35,94) instead hex code.

Text Font Color

.myTextColor { color: #6B235E; }

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

This text font color is #6B235E.


Background Color

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

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

This div background color is #6B235E.


Border color

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

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

This div border color is #6B235E.


Opacity

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

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

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

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

This text has shadow with #6B235E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B235E on black background.


Color preview on white background

This text has color #6B235E on white background.



Black color preview on #6B235E background

This text has black color on #6B235E background.


White color preview on #6B235E background

This text has white color on #6B235E background.