COLOR #6C627B

HEX: #6C627B RGB: (108,98,123)

Color info

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

RGB color model

#6C627B color RGB value is (108,98,123).

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

RGB channels and saturation

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

108
98
123

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

Portions of RGB colors in percentages

R + G + B = 108 + 98 + 123 = 329 (100%)
R 108 of 329 ~ 32.83%
G 98 of 329 ~ 29.79%
B 123 of 329 ~ 37.39'%

%32.83
%29.79
%37.39

CMYK color model

#6C627B color CMYK value is (12,20,0,52).

  • cyan value is 12.20%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (12,20,0,52) C12M20Y0K52 (12%,20%,0%,52%) (0.12/0.20/0.00/0.52) 

CMYK percentages

%12.2
%20.33
%0
%51.76

Codes

Color #6C627B in popluar color models

6C 62 7B
RGB 108 98 123
HSL 264° 11.31% 43.33%
HSB/HSV 264° 20.33% 48.24%
CMYK 12.20% 20.33% 0.00%
51.76%

Color #6C627B in popluar number systems.

HEX 6C 62 7B
Decimal 108 98 123
Binary 1101100 1100010 1111011
Octal 154 142 173

Shades and tints

Shades of #6C627B

#6C627B
(108,98,123)
#635A70
(99,90,112)
#5A5265
(90,82,101)
#514A5A
(81,74,90)
#48424F
(72,66,79)
#3F3A44
(63,58,68)
#363239
(54,50,57)
#2D2A2E
(45,42,46)
#242223
(36,34,35)
#1B1A18
(27,26,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #6C627B

#6C627B
(108,98,123)
#797087
(121,112,135)
#867E93
(134,126,147)
#938C9F
(147,140,159)
#A09AAB
(160,154,171)
#ADA8B7
(173,168,183)
#BAB6C3
(186,182,195)
#C7C4CF
(199,196,207)
#D4D2DB
(212,210,219)
#E1E0E7
(225,224,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C627B; }

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

This text font color is #6C627B.

Background Color

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

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

This div background color is #6C627B.

Border color

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

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

This div border color is #6C627B.

Opacity

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

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

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

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

This text has shadow with #6C627B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C627B.

Preview

Color preview on black background

This text has color #6C627B on black background.


Color preview on white background

This text has color #6C627B on white background.


Black color preview on #6C627B background

This text has black color on #6C627B background.


White color preview on #6C627B background

This text has white color on #6C627B background.


Related colors

Complementary color

Complementary color for #hex is #939D84.


I love getcolorcode.com

Triadic colors

1 #7B6C62 and #627B6C with #6C627B are triadic colors.

2 #7B626C and #626C7B with #6C627B are triadic colors.