COLOR #6B287C

HEX: #6B287C
RGB: (107,40,124)

Color info

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

RGB color model

#6B287C color RGB value is (107,40,124).

  • red value is 107;
  • green value is 40;
  • blue value is 124.
RGB:
(107,40,124)
(42%,16%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 40 of 255 = 16%
B 124 of 255 = 49%

107
40
124

R + G + B ~ 36%. #6B287C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 40 + 124 = 271 (100%)
R 107 of 271 ~ 39.48%
G 40 of 271 ~ 14.76%
B 124 of 271 ~ 45.76%

%39.48
%14.76
%45.76

CMYK color model

#6B287C color CMYK value is (14,68,0,51).

  • cyan value is 13.71%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(14,68,0,51)
C14M68Y0K51 
(14%,68%,0%,51%)
(0.14/0.68/0.00/0.51)	

CMYK percentages

%13.71
%67.74
%0
%51.37

Codes

Color #6B287C in popluar color models

6B287C
RGB10740124
HSL288°51.22%32.16%
HSB/HSV288°67.74%48.63%
CMYK13.71%67.74%0.00%
51.37%

Color #6B287C in popluar number systems.

HEX6B287C
Decimal10740124
Binary11010111010001111100
Octal15350174

Shades and tints

Shades of #6B287C

#6B287C
(107,40,124)
#622571
(98,37,113)
#592266
(89,34,102)
#501F5B
(80,31,91)
#471C50
(71,28,80)
#3E1945
(62,25,69)
#35163A
(53,22,58)
#2C132F
(44,19,47)
#231024
(35,16,36)
#1A0D19
(26,13,25)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B287C

#6B287C
(107,40,124)
#783B87
(120,59,135)
#854E92
(133,78,146)
#92619D
(146,97,157)
#9F74A8
(159,116,168)
#AC87B3
(172,135,179)
#B99ABE
(185,154,190)
#C6ADC9
(198,173,201)
#D3C0D4
(211,192,212)
#E0D3DF
(224,211,223)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B287C color. Also use rgb(107,40,124) instead hex code.

Text Font Color

.myTextColor { color: #6B287C; }

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

This text font color is #6B287C.


Background Color

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

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

This div background color is #6B287C.


Border color

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

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

This div border color is #6B287C.


Opacity

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

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

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

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

This text has shadow with #6B287C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B287C on black background.


Color preview on white background

This text has color #6B287C on white background.



Black color preview on #6B287C background

This text has black color on #6B287C background.


White color preview on #6B287C background

This text has white color on #6B287C background.