COLOR #6F5995

HEX: #6F5995
RGB: (111,89,149)

Color info

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

RGB color model

#6F5995 color RGB value is (111,89,149).

  • red value is 111;
  • green value is 89;
  • blue value is 149.
RGB:
(111,89,149)
(44%,35%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 149 of 255 = 58%

111
89
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 149 = 349 (100%)
R 111 of 349 ~ 31.81%
G 89 of 349 ~ 25.5%
B 149 of 349 ~ 42.69%

%31.81
%25.5
%42.69

CMYK color model

#6F5995 color CMYK value is (26,40,0,42).

  • cyan value is 25.50%
  • magenta value is 40.27%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,40,0,42)
C26M40Y0K42 
(26%,40%,0%,42%)
(0.26/0.40/0.00/0.42)	

CMYK percentages

%25.5
%40.27
%0
%41.57

Codes

Color #6F5995 in popluar color models

6F5995
RGB11189149
HSL262°25.21%46.67%
HSB/HSV262°40.27%58.43%
CMYK25.50%40.27%0.00%
41.57%

Color #6F5995 in popluar number systems.

HEX6F5995
Decimal11189149
Binary1101111101100110010101
Octal157131225

Shades and tints

Shades of #6F5995

#6F5995
(111,89,149)
#655188
(101,81,136)
#5B497B
(91,73,123)
#51416E
(81,65,110)
#473961
(71,57,97)
#3D3154
(61,49,84)
#332947
(51,41,71)
#29213A
(41,33,58)
#1F192D
(31,25,45)
#151120
(21,17,32)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #6F5995

#6F5995
(111,89,149)
#7C689E
(124,104,158)
#8977A7
(137,119,167)
#9686B0
(150,134,176)
#A395B9
(163,149,185)
#B0A4C2
(176,164,194)
#BDB3CB
(189,179,203)
#CAC2D4
(202,194,212)
#D7D1DD
(215,209,221)
#E4E0E6
(228,224,230)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5995; }

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

This text font color is #6F5995.


Background Color

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

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

This div background color is #6F5995.


Border color

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

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

This div border color is #6F5995.


Opacity

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

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

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

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

This text has shadow with #6F5995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5995 on black background.


Color preview on white background

This text has color #6F5995 on white background.



Black color preview on #6F5995 background

This text has black color on #6F5995 background.


White color preview on #6F5995 background

This text has white color on #6F5995 background.