COLOR #6C8082

HEX: #6C8082
RGB: (108,128,130)

Color info

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

RGB color model

#6C8082 color RGB value is (108,128,130).

  • red value is 108;
  • green value is 128;
  • blue value is 130.
RGB:
(108,128,130)
(42%,50%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 130 of 255 = 51%

108
128
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 130 = 366 (100%)
R 108 of 366 ~ 29.51%
G 128 of 366 ~ 34.97%
B 130 of 366 ~ 35.52%

%29.51
%34.97
%35.52

CMYK color model

#6C8082 color CMYK value is (17,2,0,49).

  • cyan value is 16.92%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,2,0,49)
C17M2Y0K49 
(17%,2%,0%,49%)
(0.17/0.02/0.00/0.49)	

CMYK percentages

%16.92
%1.54
%0
%49.02

Codes

Color #6C8082 in popluar color models

6C8082
RGB108128130
HSL185°9.24%46.67%
HSB/HSV185°16.92%50.98%
CMYK16.92%1.54%0.00%
49.02%

Color #6C8082 in popluar number systems.

HEX6C8082
Decimal108128130
Binary11011001000000010000010
Octal154200202

Shades and tints

Shades of #6C8082

#6C8082
(108,128,130)
#637577
(99,117,119)
#5A6A6C
(90,106,108)
#515F61
(81,95,97)
#485456
(72,84,86)
#3F494B
(63,73,75)
#363E40
(54,62,64)
#2D3335
(45,51,53)
#24282A
(36,40,42)
#1B1D1F
(27,29,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #6C8082

#6C8082
(108,128,130)
#798B8D
(121,139,141)
#869698
(134,150,152)
#93A1A3
(147,161,163)
#A0ACAE
(160,172,174)
#ADB7B9
(173,183,185)
#BAC2C4
(186,194,196)
#C7CDCF
(199,205,207)
#D4D8DA
(212,216,218)
#E1E3E5
(225,227,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8082; }

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

This text font color is #6C8082.


Background Color

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

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

This div background color is #6C8082.


Border color

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

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

This div border color is #6C8082.


Opacity

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

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

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

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

This text has shadow with #6C8082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8082 on black background.


Color preview on white background

This text has color #6C8082 on white background.



Black color preview on #6C8082 background

This text has black color on #6C8082 background.


White color preview on #6C8082 background

This text has white color on #6C8082 background.