COLOR #6C617F

HEX: #6C617F RGB: (108,97,127)

Color info

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

RGB color model

#6C617F color RGB value is (108,97,127).

RGB: (108,97,127) (42%, 38%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 127 of 255 = 50%

108
97
127

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

Portions of RGB colors in percentages

R + G + B = 108 + 97 + 127 = 332 (100%)
R 108 of 332 ~ 32.53%
G 97 of 332 ~ 29.22%
B 127 of 332 ~ 38.25'%

%32.53
%29.22
%38.25

CMYK color model

#6C617F color CMYK value is (15,24,0,50).

  • cyan value is 14.96%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (15,24,0,50)
C15M24Y0K50 (15%, 24%, 0%, 50%)
(0.15 / 0.24 / 0.00 / 0.50)

CMYK percentages

%14.96
%23.62
%0
%50.2

Codes

Color #6C617F in popluar color models

6C 61 7F
RGB 108 97 127
HSL 262° 13.39% 43.92%
HSB/HSV 262° 23.62% 49.80%
CMYK 14.96% 23.62% 0.00%
50.20%

Color #6C617F in popluar number systems.

HEX 6C 61 7F
Decimal 108 97 127
Binary 1101100 1100001 1111111
Octal 154 141 177

Shades and tints

Shades of #6C617F

#6C617F
(108,97,127)
#635974
(99,89,116)
#5A5169
(90,81,105)
#51495E
(81,73,94)
#484153
(72,65,83)
#3F3948
(63,57,72)
#36313D
(54,49,61)
#2D2932
(45,41,50)
#242127
(36,33,39)
#1B191C
(27,25,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #6C617F

#6C617F
(108,97,127)
#796F8A
(121,111,138)
#867D95
(134,125,149)
#938BA0
(147,139,160)
#A099AB
(160,153,171)
#ADA7B6
(173,167,182)
#BAB5C1
(186,181,193)
#C7C3CC
(199,195,204)
#D4D1D7
(212,209,215)
#E1DFE2
(225,223,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C617F; }

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

This text font color is #6C617F.

Background Color

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

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

This div background color is #6C617F.

Border color

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

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

This div border color is #6C617F.

Opacity

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

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

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

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

This text has shadow with #6C617F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C617F.

Preview

Color preview on black background

This text has color #6C617F on black background.


Color preview on white background

This text has color #6C617F on white background.


Black color preview on #6C617F background

This text has black color on #6C617F background.


White color preview on #6C617F background

This text has white color on #6C617F background.


Related colors

Complementary color

Complementary color for #hex is #939E80.


I love getcolorcode.com

Triadic colors

1 #7F6C61 and #617F6C with #6C617F are triadic colors.

2 #7F616C and #616C7F with #6C617F are triadic colors.