COLOR #6C627E

HEX: #6C627E RGB: (108,98,126)

Color info

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

RGB color model

#6C627E color RGB value is (108,98,126).

RGB: (108,98,126) (42%, 38%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 98 of 255 = 38%
B 126 of 255 = 49%

108
98
126

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

Portions of RGB colors in percentages

R + G + B = 108 + 98 + 126 = 332 (100%)
R 108 of 332 ~ 32.53%
G 98 of 332 ~ 29.52%
B 126 of 332 ~ 37.95'%

%32.53
%29.52
%37.95

CMYK color model

#6C627E color CMYK value is (14,22,0,51).

  • cyan value is 14.29%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (14,22,0,51)
C14M22Y0K51 (14%, 22%, 0%, 51%)
(0.14 / 0.22 / 0.00 / 0.51)

CMYK percentages

%14.29
%22.22
%0
%50.59

Codes

Color #6C627E in popluar color models

6C 62 7E
RGB 108 98 126
HSL 261° 12.50% 43.92%
HSB/HSV 261° 22.22% 49.41%
CMYK 14.29% 22.22% 0.00%
50.59%

Color #6C627E in popluar number systems.

HEX 6C 62 7E
Decimal 108 98 126
Binary 1101100 1100010 1111110
Octal 154 142 176

Shades and tints

Shades of #6C627E

#6C627E
(108,98,126)
#635A73
(99,90,115)
#5A5268
(90,82,104)
#514A5D
(81,74,93)
#484252
(72,66,82)
#3F3A47
(63,58,71)
#36323C
(54,50,60)
#2D2A31
(45,42,49)
#242226
(36,34,38)
#1B1A1B
(27,26,27)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #6C627E

#6C627E
(108,98,126)
#797089
(121,112,137)
#867E94
(134,126,148)
#938C9F
(147,140,159)
#A09AAA
(160,154,170)
#ADA8B5
(173,168,181)
#BAB6C0
(186,182,192)
#C7C4CB
(199,196,203)
#D4D2D6
(212,210,214)
#E1E0E1
(225,224,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C627E; }

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

This text font color is #6C627E.

Background Color

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

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

This div background color is #6C627E.

Border color

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

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

This div border color is #6C627E.

Opacity

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

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

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

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

This text has shadow with #6C627E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C627E.

Preview

Color preview on black background

This text has color #6C627E on black background.


Color preview on white background

This text has color #6C627E on white background.


Black color preview on #6C627E background

This text has black color on #6C627E background.


White color preview on #6C627E background

This text has white color on #6C627E background.


Related colors

Complementary color

Complementary color for #hex is #939D81.


I love getcolorcode.com

Triadic colors

1 #7E6C62 and #627E6C with #6C627E are triadic colors.

2 #7E626C and #626C7E with #6C627E are triadic colors.