COLOR #6F8499

HEX: #6F8499
RGB: (111,132,153)

Color info

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

RGB color model

#6F8499 color RGB value is (111,132,153).

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

RGB channels and saturation

R 111 of 255 = 44%
G 132 of 255 = 52%
B 153 of 255 = 60%

111
132
153

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

Portions of RGB colors in percentages

R + G + B =
111 + 132 + 153 = 396 (100%)
R 111 of 396 ~ 28.03%
G 132 of 396 ~ 33.33%
B 153 of 396 ~ 38.64%

%28.03
%33.33
%38.64

CMYK color model

#6F8499 color CMYK value is (27,14,0,40).

  • cyan value is 27.45%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(27,14,0,40)
C27M14Y0K40 
(27%,14%,0%,40%)
(0.27/0.14/0.00/0.40)	

CMYK percentages

%27.45
%13.73
%0
%40

Codes

Color #6F8499 in popluar color models

6F8499
RGB111132153
HSL210°17.07%51.76%
HSB/HSV210°27.45%60.00%
CMYK27.45%13.73%0.00%
40.00%

Color #6F8499 in popluar number systems.

HEX6F8499
Decimal111132153
Binary11011111000010010011001
Octal157204231

Shades and tints

Shades of #6F8499

#6F8499
(111,132,153)
#65788C
(101,120,140)
#5B6C7F
(91,108,127)
#516072
(81,96,114)
#475465
(71,84,101)
#3D4858
(61,72,88)
#333C4B
(51,60,75)
#29303E
(41,48,62)
#1F2431
(31,36,49)
#151824
(21,24,36)
#0B0C17
(11,12,23)
#000000
(0,0,0)

Tints of #6F8499

#6F8499
(111,132,153)
#7C8FA2
(124,143,162)
#899AAB
(137,154,171)
#96A5B4
(150,165,180)
#A3B0BD
(163,176,189)
#B0BBC6
(176,187,198)
#BDC6CF
(189,198,207)
#CAD1D8
(202,209,216)
#D7DCE1
(215,220,225)
#E4E7EA
(228,231,234)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8499; }

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

This text font color is #6F8499.


Background Color

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

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

This div background color is #6F8499.


Border color

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

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

This div border color is #6F8499.


Opacity

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

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

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

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

This text has shadow with #6F8499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8499 on black background.


Color preview on white background

This text has color #6F8499 on white background.



Black color preview on #6F8499 background

This text has black color on #6F8499 background.


White color preview on #6F8499 background

This text has white color on #6F8499 background.