COLOR #6B0593

HEX: #6B0593
RGB: (107,5,147)

Color info

#6B0593 contains mainly red and blue colors. Web safe color of #6B0593 is #660099 (or #609).

RGB color model

#6B0593 color RGB value is (107,5,147).

  • red value is 107;
  • green value is 5;
  • blue value is 147.
RGB:
(107,5,147)
(42%,2%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 5 of 255 = 2%
B 147 of 255 = 58%

107
5
147

R + G + B ~ 34%. #6B0593 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 5 + 147 = 259 (100%)
R 107 of 259 ~ 41.31%
G 5 of 259 ~ 1.93%
B 147 of 259 ~ 56.76%

%41.31
%56.76

CMYK color model

#6B0593 color CMYK value is (27,97,0,42).

  • cyan value is 27.21%
  • magenta value is 96.60%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(27,97,0,42)
C27M97Y0K42 
(27%,97%,0%,42%)
(0.27/0.97/0.00/0.42)	

CMYK percentages

%27.21
%96.6
%0
%42.35

Codes

Color #6B0593 in popluar color models

6B0593
RGB1075147
HSL283°93.42%29.80%
HSB/HSV283°96.60%57.65%
CMYK27.21%96.60%0.00%
42.35%

Color #6B0593 in popluar number systems.

HEX6B0593
Decimal1075147
Binary110101110110010011
Octal1535223

Shades and tints

Shades of #6B0593

#6B0593
(107,5,147)
#620586
(98,5,134)
#590579
(89,5,121)
#50056C
(80,5,108)
#47055F
(71,5,95)
#3E0552
(62,5,82)
#350545
(53,5,69)
#2C0538
(44,5,56)
#23052B
(35,5,43)
#1A051E
(26,5,30)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #6B0593

#6B0593
(107,5,147)
#781B9C
(120,27,156)
#8531A5
(133,49,165)
#9247AE
(146,71,174)
#9F5DB7
(159,93,183)
#AC73C0
(172,115,192)
#B989C9
(185,137,201)
#C69FD2
(198,159,210)
#D3B5DB
(211,181,219)
#E0CBE4
(224,203,228)
#EDE1ED
(237,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0593 color. Also use rgb(107,5,147) instead hex code.

Text Font Color

.myTextColor { color: #6B0593; }

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

This text font color is #6B0593.


Background Color

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

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

This div background color is #6B0593.


Border color

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

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

This div border color is #6B0593.


Opacity

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

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

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

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

This text has shadow with #6B0593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0593 on black background.


Color preview on white background

This text has color #6B0593 on white background.



Black color preview on #6B0593 background

This text has black color on #6B0593 background.


White color preview on #6B0593 background

This text has white color on #6B0593 background.