COLOR #6F9097

HEX: #6F9097
RGB: (111,144,151)

Color info

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

RGB color model

#6F9097 color RGB value is (111,144,151).

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

RGB channels and saturation

R 111 of 255 = 44%
G 144 of 255 = 56%
B 151 of 255 = 59%

111
144
151

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

Portions of RGB colors in percentages

R + G + B =
111 + 144 + 151 = 406 (100%)
R 111 of 406 ~ 27.34%
G 144 of 406 ~ 35.47%
B 151 of 406 ~ 37.19%

%27.34
%35.47
%37.19

CMYK color model

#6F9097 color CMYK value is (26,5,0,41).

  • cyan value is 26.49%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(26,5,0,41)
C26M5Y0K41 
(26%,5%,0%,41%)
(0.26/0.05/0.00/0.41)	

CMYK percentages

%26.49
%4.64
%0
%40.78

Codes

Color #6F9097 in popluar color models

6F9097
RGB111144151
HSL191°16.13%51.37%
HSB/HSV191°26.49%59.22%
CMYK26.49%4.64%0.00%
40.78%

Color #6F9097 in popluar number systems.

HEX6F9097
Decimal111144151
Binary11011111001000010010111
Octal157220227

Shades and tints

Shades of #6F9097

#6F9097
(111,144,151)
#65838A
(101,131,138)
#5B767D
(91,118,125)
#516970
(81,105,112)
#475C63
(71,92,99)
#3D4F56
(61,79,86)
#334249
(51,66,73)
#29353C
(41,53,60)
#1F282F
(31,40,47)
#151B22
(21,27,34)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #6F9097

#6F9097
(111,144,151)
#7C9AA0
(124,154,160)
#89A4A9
(137,164,169)
#96AEB2
(150,174,178)
#A3B8BB
(163,184,187)
#B0C2C4
(176,194,196)
#BDCCCD
(189,204,205)
#CAD6D6
(202,214,214)
#D7E0DF
(215,224,223)
#E4EAE8
(228,234,232)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9097; }

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

This text font color is #6F9097.


Background Color

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

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

This div background color is #6F9097.


Border color

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

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

This div border color is #6F9097.


Opacity

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

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

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

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

This text has shadow with #6F9097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9097 on black background.


Color preview on white background

This text has color #6F9097 on white background.



Black color preview on #6F9097 background

This text has black color on #6F9097 background.


White color preview on #6F9097 background

This text has white color on #6F9097 background.