COLOR #6B274C

HEX: #6B274C
RGB: (107,39,76)

Color info

#6B274C contains mainly red and blue colors. Web safe color of #6B274C is #663333 (or #633).

RGB color model

#6B274C color RGB value is (107,39,76).

  • red value is 107;
  • green value is 39;
  • blue value is 76.
RGB:
(107,39,76)
(42%,15%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 39 of 255 = 15%
B 76 of 255 = 30%

107
39
76

R + G + B ~ 29%. #6B274C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 39 + 76 = 222 (100%)
R 107 of 222 ~ 48.2%
G 39 of 222 ~ 17.57%
B 76 of 222 ~ 34.23%

%48.2
%17.57
%34.23

CMYK color model

#6B274C color CMYK value is (0,64,29,58).

  • cyan value is 0.00%
  • magenta value is 63.55%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK:
(0,64,29,58)
C0M64Y29K58 
(0%,64%,29%,58%)
(0.00/0.64/0.29/0.58)	

CMYK percentages

%0
%63.55
%28.97
%58.04

Codes

Color #6B274C in popluar color models

6B274C
RGB1073976
HSL327°46.58%28.63%
HSB/HSV327°63.55%41.96%
CMYK0.00%63.55%28.97%
58.04%

Color #6B274C in popluar number systems.

HEX6B274C
Decimal1073976
Binary11010111001111001100
Octal15347114

Shades and tints

Shades of #6B274C

#6B274C
(107,39,76)
#622446
(98,36,70)
#592140
(89,33,64)
#501E3A
(80,30,58)
#471B34
(71,27,52)
#3E182E
(62,24,46)
#351528
(53,21,40)
#2C1222
(44,18,34)
#230F1C
(35,15,28)
#1A0C16
(26,12,22)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #6B274C

#6B274C
(107,39,76)
#783A5C
(120,58,92)
#854D6C
(133,77,108)
#92607C
(146,96,124)
#9F738C
(159,115,140)
#AC869C
(172,134,156)
#B999AC
(185,153,172)
#C6ACBC
(198,172,188)
#D3BFCC
(211,191,204)
#E0D2DC
(224,210,220)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B274C color. Also use rgb(107,39,76) instead hex code.

Text Font Color

.myTextColor { color: #6B274C; }

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

This text font color is #6B274C.


Background Color

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

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

This div background color is #6B274C.


Border color

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

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

This div border color is #6B274C.


Opacity

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

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

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

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

This text has shadow with #6B274C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B274C on black background.


Color preview on white background

This text has color #6B274C on white background.



Black color preview on #6B274C background

This text has black color on #6B274C background.


White color preview on #6B274C background

This text has white color on #6B274C background.