COLOR #6C617C

HEX: #6C617C
RGB: (108,97,124)

Color info

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

RGB color model

#6C617C color RGB value is (108,97,124).

  • red value is 108;
  • green value is 97;
  • blue value is 124.
RGB:
(108,97,124)
(42%,38%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 124 of 255 = 49%

108
97
124

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

Portions of RGB colors in percentages

R + G + B =
108 + 97 + 124 = 329 (100%)
R 108 of 329 ~ 32.83%
G 97 of 329 ~ 29.48%
B 124 of 329 ~ 37.69%

%32.83
%29.48
%37.69

CMYK color model

#6C617C color CMYK value is (13,22,0,51).

  • cyan value is 12.90%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(13,22,0,51)
C13M22Y0K51 
(13%,22%,0%,51%)
(0.13/0.22/0.00/0.51)	

CMYK percentages

%12.9
%21.77
%0
%51.37

Codes

Color #6C617C in popluar color models

6C617C
RGB10897124
HSL264°12.22%43.33%
HSB/HSV264°21.77%48.63%
CMYK12.90%21.77%0.00%
51.37%

Color #6C617C in popluar number systems.

HEX6C617C
Decimal10897124
Binary110110011000011111100
Octal154141174

Shades and tints

Shades of #6C617C

#6C617C
(108,97,124)
#635971
(99,89,113)
#5A5166
(90,81,102)
#51495B
(81,73,91)
#484150
(72,65,80)
#3F3945
(63,57,69)
#36313A
(54,49,58)
#2D292F
(45,41,47)
#242124
(36,33,36)
#1B1919
(27,25,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6C617C

#6C617C
(108,97,124)
#796F87
(121,111,135)
#867D92
(134,125,146)
#938B9D
(147,139,157)
#A099A8
(160,153,168)
#ADA7B3
(173,167,179)
#BAB5BE
(186,181,190)
#C7C3C9
(199,195,201)
#D4D1D4
(212,209,212)
#E1DFDF
(225,223,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C617C color. Also use rgb(108,97,124) instead hex code.

Text Font Color

.myTextColor { color: #6C617C; }

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

This text font color is #6C617C.


Background Color

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

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

This div background color is #6C617C.


Border color

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

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

This div border color is #6C617C.


Opacity

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

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

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

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

This text has shadow with #6C617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C617C on black background.


Color preview on white background

This text has color #6C617C on white background.



Black color preview on #6C617C background

This text has black color on #6C617C background.


White color preview on #6C617C background

This text has white color on #6C617C background.