COLOR #6B2072

HEX: #6B2072
RGB: (107,32,114)

Color info

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

RGB color model

#6B2072 color RGB value is (107,32,114).

  • red value is 107;
  • green value is 32;
  • blue value is 114.
RGB:
(107,32,114)
(42%,13%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 32 of 255 = 13%
B 114 of 255 = 45%

107
32
114

R + G + B ~ 33%. #6B2072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 32 + 114 = 253 (100%)
R 107 of 253 ~ 42.29%
G 32 of 253 ~ 12.65%
B 114 of 253 ~ 45.06%

%42.29
%12.65
%45.06

CMYK color model

#6B2072 color CMYK value is (6,72,0,55).

  • cyan value is 6.14%
  • magenta value is 71.93%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(6,72,0,55)
C6M72Y0K55 
(6%,72%,0%,55%)
(0.06/0.72/0.00/0.55)	

CMYK percentages

%6.14
%71.93
%0
%55.29

Codes

Color #6B2072 in popluar color models

6B2072
RGB10732114
HSL295°56.16%28.63%
HSB/HSV295°71.93%44.71%
CMYK6.14%71.93%0.00%
55.29%

Color #6B2072 in popluar number systems.

HEX6B2072
Decimal10732114
Binary11010111000001110010
Octal15340162

Shades and tints

Shades of #6B2072

#6B2072
(107,32,114)
#621E68
(98,30,104)
#591C5E
(89,28,94)
#501A54
(80,26,84)
#47184A
(71,24,74)
#3E1640
(62,22,64)
#351436
(53,20,54)
#2C122C
(44,18,44)
#231022
(35,16,34)
#1A0E18
(26,14,24)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #6B2072

#6B2072
(107,32,114)
#78347E
(120,52,126)
#85488A
(133,72,138)
#925C96
(146,92,150)
#9F70A2
(159,112,162)
#AC84AE
(172,132,174)
#B998BA
(185,152,186)
#C6ACC6
(198,172,198)
#D3C0D2
(211,192,210)
#E0D4DE
(224,212,222)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2072 color. Also use rgb(107,32,114) instead hex code.

Text Font Color

.myTextColor { color: #6B2072; }

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

This text font color is #6B2072.


Background Color

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

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

This div background color is #6B2072.


Border color

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

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

This div border color is #6B2072.


Opacity

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

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

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

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

This text has shadow with #6B2072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2072 on black background.


Color preview on white background

This text has color #6B2072 on white background.



Black color preview on #6B2072 background

This text has black color on #6B2072 background.


White color preview on #6B2072 background

This text has white color on #6B2072 background.