COLOR #6B5795

HEX: #6B5795
RGB: (107,87,149)

Color info

#6B5795 contains mainly red and blue colors. Web safe color of #6B5795 is #666699 (or #669).

RGB color model

#6B5795 color RGB value is (107,87,149).

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

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 149 of 255 = 58%

107
87
149

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 149 = 343 (100%)
R 107 of 343 ~ 31.2%
G 87 of 343 ~ 25.36%
B 149 of 343 ~ 43.44%

%31.2
%25.36
%43.44

CMYK color model

#6B5795 color CMYK value is (28,42,0,42).

  • cyan value is 28.19%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,42,0,42)
C28M42Y0K42 
(28%,42%,0%,42%)
(0.28/0.42/0.00/0.42)	

CMYK percentages

%28.19
%41.61
%0
%41.57

Codes

Color #6B5795 in popluar color models

6B5795
RGB10787149
HSL259°26.27%46.27%
HSB/HSV259°41.61%58.43%
CMYK28.19%41.61%0.00%
41.57%

Color #6B5795 in popluar number systems.

HEX6B5795
Decimal10787149
Binary1101011101011110010101
Octal153127225

Shades and tints

Shades of #6B5795

#6B5795
(107,87,149)
#625088
(98,80,136)
#59497B
(89,73,123)
#50426E
(80,66,110)
#473B61
(71,59,97)
#3E3454
(62,52,84)
#352D47
(53,45,71)
#2C263A
(44,38,58)
#231F2D
(35,31,45)
#1A1820
(26,24,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6B5795

#6B5795
(107,87,149)
#78669E
(120,102,158)
#8575A7
(133,117,167)
#9284B0
(146,132,176)
#9F93B9
(159,147,185)
#ACA2C2
(172,162,194)
#B9B1CB
(185,177,203)
#C6C0D4
(198,192,212)
#D3CFDD
(211,207,221)
#E0DEE6
(224,222,230)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5795; }

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

This text font color is #6B5795.


Background Color

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

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

This div background color is #6B5795.


Border color

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

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

This div border color is #6B5795.


Opacity

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

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

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

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

This text has shadow with #6B5795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5795 on black background.


Color preview on white background

This text has color #6B5795 on white background.



Black color preview on #6B5795 background

This text has black color on #6B5795 background.


White color preview on #6B5795 background

This text has white color on #6B5795 background.