COLOR #6F6F95

HEX: #6F6F95 RGB: (111,111,149)

Color info

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

RGB color model

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

RGB: (111,111,149) (44%, 44%, 58%)

RGB channels and saturation

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

111
111
149

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

Portions of RGB colors in percentages

R + G + B = 111 + 111 + 149 = 371 (100%)
R 111 of 371 ~ 29.92%
G 111 of 371 ~ 29.92%
B 149 of 371 ~ 40.16'%

%29.92
%29.92
%40.16

CMYK color model

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

  • cyan value is 25.50%
  • magenta value is 25.50%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (26,26,0,42)
C26M26Y0K42 (26%, 26%, 0%, 42%)
(0.26 / 0.26 / 0.00 / 0.42)

CMYK percentages

%25.5
%25.5
%0
%41.57

Codes

Color #6F6F95 in popluar color models

6F 6F 95
RGB 111 111 149
HSL 240° 15.20% 50.98%
HSB/HSV 240° 25.50% 58.43%
CMYK 25.50% 25.50% 0.00%
41.57%

Color #6F6F95 in popluar number systems.

HEX 6F 6F 95
Decimal 111 111 149
Binary 1101111 1101111 10010101
Octal 157 157 225

Shades and tints

Shades of #6F6F95

#6F6F95
(111,111,149)
#656588
(101,101,136)
#5B5B7B
(91,91,123)
#51516E
(81,81,110)
#474761
(71,71,97)
#3D3D54
(61,61,84)
#333347
(51,51,71)
#29293A
(41,41,58)
#1F1F2D
(31,31,45)
#151520
(21,21,32)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #6F6F95

#6F6F95
(111,111,149)
#7C7C9E
(124,124,158)
#8989A7
(137,137,167)
#9696B0
(150,150,176)
#A3A3B9
(163,163,185)
#B0B0C2
(176,176,194)
#BDBDCB
(189,189,203)
#CACAD4
(202,202,212)
#D7D7DD
(215,215,221)
#E4E4E6
(228,228,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6F95; }

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

This text font color is #6F6F95.

Background Color

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

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

This div background color is #6F6F95.

Border color

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

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

This div border color is #6F6F95.

Opacity

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

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

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

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

This text has shadow with #6F6F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6F95.

Preview

Color preview on black background

This text has color #6F6F95 on black background.


Color preview on white background

This text has color #6F6F95 on white background.


Black color preview on #6F6F95 background

This text has black color on #6F6F95 background.


White color preview on #6F6F95 background

This text has white color on #6F6F95 background.


Related colors

Complementary color

Complementary color for #hex is #90906A.


I love getcolorcode.com