COLOR #6B5784

HEX: #6B5784
RGB: (107,87,132)

Color info

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

RGB color model

#6B5784 color RGB value is (107,87,132).

  • red value is 107;
  • green value is 87;
  • blue value is 132.
RGB:
(107,87,132)
(42%,34%,52%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 132 of 255 = 52%

107
87
132

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 132 = 326 (100%)
R 107 of 326 ~ 32.82%
G 87 of 326 ~ 26.69%
B 132 of 326 ~ 40.49%

%32.82
%26.69
%40.49

CMYK color model

#6B5784 color CMYK value is (19,34,0,48).

  • cyan value is 18.94%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(19,34,0,48)
C19M34Y0K48 
(19%,34%,0%,48%)
(0.19/0.34/0.00/0.48)	

CMYK percentages

%18.94
%34.09
%0
%48.24

Codes

Color #6B5784 in popluar color models

6B5784
RGB10787132
HSL267°20.55%42.94%
HSB/HSV267°34.09%51.76%
CMYK18.94%34.09%0.00%
48.24%

Color #6B5784 in popluar number systems.

HEX6B5784
Decimal10787132
Binary1101011101011110000100
Octal153127204

Shades and tints

Shades of #6B5784

#6B5784
(107,87,132)
#625078
(98,80,120)
#59496C
(89,73,108)
#504260
(80,66,96)
#473B54
(71,59,84)
#3E3448
(62,52,72)
#352D3C
(53,45,60)
#2C2630
(44,38,48)
#231F24
(35,31,36)
#1A1818
(26,24,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B5784

#6B5784
(107,87,132)
#78668F
(120,102,143)
#85759A
(133,117,154)
#9284A5
(146,132,165)
#9F93B0
(159,147,176)
#ACA2BB
(172,162,187)
#B9B1C6
(185,177,198)
#C6C0D1
(198,192,209)
#D3CFDC
(211,207,220)
#E0DEE7
(224,222,231)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5784 color. Also use rgb(107,87,132) instead hex code.

Text Font Color

.myTextColor { color: #6B5784; }

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

This text font color is #6B5784.


Background Color

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

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

This div background color is #6B5784.


Border color

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

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

This div border color is #6B5784.


Opacity

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

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

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

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

This text has shadow with #6B5784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5784 on black background.


Color preview on white background

This text has color #6B5784 on white background.



Black color preview on #6B5784 background

This text has black color on #6B5784 background.


White color preview on #6B5784 background

This text has white color on #6B5784 background.