COLOR #6C8085

HEX: #6C8085 RGB: (108,128,133)

Color info

#6C8085 contains red, green and blue colors in about the same proportion. Web safe color of #6C8085 is #666699 (or #669).

RGB color model

#6C8085 color RGB value is (108,128,133).

RGB: (108,128,133) (42%, 50%, 52%)

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 133 of 255 = 52%

108
128
133

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

Portions of RGB colors in percentages

R + G + B = 108 + 128 + 133 = 369 (100%)
R 108 of 369 ~ 29.27%
G 128 of 369 ~ 34.69%
B 133 of 369 ~ 36.04'%

%29.27
%34.69
%36.04

CMYK color model

#6C8085 color CMYK value is (19,4,0,48).

  • cyan value is 18.80%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (19,4,0,48) C19M4Y0K48 (19%,4%,0%,48%) (0.19/0.04/0.00/0.48) 

CMYK percentages

%18.8
%3.76
%0
%47.84

Codes

Color #6C8085 in popluar color models

6C 80 85
RGB 108 128 133
HSL 192° 10.37% 47.25%
HSB/HSV 192° 18.80% 52.16%
CMYK 18.80% 3.76% 0.00%
47.84%

Color #6C8085 in popluar number systems.

HEX 6C 80 85
Decimal 108 128 133
Binary 1101100 10000000 10000101
Octal 154 200 205

Shades and tints

Shades of #6C8085

#6C8085
(108,128,133)
#637579
(99,117,121)
#5A6A6D
(90,106,109)
#515F61
(81,95,97)
#485455
(72,84,85)
#3F4949
(63,73,73)
#363E3D
(54,62,61)
#2D3331
(45,51,49)
#242825
(36,40,37)
#1B1D19
(27,29,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #6C8085

#6C8085
(108,128,133)
#798B90
(121,139,144)
#86969B
(134,150,155)
#93A1A6
(147,161,166)
#A0ACB1
(160,172,177)
#ADB7BC
(173,183,188)
#BAC2C7
(186,194,199)
#C7CDD2
(199,205,210)
#D4D8DD
(212,216,221)
#E1E3E8
(225,227,232)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8085 color. Also use rgb(108,128,133) instead hex code.

Text Font Color

.myTextColor { color: #6C8085; }

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

This text font color is #6C8085.

Background Color

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

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

This div background color is #6C8085.

Border color

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

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

This div border color is #6C8085.

Opacity

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

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

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

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

This text has shadow with #6C8085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8085.

Preview

Color preview on black background

This text has color #6C8085 on black background.


Color preview on white background

This text has color #6C8085 on white background.


Black color preview on #6C8085 background

This text has black color on #6C8085 background.


White color preview on #6C8085 background

This text has white color on #6C8085 background.


Related colors

Complementary color

Complementary color for #hex is #937F7A.


I love getcolorcode.com

Triadic colors

1 #856C80 and #80856C with #6C8085 are triadic colors.

2 #85806C and #806C85 with #6C8085 are triadic colors.