COLOR #6B2F71

HEX: #6B2F71
RGB: (107,47,113)

Color info

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

RGB color model

#6B2F71 color RGB value is (107,47,113).

  • red value is 107;
  • green value is 47;
  • blue value is 113.
RGB:
(107,47,113)
(42%,18%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 47 of 255 = 18%
B 113 of 255 = 44%

107
47
113

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

Portions of RGB colors in percentages

R + G + B =
107 + 47 + 113 = 267 (100%)
R 107 of 267 ~ 40.07%
G 47 of 267 ~ 17.6%
B 113 of 267 ~ 42.32%

%40.07
%17.6
%42.32

CMYK color model

#6B2F71 color CMYK value is (5,58,0,56).

  • cyan value is 5.31%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(5,58,0,56)
C5M58Y0K56 
(5%,58%,0%,56%)
(0.05/0.58/0.00/0.56)	

CMYK percentages

%5.31
%58.41
%0
%55.69

Codes

Color #6B2F71 in popluar color models

6B2F71
RGB10747113
HSL295°41.25%31.37%
HSB/HSV295°58.41%44.31%
CMYK5.31%58.41%0.00%
55.69%

Color #6B2F71 in popluar number systems.

HEX6B2F71
Decimal10747113
Binary11010111011111110001
Octal15357161

Shades and tints

Shades of #6B2F71

#6B2F71
(107,47,113)
#622B67
(98,43,103)
#59275D
(89,39,93)
#502353
(80,35,83)
#471F49
(71,31,73)
#3E1B3F
(62,27,63)
#351735
(53,23,53)
#2C132B
(44,19,43)
#230F21
(35,15,33)
#1A0B17
(26,11,23)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #6B2F71

#6B2F71
(107,47,113)
#78417D
(120,65,125)
#855389
(133,83,137)
#926595
(146,101,149)
#9F77A1
(159,119,161)
#AC89AD
(172,137,173)
#B99BB9
(185,155,185)
#C6ADC5
(198,173,197)
#D3BFD1
(211,191,209)
#E0D1DD
(224,209,221)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2F71 color. Also use rgb(107,47,113) instead hex code.

Text Font Color

.myTextColor { color: #6B2F71; }

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

This text font color is #6B2F71.


Background Color

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

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

This div background color is #6B2F71.


Border color

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

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

This div border color is #6B2F71.


Opacity

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

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

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

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

This text has shadow with #6B2F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2F71 on black background.


Color preview on white background

This text has color #6B2F71 on white background.



Black color preview on #6B2F71 background

This text has black color on #6B2F71 background.


White color preview on #6B2F71 background

This text has white color on #6B2F71 background.