COLOR #6F6696

HEX: #6F6696
RGB: (111,102,150)

Color info

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

RGB color model

#6F6696 color RGB value is (111,102,150).

  • red value is 111;
  • green value is 102;
  • blue value is 150.
RGB:
(111,102,150)
(44%,40%,59%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 150 of 255 = 59%

111
102
150

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 150 = 363 (100%)
R 111 of 363 ~ 30.58%
G 102 of 363 ~ 28.1%
B 150 of 363 ~ 41.32%

%30.58
%28.1
%41.32

CMYK color model

#6F6696 color CMYK value is (26,32,0,41).

  • cyan value is 26.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(26,32,0,41)
C26M32Y0K41 
(26%,32%,0%,41%)
(0.26/0.32/0.00/0.41)	

CMYK percentages

%26
%32
%0
%41.18

Codes

Color #6F6696 in popluar color models

6F6696
RGB111102150
HSL251°19.05%49.41%
HSB/HSV251°32.00%58.82%
CMYK26.00%32.00%0.00%
41.18%

Color #6F6696 in popluar number systems.

HEX6F6696
Decimal111102150
Binary1101111110011010010110
Octal157146226

Shades and tints

Shades of #6F6696

#6F6696
(111,102,150)
#655D89
(101,93,137)
#5B547C
(91,84,124)
#514B6F
(81,75,111)
#474262
(71,66,98)
#3D3955
(61,57,85)
#333048
(51,48,72)
#29273B
(41,39,59)
#1F1E2E
(31,30,46)
#151521
(21,21,33)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #6F6696

#6F6696
(111,102,150)
#7C739F
(124,115,159)
#8980A8
(137,128,168)
#968DB1
(150,141,177)
#A39ABA
(163,154,186)
#B0A7C3
(176,167,195)
#BDB4CC
(189,180,204)
#CAC1D5
(202,193,213)
#D7CEDE
(215,206,222)
#E4DBE7
(228,219,231)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6696 color. Also use rgb(111,102,150) instead hex code.

Text Font Color

.myTextColor { color: #6F6696; }

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

This text font color is #6F6696.


Background Color

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

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

This div background color is #6F6696.


Border color

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

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

This div border color is #6F6696.


Opacity

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

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

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

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

This text has shadow with #6F6696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6696 on black background.


Color preview on white background

This text has color #6F6696 on white background.



Black color preview on #6F6696 background

This text has black color on #6F6696 background.


White color preview on #6F6696 background

This text has white color on #6F6696 background.