COLOR #6F8595

HEX: #6F8595 RGB: (111,133,149)

Color info

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

RGB color model

#6F8595 color RGB value is (111,133,149).

RGB: (111,133,149) (44%, 52%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 149 of 255 = 58%

111
133
149

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

Portions of RGB colors in percentages

R + G + B = 111 + 133 + 149 = 393 (100%)
R 111 of 393 ~ 28.24%
G 133 of 393 ~ 33.84%
B 149 of 393 ~ 37.91'%

%28.24
%33.84
%37.91

CMYK color model

#6F8595 color CMYK value is (26,11,0,42).

  • cyan value is 25.50%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (26,11,0,42)
C26M11Y0K42 (26%, 11%, 0%, 42%)
(0.26 / 0.11 / 0.00 / 0.42)

CMYK percentages

%25.5
%10.74
%0
%41.57

Codes

Color #6F8595 in popluar color models

6F 85 95
RGB 111 133 149
HSL 205° 15.20% 50.98%
HSB/HSV 205° 25.50% 58.43%
CMYK 25.50% 10.74% 0.00%
41.57%

Color #6F8595 in popluar number systems.

HEX 6F 85 95
Decimal 111 133 149
Binary 1101111 10000101 10010101
Octal 157 205 225

Shades and tints

Shades of #6F8595

#6F8595
(111,133,149)
#657988
(101,121,136)
#5B6D7B
(91,109,123)
#51616E
(81,97,110)
#475561
(71,85,97)
#3D4954
(61,73,84)
#333D47
(51,61,71)
#29313A
(41,49,58)
#1F252D
(31,37,45)
#151920
(21,25,32)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #6F8595

#6F8595
(111,133,149)
#7C909E
(124,144,158)
#899BA7
(137,155,167)
#96A6B0
(150,166,176)
#A3B1B9
(163,177,185)
#B0BCC2
(176,188,194)
#BDC7CB
(189,199,203)
#CAD2D4
(202,210,212)
#D7DDDD
(215,221,221)
#E4E8E6
(228,232,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8595 color. Also use rgb(111,133,149) instead hex code.

Text Font Color

.myTextColor { color: #6F8595; }

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

This text font color is #6F8595.

Background Color

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

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

This div background color is #6F8595.

Border color

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

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

This div border color is #6F8595.

Opacity

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

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

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

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

This text has shadow with #6F8595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8595.

Preview

Color preview on black background

This text has color #6F8595 on black background.


Color preview on white background

This text has color #6F8595 on white background.


Black color preview on #6F8595 background

This text has black color on #6F8595 background.


White color preview on #6F8595 background

This text has white color on #6F8595 background.


Related colors

Complementary color

Complementary color for #hex is #907A6A.


I love getcolorcode.com

Triadic colors

1 #956F85 and #85956F with #6F8595 are triadic colors.

2 #95856F and #856F95 with #6F8595 are triadic colors.