COLOR #6B205A

HEX: #6B205A
RGB: (107,32,90)

Color info

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

RGB color model

#6B205A color RGB value is (107,32,90).

  • red value is 107;
  • green value is 32;
  • blue value is 90.
RGB:
(107,32,90)
(42%,13%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 32 of 255 = 13%
B 90 of 255 = 35%

107
32
90

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

Portions of RGB colors in percentages

R + G + B =
107 + 32 + 90 = 229 (100%)
R 107 of 229 ~ 46.72%
G 32 of 229 ~ 13.97%
B 90 of 229 ~ 39.3%

%46.72
%13.97
%39.3

CMYK color model

#6B205A color CMYK value is (0,70,16,58).

  • cyan value is 0.00%
  • magenta value is 70.09%
  • yellow value is 15.89%
  • key color value is 58.04%
CMYK:
(0,70,16,58)
C0M70Y16K58 
(0%,70%,16%,58%)
(0.00/0.70/0.16/0.58)	

CMYK percentages

%0
%70.09
%15.89
%58.04

Codes

Color #6B205A in popluar color models

6B205A
RGB1073290
HSL314°53.96%27.25%
HSB/HSV314°70.09%41.96%
CMYK0.00%70.09%15.89%
58.04%

Color #6B205A in popluar number systems.

HEX6B205A
Decimal1073290
Binary11010111000001011010
Octal15340132

Shades and tints

Shades of #6B205A

#6B205A
(107,32,90)
#621E52
(98,30,82)
#591C4A
(89,28,74)
#501A42
(80,26,66)
#47183A
(71,24,58)
#3E1632
(62,22,50)
#35142A
(53,20,42)
#2C1222
(44,18,34)
#23101A
(35,16,26)
#1A0E12
(26,14,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B205A

#6B205A
(107,32,90)
#783469
(120,52,105)
#854878
(133,72,120)
#925C87
(146,92,135)
#9F7096
(159,112,150)
#AC84A5
(172,132,165)
#B998B4
(185,152,180)
#C6ACC3
(198,172,195)
#D3C0D2
(211,192,210)
#E0D4E1
(224,212,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B205A color. Also use rgb(107,32,90) instead hex code.

Text Font Color

.myTextColor { color: #6B205A; }

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

This text font color is #6B205A.


Background Color

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

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

This div background color is #6B205A.


Border color

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

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

This div border color is #6B205A.


Opacity

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

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

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

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

This text has shadow with #6B205A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B205A on black background.


Color preview on white background

This text has color #6B205A on white background.



Black color preview on #6B205A background

This text has black color on #6B205A background.


White color preview on #6B205A background

This text has white color on #6B205A background.