COLOR #6F8095

HEX: #6F8095
RGB: (111,128,149)

Color info

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

RGB color model

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

  • red value is 111;
  • green value is 128;
  • blue value is 149.
RGB:
(111,128,149)
(44%,50%,58%)

RGB channels and saturation

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

111
128
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 149 = 388 (100%)
R 111 of 388 ~ 28.61%
G 128 of 388 ~ 32.99%
B 149 of 388 ~ 38.4%

%28.61
%32.99
%38.4

CMYK color model

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

  • cyan value is 25.50%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,14,0,42)
C26M14Y0K42 
(26%,14%,0%,42%)
(0.26/0.14/0.00/0.42)	

CMYK percentages

%25.5
%14.09
%0
%41.57

Codes

Color #6F8095 in popluar color models

6F8095
RGB111128149
HSL213°15.20%50.98%
HSB/HSV213°25.50%58.43%
CMYK25.50%14.09%0.00%
41.57%

Color #6F8095 in popluar number systems.

HEX6F8095
Decimal111128149
Binary11011111000000010010101
Octal157200225

Shades and tints

Shades of #6F8095

#6F8095
(111,128,149)
#657588
(101,117,136)
#5B6A7B
(91,106,123)
#515F6E
(81,95,110)
#475461
(71,84,97)
#3D4954
(61,73,84)
#333E47
(51,62,71)
#29333A
(41,51,58)
#1F282D
(31,40,45)
#151D20
(21,29,32)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #6F8095

#6F8095
(111,128,149)
#7C8B9E
(124,139,158)
#8996A7
(137,150,167)
#96A1B0
(150,161,176)
#A3ACB9
(163,172,185)
#B0B7C2
(176,183,194)
#BDC2CB
(189,194,203)
#CACDD4
(202,205,212)
#D7D8DD
(215,216,221)
#E4E3E6
(228,227,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8095; }

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

This text font color is #6F8095.


Background Color

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

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

This div background color is #6F8095.


Border color

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

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

This div border color is #6F8095.


Opacity

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

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

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

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

This text has shadow with #6F8095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8095 on black background.


Color preview on white background

This text has color #6F8095 on white background.



Black color preview on #6F8095 background

This text has black color on #6F8095 background.


White color preview on #6F8095 background

This text has white color on #6F8095 background.