COLOR #6F7B93

HEX: #6F7B93
RGB: (111,123,147)

Color info

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

RGB color model

#6F7B93 color RGB value is (111,123,147).

  • red value is 111;
  • green value is 123;
  • blue value is 147.
RGB:
(111,123,147)
(44%,48%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 123 of 255 = 48%
B 147 of 255 = 58%

111
123
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 123 + 147 = 381 (100%)
R 111 of 381 ~ 29.13%
G 123 of 381 ~ 32.28%
B 147 of 381 ~ 38.58%

%29.13
%32.28
%38.58

CMYK color model

#6F7B93 color CMYK value is (24,16,0,42).

  • cyan value is 24.49%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,16,0,42)
C24M16Y0K42 
(24%,16%,0%,42%)
(0.24/0.16/0.00/0.42)	

CMYK percentages

%24.49
%16.33
%0
%42.35

Codes

Color #6F7B93 in popluar color models

6F7B93
RGB111123147
HSL220°14.29%50.59%
HSB/HSV220°24.49%57.65%
CMYK24.49%16.33%0.00%
42.35%

Color #6F7B93 in popluar number systems.

HEX6F7B93
Decimal111123147
Binary1101111111101110010011
Octal157173223

Shades and tints

Shades of #6F7B93

#6F7B93
(111,123,147)
#657086
(101,112,134)
#5B6579
(91,101,121)
#515A6C
(81,90,108)
#474F5F
(71,79,95)
#3D4452
(61,68,82)
#333945
(51,57,69)
#292E38
(41,46,56)
#1F232B
(31,35,43)
#15181E
(21,24,30)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F7B93

#6F7B93
(111,123,147)
#7C879C
(124,135,156)
#8993A5
(137,147,165)
#969FAE
(150,159,174)
#A3ABB7
(163,171,183)
#B0B7C0
(176,183,192)
#BDC3C9
(189,195,201)
#CACFD2
(202,207,210)
#D7DBDB
(215,219,219)
#E4E7E4
(228,231,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7B93; }

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

This text font color is #6F7B93.


Background Color

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

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

This div background color is #6F7B93.


Border color

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

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

This div border color is #6F7B93.


Opacity

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

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

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

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

This text has shadow with #6F7B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7B93 on black background.


Color preview on white background

This text has color #6F7B93 on white background.



Black color preview on #6F7B93 background

This text has black color on #6F7B93 background.


White color preview on #6F7B93 background

This text has white color on #6F7B93 background.