COLOR #6F7893

HEX: #6F7893
RGB: (111,120,147)

Color info

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

RGB color model

#6F7893 color RGB value is (111,120,147).

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

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 147 of 255 = 58%

111
120
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 147 = 378 (100%)
R 111 of 378 ~ 29.37%
G 120 of 378 ~ 31.75%
B 147 of 378 ~ 38.89%

%29.37
%31.75
%38.89

CMYK color model

#6F7893 color CMYK value is (24,18,0,42).

  • cyan value is 24.49%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,18,0,42)
C24M18Y0K42 
(24%,18%,0%,42%)
(0.24/0.18/0.00/0.42)	

CMYK percentages

%24.49
%18.37
%0
%42.35

Codes

Color #6F7893 in popluar color models

6F7893
RGB111120147
HSL225°14.29%50.59%
HSB/HSV225°24.49%57.65%
CMYK24.49%18.37%0.00%
42.35%

Color #6F7893 in popluar number systems.

HEX6F7893
Decimal111120147
Binary1101111111100010010011
Octal157170223

Shades and tints

Shades of #6F7893

#6F7893
(111,120,147)
#656E86
(101,110,134)
#5B6479
(91,100,121)
#515A6C
(81,90,108)
#47505F
(71,80,95)
#3D4652
(61,70,82)
#333C45
(51,60,69)
#293238
(41,50,56)
#1F282B
(31,40,43)
#151E1E
(21,30,30)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #6F7893

#6F7893
(111,120,147)
#7C849C
(124,132,156)
#8990A5
(137,144,165)
#969CAE
(150,156,174)
#A3A8B7
(163,168,183)
#B0B4C0
(176,180,192)
#BDC0C9
(189,192,201)
#CACCD2
(202,204,210)
#D7D8DB
(215,216,219)
#E4E4E4
(228,228,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7893; }

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

This text font color is #6F7893.


Background Color

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

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

This div background color is #6F7893.


Border color

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

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

This div border color is #6F7893.


Opacity

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

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

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

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

This text has shadow with #6F7893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7893 on black background.


Color preview on white background

This text has color #6F7893 on white background.



Black color preview on #6F7893 background

This text has black color on #6F7893 background.


White color preview on #6F7893 background

This text has white color on #6F7893 background.