COLOR #6F5D95

HEX: #6F5D95 RGB: (111,93,149)

Color info

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

RGB color model

#6F5D95 color RGB value is (111,93,149).

RGB: (111,93,149) (44%, 36%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 149 of 255 = 58%

111
93
149

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

Portions of RGB colors in percentages

R + G + B = 111 + 93 + 149 = 353 (100%)
R 111 of 353 ~ 31.44%
G 93 of 353 ~ 26.35%
B 149 of 353 ~ 42.21'%

%31.44
%26.35
%42.21

CMYK color model

#6F5D95 color CMYK value is (26,38,0,42).

  • cyan value is 25.50%
  • magenta value is 37.58%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (26,38,0,42)
C26M38Y0K42 (26%, 38%, 0%, 42%)
(0.26 / 0.38 / 0.00 / 0.42)

CMYK percentages

%25.5
%37.58
%0
%41.57

Codes

Color #6F5D95 in popluar color models

6F 5D 95
RGB 111 93 149
HSL 259° 23.14% 47.45%
HSB/HSV 259° 37.58% 58.43%
CMYK 25.50% 37.58% 0.00%
41.57%

Color #6F5D95 in popluar number systems.

HEX 6F 5D 95
Decimal 111 93 149
Binary 1101111 1011101 10010101
Octal 157 135 225

Shades and tints

Shades of #6F5D95

#6F5D95
(111,93,149)
#655588
(101,85,136)
#5B4D7B
(91,77,123)
#51456E
(81,69,110)
#473D61
(71,61,97)
#3D3554
(61,53,84)
#332D47
(51,45,71)
#29253A
(41,37,58)
#1F1D2D
(31,29,45)
#151520
(21,21,32)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #6F5D95

#6F5D95
(111,93,149)
#7C6B9E
(124,107,158)
#8979A7
(137,121,167)
#9687B0
(150,135,176)
#A395B9
(163,149,185)
#B0A3C2
(176,163,194)
#BDB1CB
(189,177,203)
#CABFD4
(202,191,212)
#D7CDDD
(215,205,221)
#E4DBE6
(228,219,230)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5D95 color. Also use rgb(111,93,149) instead hex code.

Text Font Color

.myTextColor { color: #6F5D95; }

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

This text font color is #6F5D95.

Background Color

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

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

This div background color is #6F5D95.

Border color

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

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

This div border color is #6F5D95.

Opacity

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

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

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

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

This text has shadow with #6F5D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5D95.

Preview

Color preview on black background

This text has color #6F5D95 on black background.


Color preview on white background

This text has color #6F5D95 on white background.


Black color preview on #6F5D95 background

This text has black color on #6F5D95 background.


White color preview on #6F5D95 background

This text has white color on #6F5D95 background.


Related colors

Complementary color

Complementary color for #hex is #90A26A.


I love getcolorcode.com

Triadic colors

1 #956F5D and #5D956F with #6F5D95 are triadic colors.

2 #955D6F and #5D6F95 with #6F5D95 are triadic colors.