COLOR #6C617B

HEX: #6C617B RGB: (108,97,123)

Color info

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

RGB color model

#6C617B color RGB value is (108,97,123).

RGB: (108,97,123) (42%, 38%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 123 of 255 = 48%

108
97
123

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

Portions of RGB colors in percentages

R + G + B = 108 + 97 + 123 = 328 (100%)
R 108 of 328 ~ 32.93%
G 97 of 328 ~ 29.57%
B 123 of 328 ~ 37.5'%

%32.93
%29.57
%37.5

CMYK color model

#6C617B color CMYK value is (12,21,0,52).

  • cyan value is 12.20%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (12,21,0,52)
C12M21Y0K52 (12%, 21%, 0%, 52%)
(0.12 / 0.21 / 0.00 / 0.52)

CMYK percentages

%12.2
%21.14
%0
%51.76

Codes

Color #6C617B in popluar color models

6C 61 7B
RGB 108 97 123
HSL 265° 11.82% 43.14%
HSB/HSV 265° 21.14% 48.24%
CMYK 12.20% 21.14% 0.00%
51.76%

Color #6C617B in popluar number systems.

HEX 6C 61 7B
Decimal 108 97 123
Binary 1101100 1100001 1111011
Octal 154 141 173

Shades and tints

Shades of #6C617B

#6C617B
(108,97,123)
#635970
(99,89,112)
#5A5165
(90,81,101)
#51495A
(81,73,90)
#48414F
(72,65,79)
#3F3944
(63,57,68)
#363139
(54,49,57)
#2D292E
(45,41,46)
#242123
(36,33,35)
#1B1918
(27,25,24)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #6C617B

#6C617B
(108,97,123)
#796F87
(121,111,135)
#867D93
(134,125,147)
#938B9F
(147,139,159)
#A099AB
(160,153,171)
#ADA7B7
(173,167,183)
#BAB5C3
(186,181,195)
#C7C3CF
(199,195,207)
#D4D1DB
(212,209,219)
#E1DFE7
(225,223,231)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C617B; }

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

This text font color is #6C617B.

Background Color

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

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

This div background color is #6C617B.

Border color

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

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

This div border color is #6C617B.

Opacity

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

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

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

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

This text has shadow with #6C617B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C617B.

Preview

Color preview on black background

This text has color #6C617B on black background.


Color preview on white background

This text has color #6C617B on white background.


Black color preview on #6C617B background

This text has black color on #6C617B background.


White color preview on #6C617B background

This text has white color on #6C617B background.


Related colors

Complementary color

Complementary color for #hex is #939E84.


I love getcolorcode.com

Triadic colors

1 #7B6C61 and #617B6C with #6C617B are triadic colors.

2 #7B616C and #616C7B with #6C617B are triadic colors.