COLOR #6F6D9A

HEX: #6F6D9A RGB: (111,109,154)

Color info

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

RGB color model

#6F6D9A color RGB value is (111,109,154).

RGB: (111,109,154) (44%, 43%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 154 of 255 = 60%

111
109
154

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

Portions of RGB colors in percentages

R + G + B = 111 + 109 + 154 = 374 (100%)
R 111 of 374 ~ 29.68%
G 109 of 374 ~ 29.14%
B 154 of 374 ~ 41.18'%

%29.68
%29.14
%41.18

CMYK color model

#6F6D9A color CMYK value is (28,29,0,40).

  • cyan value is 27.92%
  • magenta value is 29.22%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (28,29,0,40)
C28M29Y0K40 (28%, 29%, 0%, 40%)
(0.28 / 0.29 / 0.00 / 0.40)

CMYK percentages

%27.92
%29.22
%0
%39.61

Codes

Color #6F6D9A in popluar color models

6F 6D 9A
RGB 111 109 154
HSL 243° 18.22% 51.57%
HSB/HSV 243° 29.22% 60.39%
CMYK 27.92% 29.22% 0.00%
39.61%

Color #6F6D9A in popluar number systems.

HEX 6F 6D 9A
Decimal 111 109 154
Binary 1101111 1101101 10011010
Octal 157 155 232

Shades and tints

Shades of #6F6D9A

#6F6D9A
(111,109,154)
#65648C
(101,100,140)
#5B5B7E
(91,91,126)
#515270
(81,82,112)
#474962
(71,73,98)
#3D4054
(61,64,84)
#333746
(51,55,70)
#292E38
(41,46,56)
#1F252A
(31,37,42)
#151C1C
(21,28,28)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #6F6D9A

#6F6D9A
(111,109,154)
#7C7AA3
(124,122,163)
#8987AC
(137,135,172)
#9694B5
(150,148,181)
#A3A1BE
(163,161,190)
#B0AEC7
(176,174,199)
#BDBBD0
(189,187,208)
#CAC8D9
(202,200,217)
#D7D5E2
(215,213,226)
#E4E2EB
(228,226,235)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6D9A color. Also use rgb(111,109,154) instead hex code.

Text Font Color

.myTextColor { color: #6F6D9A; }

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

This text font color is #6F6D9A.

Background Color

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

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

This div background color is #6F6D9A.

Border color

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

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

This div border color is #6F6D9A.

Opacity

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

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

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

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

This text has shadow with #6F6D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6D9A.

Preview

Color preview on black background

This text has color #6F6D9A on black background.


Color preview on white background

This text has color #6F6D9A on white background.


Black color preview on #6F6D9A background

This text has black color on #6F6D9A background.


White color preview on #6F6D9A background

This text has white color on #6F6D9A background.


Related colors

Complementary color

Complementary color for #hex is #909265.


I love getcolorcode.com

Triadic colors

1 #9A6F6D and #6D9A6F with #6F6D9A are triadic colors.

2 #9A6D6F and #6D6F9A with #6F6D9A are triadic colors.