COLOR #6B2C74

HEX: #6B2C74
RGB: (107,44,116)

Color info

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

RGB color model

#6B2C74 color RGB value is (107,44,116).

  • red value is 107;
  • green value is 44;
  • blue value is 116.
RGB:
(107,44,116)
(42%,17%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 44 of 255 = 17%
B 116 of 255 = 45%

107
44
116

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

Portions of RGB colors in percentages

R + G + B =
107 + 44 + 116 = 267 (100%)
R 107 of 267 ~ 40.07%
G 44 of 267 ~ 16.48%
B 116 of 267 ~ 43.45%

%40.07
%16.48
%43.45

CMYK color model

#6B2C74 color CMYK value is (8,62,0,55).

  • cyan value is 7.76%
  • magenta value is 62.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(8,62,0,55)
C8M62Y0K55 
(8%,62%,0%,55%)
(0.08/0.62/0.00/0.55)	

CMYK percentages

%7.76
%62.07
%0
%54.51

Codes

Color #6B2C74 in popluar color models

6B2C74
RGB10744116
HSL293°45.00%31.37%
HSB/HSV293°62.07%45.49%
CMYK7.76%62.07%0.00%
54.51%

Color #6B2C74 in popluar number systems.

HEX6B2C74
Decimal10744116
Binary11010111011001110100
Octal15354164

Shades and tints

Shades of #6B2C74

#6B2C74
(107,44,116)
#62286A
(98,40,106)
#592460
(89,36,96)
#502056
(80,32,86)
#471C4C
(71,28,76)
#3E1842
(62,24,66)
#351438
(53,20,56)
#2C102E
(44,16,46)
#230C24
(35,12,36)
#1A081A
(26,8,26)
#110410
(17,4,16)
#000000
(0,0,0)

Tints of #6B2C74

#6B2C74
(107,44,116)
#783F80
(120,63,128)
#85528C
(133,82,140)
#926598
(146,101,152)
#9F78A4
(159,120,164)
#AC8BB0
(172,139,176)
#B99EBC
(185,158,188)
#C6B1C8
(198,177,200)
#D3C4D4
(211,196,212)
#E0D7E0
(224,215,224)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2C74 color. Also use rgb(107,44,116) instead hex code.

Text Font Color

.myTextColor { color: #6B2C74; }

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

This text font color is #6B2C74.


Background Color

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

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

This div background color is #6B2C74.


Border color

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

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

This div border color is #6B2C74.


Opacity

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

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

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

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

This text has shadow with #6B2C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2C74 on black background.


Color preview on white background

This text has color #6B2C74 on white background.



Black color preview on #6B2C74 background

This text has black color on #6B2C74 background.


White color preview on #6B2C74 background

This text has white color on #6B2C74 background.