COLOR #6B8286

HEX: #6B8286
RGB: (107,130,134)

Color info

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

RGB color model

#6B8286 color RGB value is (107,130,134).

  • red value is 107;
  • green value is 130;
  • blue value is 134.
RGB:
(107,130,134)
(42%,51%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 134 of 255 = 53%

107
130
134

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

Portions of RGB colors in percentages

R + G + B =
107 + 130 + 134 = 371 (100%)
R 107 of 371 ~ 28.84%
G 130 of 371 ~ 35.04%
B 134 of 371 ~ 36.12%

%28.84
%35.04
%36.12

CMYK color model

#6B8286 color CMYK value is (20,3,0,47).

  • cyan value is 20.15%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(20,3,0,47)
C20M3Y0K47 
(20%,3%,0%,47%)
(0.20/0.03/0.00/0.47)	

CMYK percentages

%20.15
%2.99
%0
%47.45

Codes

Color #6B8286 in popluar color models

6B8286
RGB107130134
HSL189°11.20%47.25%
HSB/HSV189°20.15%52.55%
CMYK20.15%2.99%0.00%
47.45%

Color #6B8286 in popluar number systems.

HEX6B8286
Decimal107130134
Binary11010111000001010000110
Octal153202206

Shades and tints

Shades of #6B8286

#6B8286
(107,130,134)
#62777A
(98,119,122)
#596C6E
(89,108,110)
#506162
(80,97,98)
#475656
(71,86,86)
#3E4B4A
(62,75,74)
#35403E
(53,64,62)
#2C3532
(44,53,50)
#232A26
(35,42,38)
#1A1F1A
(26,31,26)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #6B8286

#6B8286
(107,130,134)
#788D91
(120,141,145)
#85989C
(133,152,156)
#92A3A7
(146,163,167)
#9FAEB2
(159,174,178)
#ACB9BD
(172,185,189)
#B9C4C8
(185,196,200)
#C6CFD3
(198,207,211)
#D3DADE
(211,218,222)
#E0E5E9
(224,229,233)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8286 color. Also use rgb(107,130,134) instead hex code.

Text Font Color

.myTextColor { color: #6B8286; }

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

This text font color is #6B8286.


Background Color

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

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

This div background color is #6B8286.


Border color

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

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

This div border color is #6B8286.


Opacity

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

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

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

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

This text has shadow with #6B8286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8286 on black background.


Color preview on white background

This text has color #6B8286 on white background.



Black color preview on #6B8286 background

This text has black color on #6B8286 background.


White color preview on #6B8286 background

This text has white color on #6B8286 background.