COLOR #6F5691

HEX: #6F5691
RGB: (111,86,145)

Color info

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

RGB color model

#6F5691 color RGB value is (111,86,145).

  • red value is 111;
  • green value is 86;
  • blue value is 145.
RGB:
(111,86,145)
(44%,34%,57%)

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 145 of 255 = 57%

111
86
145

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

Portions of RGB colors in percentages

R + G + B =
111 + 86 + 145 = 342 (100%)
R 111 of 342 ~ 32.46%
G 86 of 342 ~ 25.15%
B 145 of 342 ~ 42.4%

%32.46
%25.15
%42.4

CMYK color model

#6F5691 color CMYK value is (23,41,0,43).

  • cyan value is 23.45%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(23,41,0,43)
C23M41Y0K43 
(23%,41%,0%,43%)
(0.23/0.41/0.00/0.43)	

CMYK percentages

%23.45
%40.69
%0
%43.14

Codes

Color #6F5691 in popluar color models

6F5691
RGB11186145
HSL265°25.54%45.29%
HSB/HSV265°40.69%56.86%
CMYK23.45%40.69%0.00%
43.14%

Color #6F5691 in popluar number systems.

HEX6F5691
Decimal11186145
Binary1101111101011010010001
Octal157126221

Shades and tints

Shades of #6F5691

#6F5691
(111,86,145)
#654F84
(101,79,132)
#5B4877
(91,72,119)
#51416A
(81,65,106)
#473A5D
(71,58,93)
#3D3350
(61,51,80)
#332C43
(51,44,67)
#292536
(41,37,54)
#1F1E29
(31,30,41)
#15171C
(21,23,28)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F5691

#6F5691
(111,86,145)
#7C659B
(124,101,155)
#8974A5
(137,116,165)
#9683AF
(150,131,175)
#A392B9
(163,146,185)
#B0A1C3
(176,161,195)
#BDB0CD
(189,176,205)
#CABFD7
(202,191,215)
#D7CEE1
(215,206,225)
#E4DDEB
(228,221,235)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5691 color. Also use rgb(111,86,145) instead hex code.

Text Font Color

.myTextColor { color: #6F5691; }

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

This text font color is #6F5691.


Background Color

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

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

This div background color is #6F5691.


Border color

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

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

This div border color is #6F5691.


Opacity

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

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

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

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

This text has shadow with #6F5691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5691 on black background.


Color preview on white background

This text has color #6F5691 on white background.



Black color preview on #6F5691 background

This text has black color on #6F5691 background.


White color preview on #6F5691 background

This text has white color on #6F5691 background.