COLOR #6C6E82

HEX: #6C6E82
RGB: (108,110,130)

Color info

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

RGB color model

#6C6E82 color RGB value is (108,110,130).

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

RGB channels and saturation

R 108 of 255 = 42%
G 110 of 255 = 43%
B 130 of 255 = 51%

108
110
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 110 + 130 = 348 (100%)
R 108 of 348 ~ 31.03%
G 110 of 348 ~ 31.61%
B 130 of 348 ~ 37.36%

%31.03
%31.61
%37.36

CMYK color model

#6C6E82 color CMYK value is (17,15,0,49).

  • cyan value is 16.92%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,15,0,49)
C17M15Y0K49 
(17%,15%,0%,49%)
(0.17/0.15/0.00/0.49)	

CMYK percentages

%16.92
%15.38
%0
%49.02

Codes

Color #6C6E82 in popluar color models

6C6E82
RGB108110130
HSL235°9.24%46.67%
HSB/HSV235°16.92%50.98%
CMYK16.92%15.38%0.00%
49.02%

Color #6C6E82 in popluar number systems.

HEX6C6E82
Decimal108110130
Binary1101100110111010000010
Octal154156202

Shades and tints

Shades of #6C6E82

#6C6E82
(108,110,130)
#636477
(99,100,119)
#5A5A6C
(90,90,108)
#515061
(81,80,97)
#484656
(72,70,86)
#3F3C4B
(63,60,75)
#363240
(54,50,64)
#2D2835
(45,40,53)
#241E2A
(36,30,42)
#1B141F
(27,20,31)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #6C6E82

#6C6E82
(108,110,130)
#797B8D
(121,123,141)
#868898
(134,136,152)
#9395A3
(147,149,163)
#A0A2AE
(160,162,174)
#ADAFB9
(173,175,185)
#BABCC4
(186,188,196)
#C7C9CF
(199,201,207)
#D4D6DA
(212,214,218)
#E1E3E5
(225,227,229)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6E82; }

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

This text font color is #6C6E82.


Background Color

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

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

This div background color is #6C6E82.


Border color

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

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

This div border color is #6C6E82.


Opacity

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

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

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

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

This text has shadow with #6C6E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6E82 on black background.


Color preview on white background

This text has color #6C6E82 on white background.



Black color preview on #6C6E82 background

This text has black color on #6C6E82 background.


White color preview on #6C6E82 background

This text has white color on #6C6E82 background.