COLOR #6D8287

HEX: #6D8287
RGB: (109,130,135)

Color info

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

RGB color model

#6D8287 color RGB value is (109,130,135).

  • red value is 109;
  • green value is 130;
  • blue value is 135.
RGB:
(109,130,135)
(43%,51%,53%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 135 of 255 = 53%

109
130
135

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

Portions of RGB colors in percentages

R + G + B =
109 + 130 + 135 = 374 (100%)
R 109 of 374 ~ 29.14%
G 130 of 374 ~ 34.76%
B 135 of 374 ~ 36.1%

%29.14
%34.76
%36.1

CMYK color model

#6D8287 color CMYK value is (19,4,0,47).

  • cyan value is 19.26%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(19,4,0,47)
C19M4Y0K47 
(19%,4%,0%,47%)
(0.19/0.04/0.00/0.47)	

CMYK percentages

%19.26
%3.7
%0
%47.06

Codes

Color #6D8287 in popluar color models

6D8287
RGB109130135
HSL192°10.66%47.84%
HSB/HSV192°19.26%52.94%
CMYK19.26%3.70%0.00%
47.06%

Color #6D8287 in popluar number systems.

HEX6D8287
Decimal109130135
Binary11011011000001010000111
Octal155202207

Shades and tints

Shades of #6D8287

#6D8287
(109,130,135)
#64777B
(100,119,123)
#5B6C6F
(91,108,111)
#526163
(82,97,99)
#495657
(73,86,87)
#404B4B
(64,75,75)
#37403F
(55,64,63)
#2E3533
(46,53,51)
#252A27
(37,42,39)
#1C1F1B
(28,31,27)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #6D8287

#6D8287
(109,130,135)
#7A8D91
(122,141,145)
#87989B
(135,152,155)
#94A3A5
(148,163,165)
#A1AEAF
(161,174,175)
#AEB9B9
(174,185,185)
#BBC4C3
(187,196,195)
#C8CFCD
(200,207,205)
#D5DAD7
(213,218,215)
#E2E5E1
(226,229,225)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8287 color. Also use rgb(109,130,135) instead hex code.

Text Font Color

.myTextColor { color: #6D8287; }

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

This text font color is #6D8287.


Background Color

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

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

This div background color is #6D8287.


Border color

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

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

This div border color is #6D8287.


Opacity

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

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

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

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

This text has shadow with #6D8287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8287 on black background.


Color preview on white background

This text has color #6D8287 on white background.



Black color preview on #6D8287 background

This text has black color on #6D8287 background.


White color preview on #6D8287 background

This text has white color on #6D8287 background.