COLOR #6F858A

HEX: #6F858A
RGB: (111,133,138)

Color info

#6F858A contains red, green and blue colors in about the same proportion. Web safe color of #6F858A is #669999 (or #699).

RGB color model

#6F858A color RGB value is (111,133,138).

  • red value is 111;
  • green value is 133;
  • blue value is 138.
RGB:
(111,133,138)
(44%,52%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 138 of 255 = 54%

111
133
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 138 = 382 (100%)
R 111 of 382 ~ 29.06%
G 133 of 382 ~ 34.82%
B 138 of 382 ~ 36.13%

%29.06
%34.82
%36.13

CMYK color model

#6F858A color CMYK value is (20,4,0,46).

  • cyan value is 19.57%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,4,0,46)
C20M4Y0K46 
(20%,4%,0%,46%)
(0.20/0.04/0.00/0.46)	

CMYK percentages

%19.57
%3.62
%0
%45.88

Codes

Color #6F858A in popluar color models

6F858A
RGB111133138
HSL191°10.84%48.82%
HSB/HSV191°19.57%54.12%
CMYK19.57%3.62%0.00%
45.88%

Color #6F858A in popluar number systems.

HEX6F858A
Decimal111133138
Binary11011111000010110001010
Octal157205212

Shades and tints

Shades of #6F858A

#6F858A
(111,133,138)
#65797E
(101,121,126)
#5B6D72
(91,109,114)
#516166
(81,97,102)
#47555A
(71,85,90)
#3D494E
(61,73,78)
#333D42
(51,61,66)
#293136
(41,49,54)
#1F252A
(31,37,42)
#15191E
(21,25,30)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #6F858A

#6F858A
(111,133,138)
#7C9094
(124,144,148)
#899B9E
(137,155,158)
#96A6A8
(150,166,168)
#A3B1B2
(163,177,178)
#B0BCBC
(176,188,188)
#BDC7C6
(189,199,198)
#CAD2D0
(202,210,208)
#D7DDDA
(215,221,218)
#E4E8E4
(228,232,228)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F858A; }

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

This text font color is #6F858A.


Background Color

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

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

This div background color is #6F858A.


Border color

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

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

This div border color is #6F858A.


Opacity

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

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

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

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

This text has shadow with #6F858A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F858A on black background.


Color preview on white background

This text has color #6F858A on white background.



Black color preview on #6F858A background

This text has black color on #6F858A background.


White color preview on #6F858A background

This text has white color on #6F858A background.