COLOR #6B2968

HEX: #6B2968
RGB: (107,41,104)

Color info

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

RGB color model

#6B2968 color RGB value is (107,41,104).

  • red value is 107;
  • green value is 41;
  • blue value is 104.
RGB:
(107,41,104)
(42%,16%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 41 of 255 = 16%
B 104 of 255 = 41%

107
41
104

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

Portions of RGB colors in percentages

R + G + B =
107 + 41 + 104 = 252 (100%)
R 107 of 252 ~ 42.46%
G 41 of 252 ~ 16.27%
B 104 of 252 ~ 41.27%

%42.46
%16.27
%41.27

CMYK color model

#6B2968 color CMYK value is (0,62,3,58).

  • cyan value is 0.00%
  • magenta value is 61.68%
  • yellow value is 2.80%
  • key color value is 58.04%
CMYK:
(0,62,3,58)
C0M62Y3K58 
(0%,62%,3%,58%)
(0.00/0.62/0.03/0.58)	

CMYK percentages

%0
%61.68
%2.8
%58.04

Codes

Color #6B2968 in popluar color models

6B2968
RGB10741104
HSL303°44.59%29.02%
HSB/HSV303°61.68%41.96%
CMYK0.00%61.68%2.80%
58.04%

Color #6B2968 in popluar number systems.

HEX6B2968
Decimal10741104
Binary11010111010011101000
Octal15351150

Shades and tints

Shades of #6B2968

#6B2968
(107,41,104)
#62265F
(98,38,95)
#592356
(89,35,86)
#50204D
(80,32,77)
#471D44
(71,29,68)
#3E1A3B
(62,26,59)
#351732
(53,23,50)
#2C1429
(44,20,41)
#231120
(35,17,32)
#1A0E17
(26,14,23)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #6B2968

#6B2968
(107,41,104)
#783C75
(120,60,117)
#854F82
(133,79,130)
#92628F
(146,98,143)
#9F759C
(159,117,156)
#AC88A9
(172,136,169)
#B99BB6
(185,155,182)
#C6AEC3
(198,174,195)
#D3C1D0
(211,193,208)
#E0D4DD
(224,212,221)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2968 color. Also use rgb(107,41,104) instead hex code.

Text Font Color

.myTextColor { color: #6B2968; }

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

This text font color is #6B2968.


Background Color

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

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

This div background color is #6B2968.


Border color

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

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

This div border color is #6B2968.


Opacity

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

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

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

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

This text has shadow with #6B2968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2968 on black background.


Color preview on white background

This text has color #6B2968 on white background.



Black color preview on #6B2968 background

This text has black color on #6B2968 background.


White color preview on #6B2968 background

This text has white color on #6B2968 background.