COLOR #6F9297

HEX: #6F9297 RGB: (111,146,151)

Color info

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

RGB color model

#6F9297 color RGB value is (111,146,151).

RGB: (111,146,151) (44%, 57%, 59%)

RGB channels and saturation

R 111 of 255 = 44%
G 146 of 255 = 57%
B 151 of 255 = 59%

111
146
151

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

Portions of RGB colors in percentages

R + G + B = 111 + 146 + 151 = 408 (100%)
R 111 of 408 ~ 27.21%
G 146 of 408 ~ 35.78%
B 151 of 408 ~ 37.01'%

%27.21
%35.78
%37.01

CMYK color model

#6F9297 color CMYK value is (26,3,0,41).

  • cyan value is 26.49%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (26,3,0,41)
C26M3Y0K41 (26%, 3%, 0%, 41%)
(0.26 / 0.03 / 0.00 / 0.41)

CMYK percentages

%26.49
%3.31
%0
%40.78

Codes

Color #6F9297 in popluar color models

6F 92 97
RGB 111 146 151
HSL 188° 16.13% 51.37%
HSB/HSV 188° 26.49% 59.22%
CMYK 26.49% 3.31% 0.00%
40.78%

Color #6F9297 in popluar number systems.

HEX 6F 92 97
Decimal 111 146 151
Binary 1101111 10010010 10010111
Octal 157 222 227

Shades and tints

Shades of #6F9297

#6F9297
(111,146,151)
#65858A
(101,133,138)
#5B787D
(91,120,125)
#516B70
(81,107,112)
#475E63
(71,94,99)
#3D5156
(61,81,86)
#334449
(51,68,73)
#29373C
(41,55,60)
#1F2A2F
(31,42,47)
#151D22
(21,29,34)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6F9297

#6F9297
(111,146,151)
#7C9BA0
(124,155,160)
#89A4A9
(137,164,169)
#96ADB2
(150,173,178)
#A3B6BB
(163,182,187)
#B0BFC4
(176,191,196)
#BDC8CD
(189,200,205)
#CAD1D6
(202,209,214)
#D7DADF
(215,218,223)
#E4E3E8
(228,227,232)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9297; }

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

This text font color is #6F9297.

Background Color

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

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

This div background color is #6F9297.

Border color

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

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

This div border color is #6F9297.

Opacity

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

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

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

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

This text has shadow with #6F9297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9297.

Preview

Color preview on black background

This text has color #6F9297 on black background.


Color preview on white background

This text has color #6F9297 on white background.


Black color preview on #6F9297 background

This text has black color on #6F9297 background.


White color preview on #6F9297 background

This text has white color on #6F9297 background.


Related colors

Complementary color

Complementary color for #hex is #906D68.


I love getcolorcode.com

Triadic colors

1 #976F92 and #92976F with #6F9297 are triadic colors.

2 #97926F and #926F97 with #6F9297 are triadic colors.