COLOR #6F6F9C

HEX: #6F6F9C
RGB: (111,111,156)

Color info

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

RGB color model

#6F6F9C color RGB value is (111,111,156).

  • red value is 111;
  • green value is 111;
  • blue value is 156.
RGB:
(111,111,156)
(44%,44%,61%)

RGB channels and saturation

R 111 of 255 = 44%
G 111 of 255 = 44%
B 156 of 255 = 61%

111
111
156

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

Portions of RGB colors in percentages

R + G + B =
111 + 111 + 156 = 378 (100%)
R 111 of 378 ~ 29.37%
G 111 of 378 ~ 29.37%
B 156 of 378 ~ 41.27%

%29.37
%29.37
%41.27

CMYK color model

#6F6F9C color CMYK value is (29,29,0,39).

  • cyan value is 28.85%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,29,0,39)
C29M29Y0K39 
(29%,29%,0%,39%)
(0.29/0.29/0.00/0.39)	

CMYK percentages

%28.85
%28.85
%0
%38.82

Codes

Color #6F6F9C in popluar color models

6F6F9C
RGB111111156
HSL240°18.52%52.35%
HSB/HSV240°28.85%61.18%
CMYK28.85%28.85%0.00%
38.82%

Color #6F6F9C in popluar number systems.

HEX6F6F9C
Decimal111111156
Binary1101111110111110011100
Octal157157234

Shades and tints

Shades of #6F6F9C

#6F6F9C
(111,111,156)
#65658E
(101,101,142)
#5B5B80
(91,91,128)
#515172
(81,81,114)
#474764
(71,71,100)
#3D3D56
(61,61,86)
#333348
(51,51,72)
#29293A
(41,41,58)
#1F1F2C
(31,31,44)
#15151E
(21,21,30)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F6F9C

#6F6F9C
(111,111,156)
#7C7CA5
(124,124,165)
#8989AE
(137,137,174)
#9696B7
(150,150,183)
#A3A3C0
(163,163,192)
#B0B0C9
(176,176,201)
#BDBDD2
(189,189,210)
#CACADB
(202,202,219)
#D7D7E4
(215,215,228)
#E4E4ED
(228,228,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6F9C; }

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

This text font color is #6F6F9C.


Background Color

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

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

This div background color is #6F6F9C.


Border color

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

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

This div border color is #6F6F9C.


Opacity

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

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

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

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

This text has shadow with #6F6F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6F9C on black background.


Color preview on white background

This text has color #6F6F9C on white background.



Black color preview on #6F6F9C background

This text has black color on #6F6F9C background.


White color preview on #6F6F9C background

This text has white color on #6F6F9C background.