COLOR #6B0E6D

HEX: #6B0E6D
RGB: (107,14,109)

Color info

#6B0E6D contains mainly red and blue colors. Web safe color of #6B0E6D is #660066 (or #606).

RGB color model

#6B0E6D color RGB value is (107,14,109).

  • red value is 107;
  • green value is 14;
  • blue value is 109.
RGB:
(107,14,109)
(42%,5%,43%)

RGB channels and saturation

R 107 of 255 = 42%
G 14 of 255 = 5%
B 109 of 255 = 43%

107
14
109

R + G + B ~ 30%. #6B0E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 14 + 109 = 230 (100%)
R 107 of 230 ~ 46.52%
G 14 of 230 ~ 6.09%
B 109 of 230 ~ 47.39%

%46.52
%47.39

CMYK color model

#6B0E6D color CMYK value is (2,87,0,57).

  • cyan value is 1.83%
  • magenta value is 87.16%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(2,87,0,57)
C2M87Y0K57 
(2%,87%,0%,57%)
(0.02/0.87/0.00/0.57)	

CMYK percentages

%1.83
%87.16
%0
%57.25

Codes

Color #6B0E6D in popluar color models

6B0E6D
RGB10714109
HSL299°77.24%24.12%
HSB/HSV299°87.16%42.75%
CMYK1.83%87.16%0.00%
57.25%

Color #6B0E6D in popluar number systems.

HEX6B0E6D
Decimal10714109
Binary110101111101101101
Octal15316155

Shades and tints

Shades of #6B0E6D

#6B0E6D
(107,14,109)
#620D64
(98,13,100)
#590C5B
(89,12,91)
#500B52
(80,11,82)
#470A49
(71,10,73)
#3E0940
(62,9,64)
#350837
(53,8,55)
#2C072E
(44,7,46)
#230625
(35,6,37)
#1A051C
(26,5,28)
#110413
(17,4,19)
#000000
(0,0,0)

Tints of #6B0E6D

#6B0E6D
(107,14,109)
#78237A
(120,35,122)
#853887
(133,56,135)
#924D94
(146,77,148)
#9F62A1
(159,98,161)
#AC77AE
(172,119,174)
#B98CBB
(185,140,187)
#C6A1C8
(198,161,200)
#D3B6D5
(211,182,213)
#E0CBE2
(224,203,226)
#EDE0EF
(237,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0E6D color. Also use rgb(107,14,109) instead hex code.

Text Font Color

.myTextColor { color: #6B0E6D; }

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

This text font color is #6B0E6D.


Background Color

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

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

This div background color is #6B0E6D.


Border color

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

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

This div border color is #6B0E6D.


Opacity

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

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

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

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

This text has shadow with #6B0E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0E6D on black background.


Color preview on white background

This text has color #6B0E6D on white background.



Black color preview on #6B0E6D background

This text has black color on #6B0E6D background.


White color preview on #6B0E6D background

This text has white color on #6B0E6D background.