COLOR #6F8297

HEX: #6F8297
RGB: (111,130,151)

Color info

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

RGB color model

#6F8297 color RGB value is (111,130,151).

  • red value is 111;
  • green value is 130;
  • blue value is 151.
RGB:
(111,130,151)
(44%,51%,59%)

RGB channels and saturation

R 111 of 255 = 44%
G 130 of 255 = 51%
B 151 of 255 = 59%

111
130
151

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

Portions of RGB colors in percentages

R + G + B =
111 + 130 + 151 = 392 (100%)
R 111 of 392 ~ 28.32%
G 130 of 392 ~ 33.16%
B 151 of 392 ~ 38.52%

%28.32
%33.16
%38.52

CMYK color model

#6F8297 color CMYK value is (26,14,0,41).

  • cyan value is 26.49%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(26,14,0,41)
C26M14Y0K41 
(26%,14%,0%,41%)
(0.26/0.14/0.00/0.41)	

CMYK percentages

%26.49
%13.91
%0
%40.78

Codes

Color #6F8297 in popluar color models

6F8297
RGB111130151
HSL212°16.13%51.37%
HSB/HSV212°26.49%59.22%
CMYK26.49%13.91%0.00%
40.78%

Color #6F8297 in popluar number systems.

HEX6F8297
Decimal111130151
Binary11011111000001010010111
Octal157202227

Shades and tints

Shades of #6F8297

#6F8297
(111,130,151)
#65778A
(101,119,138)
#5B6C7D
(91,108,125)
#516170
(81,97,112)
#475663
(71,86,99)
#3D4B56
(61,75,86)
#334049
(51,64,73)
#29353C
(41,53,60)
#1F2A2F
(31,42,47)
#151F22
(21,31,34)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6F8297

#6F8297
(111,130,151)
#7C8DA0
(124,141,160)
#8998A9
(137,152,169)
#96A3B2
(150,163,178)
#A3AEBB
(163,174,187)
#B0B9C4
(176,185,196)
#BDC4CD
(189,196,205)
#CACFD6
(202,207,214)
#D7DADF
(215,218,223)
#E4E5E8
(228,229,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8297 color. Also use rgb(111,130,151) instead hex code.

Text Font Color

.myTextColor { color: #6F8297; }

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

This text font color is #6F8297.


Background Color

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

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

This div background color is #6F8297.


Border color

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

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

This div border color is #6F8297.


Opacity

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

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

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

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

This text has shadow with #6F8297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8297 on black background.


Color preview on white background

This text has color #6F8297 on white background.



Black color preview on #6F8297 background

This text has black color on #6F8297 background.


White color preview on #6F8297 background

This text has white color on #6F8297 background.