COLOR #6F6991

HEX: #6F6991
RGB: (111,105,145)

Color info

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

RGB color model

#6F6991 color RGB value is (111,105,145).

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

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 145 of 255 = 57%

111
105
145

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

Portions of RGB colors in percentages

R + G + B =
111 + 105 + 145 = 361 (100%)
R 111 of 361 ~ 30.75%
G 105 of 361 ~ 29.09%
B 145 of 361 ~ 40.17%

%30.75
%29.09
%40.17

CMYK color model

#6F6991 color CMYK value is (23,28,0,43).

  • cyan value is 23.45%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(23,28,0,43)
C23M28Y0K43 
(23%,28%,0%,43%)
(0.23/0.28/0.00/0.43)	

CMYK percentages

%23.45
%27.59
%0
%43.14

Codes

Color #6F6991 in popluar color models

6F6991
RGB111105145
HSL249°16.00%49.02%
HSB/HSV249°27.59%56.86%
CMYK23.45%27.59%0.00%
43.14%

Color #6F6991 in popluar number systems.

HEX6F6991
Decimal111105145
Binary1101111110100110010001
Octal157151221

Shades and tints

Shades of #6F6991

#6F6991
(111,105,145)
#656084
(101,96,132)
#5B5777
(91,87,119)
#514E6A
(81,78,106)
#47455D
(71,69,93)
#3D3C50
(61,60,80)
#333343
(51,51,67)
#292A36
(41,42,54)
#1F2129
(31,33,41)
#15181C
(21,24,28)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F6991

#6F6991
(111,105,145)
#7C769B
(124,118,155)
#8983A5
(137,131,165)
#9690AF
(150,144,175)
#A39DB9
(163,157,185)
#B0AAC3
(176,170,195)
#BDB7CD
(189,183,205)
#CAC4D7
(202,196,215)
#D7D1E1
(215,209,225)
#E4DEEB
(228,222,235)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6991; }

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

This text font color is #6F6991.


Background Color

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

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

This div background color is #6F6991.


Border color

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

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

This div border color is #6F6991.


Opacity

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

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

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

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

This text has shadow with #6F6991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6991 on black background.


Color preview on white background

This text has color #6F6991 on white background.



Black color preview on #6F6991 background

This text has black color on #6F6991 background.


White color preview on #6F6991 background

This text has white color on #6F6991 background.