COLOR #6B518A

HEX: #6B518A
RGB: (107,81,138)

Color info

#6B518A contains red, green and blue colors in about the same proportion. Web safe color of #6B518A is #666699 (or #669).

RGB color model

#6B518A color RGB value is (107,81,138).

  • red value is 107;
  • green value is 81;
  • blue value is 138.
RGB:
(107,81,138)
(42%,32%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 138 of 255 = 54%

107
81
138

R + G + B ~ 43%. #6B518A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 138 = 326 (100%)
R 107 of 326 ~ 32.82%
G 81 of 326 ~ 24.85%
B 138 of 326 ~ 42.33%

%32.82
%24.85
%42.33

CMYK color model

#6B518A color CMYK value is (22,41,0,46).

  • cyan value is 22.46%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,41,0,46)
C22M41Y0K46 
(22%,41%,0%,46%)
(0.22/0.41/0.00/0.46)	

CMYK percentages

%22.46
%41.3
%0
%45.88

Codes

Color #6B518A in popluar color models

6B518A
RGB10781138
HSL267°26.03%42.94%
HSB/HSV267°41.30%54.12%
CMYK22.46%41.30%0.00%
45.88%

Color #6B518A in popluar number systems.

HEX6B518A
Decimal10781138
Binary1101011101000110001010
Octal153121212

Shades and tints

Shades of #6B518A

#6B518A
(107,81,138)
#624A7E
(98,74,126)
#594372
(89,67,114)
#503C66
(80,60,102)
#47355A
(71,53,90)
#3E2E4E
(62,46,78)
#352742
(53,39,66)
#2C2036
(44,32,54)
#23192A
(35,25,42)
#1A121E
(26,18,30)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #6B518A

#6B518A
(107,81,138)
#786094
(120,96,148)
#856F9E
(133,111,158)
#927EA8
(146,126,168)
#9F8DB2
(159,141,178)
#AC9CBC
(172,156,188)
#B9ABC6
(185,171,198)
#C6BAD0
(198,186,208)
#D3C9DA
(211,201,218)
#E0D8E4
(224,216,228)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B518A color. Also use rgb(107,81,138) instead hex code.

Text Font Color

.myTextColor { color: #6B518A; }

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

This text font color is #6B518A.


Background Color

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

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

This div background color is #6B518A.


Border color

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

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

This div border color is #6B518A.


Opacity

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

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

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

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

This text has shadow with #6B518A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B518A on black background.


Color preview on white background

This text has color #6B518A on white background.



Black color preview on #6B518A background

This text has black color on #6B518A background.


White color preview on #6B518A background

This text has white color on #6B518A background.