COLOR #6F848A

HEX: #6F848A
RGB: (111,132,138)

Color info

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

RGB color model

#6F848A color RGB value is (111,132,138).

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

RGB channels and saturation

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

111
132
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 132 + 138 = 381 (100%)
R 111 of 381 ~ 29.13%
G 132 of 381 ~ 34.65%
B 138 of 381 ~ 36.22%

%29.13
%34.65
%36.22

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 4.35%
  • 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
%4.35
%0
%45.88

Codes

Color #6F848A in popluar color models

6F848A
RGB111132138
HSL193°10.84%48.82%
HSB/HSV193°19.57%54.12%
CMYK19.57%4.35%0.00%
45.88%

Color #6F848A in popluar number systems.

HEX6F848A
Decimal111132138
Binary11011111000010010001010
Octal157204212

Shades and tints

Shades of #6F848A

#6F848A
(111,132,138)
#65787E
(101,120,126)
#5B6C72
(91,108,114)
#516066
(81,96,102)
#47545A
(71,84,90)
#3D484E
(61,72,78)
#333C42
(51,60,66)
#293036
(41,48,54)
#1F242A
(31,36,42)
#15181E
(21,24,30)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #6F848A

#6F848A
(111,132,138)
#7C8F94
(124,143,148)
#899A9E
(137,154,158)
#96A5A8
(150,165,168)
#A3B0B2
(163,176,178)
#B0BBBC
(176,187,188)
#BDC6C6
(189,198,198)
#CAD1D0
(202,209,208)
#D7DCDA
(215,220,218)
#E4E7E4
(228,231,228)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F848A; }

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

This text font color is #6F848A.


Background Color

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

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

This div background color is #6F848A.


Border color

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

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

This div border color is #6F848A.


Opacity

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

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

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

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

This text has shadow with #6F848A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F848A on black background.


Color preview on white background

This text has color #6F848A on white background.



Black color preview on #6F848A background

This text has black color on #6F848A background.


White color preview on #6F848A background

This text has white color on #6F848A background.