COLOR #6C6076

HEX: #6C6076
RGB: (108,96,118)

Color info

#6C6076 contains red, green and blue colors in about the same proportion. Web safe color of #6C6076 is #666666 (or #666).

RGB color model

#6C6076 color RGB value is (108,96,118).

  • red value is 108;
  • green value is 96;
  • blue value is 118.
RGB:
(108,96,118)
(42%,38%,46%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 118 of 255 = 46%

108
96
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 96 + 118 = 322 (100%)
R 108 of 322 ~ 33.54%
G 96 of 322 ~ 29.81%
B 118 of 322 ~ 36.65%

%33.54
%29.81
%36.65

CMYK color model

#6C6076 color CMYK value is (8,19,0,54).

  • cyan value is 8.47%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,19,0,54)
C8M19Y0K54 
(8%,19%,0%,54%)
(0.08/0.19/0.00/0.54)	

CMYK percentages

%8.47
%18.64
%0
%53.73

Codes

Color #6C6076 in popluar color models

6C6076
RGB10896118
HSL273°10.28%41.96%
HSB/HSV273°18.64%46.27%
CMYK8.47%18.64%0.00%
53.73%

Color #6C6076 in popluar number systems.

HEX6C6076
Decimal10896118
Binary110110011000001110110
Octal154140166

Shades and tints

Shades of #6C6076

#6C6076
(108,96,118)
#63586C
(99,88,108)
#5A5062
(90,80,98)
#514858
(81,72,88)
#48404E
(72,64,78)
#3F3844
(63,56,68)
#36303A
(54,48,58)
#2D2830
(45,40,48)
#242026
(36,32,38)
#1B181C
(27,24,28)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #6C6076

#6C6076
(108,96,118)
#796E82
(121,110,130)
#867C8E
(134,124,142)
#938A9A
(147,138,154)
#A098A6
(160,152,166)
#ADA6B2
(173,166,178)
#BAB4BE
(186,180,190)
#C7C2CA
(199,194,202)
#D4D0D6
(212,208,214)
#E1DEE2
(225,222,226)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6076 color. Also use rgb(108,96,118) instead hex code.

Text Font Color

.myTextColor { color: #6C6076; }

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

This text font color is #6C6076.


Background Color

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

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

This div background color is #6C6076.


Border color

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

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

This div border color is #6C6076.


Opacity

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

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

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

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

This text has shadow with #6C6076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6076 on black background.


Color preview on white background

This text has color #6C6076 on white background.



Black color preview on #6C6076 background

This text has black color on #6C6076 background.


White color preview on #6C6076 background

This text has white color on #6C6076 background.