COLOR #6C648C

HEX: #6C648C RGB: (108,100,140)

Color info

#6C648C contains red, green and blue colors in about the same proportion. Web safe color of #6C648C is #666699 (or #669).

RGB color model

#6C648C color RGB value is (108,100,140).

RGB: (108,100,140) (42%, 39%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 140 of 255 = 55%

108
100
140

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

Portions of RGB colors in percentages

R + G + B = 108 + 100 + 140 = 348 (100%)
R 108 of 348 ~ 31.03%
G 100 of 348 ~ 28.74%
B 140 of 348 ~ 40.23'%

%31.03
%28.74
%40.23

CMYK color model

#6C648C color CMYK value is (23,29,0,45).

  • cyan value is 22.86%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (23,29,0,45)
C23M29Y0K45 (23%, 29%, 0%, 45%)
(0.23 / 0.29 / 0.00 / 0.45)

CMYK percentages

%22.86
%28.57
%0
%45.1

Codes

Color #6C648C in popluar color models

6C 64 8C
RGB 108 100 140
HSL 252° 16.67% 47.06%
HSB/HSV 252° 28.57% 54.90%
CMYK 22.86% 28.57% 0.00%
45.10%

Color #6C648C in popluar number systems.

HEX 6C 64 8C
Decimal 108 100 140
Binary 1101100 1100100 10001100
Octal 154 144 214

Shades and tints

Shades of #6C648C

#6C648C
(108,100,140)
#635B80
(99,91,128)
#5A5274
(90,82,116)
#514968
(81,73,104)
#48405C
(72,64,92)
#3F3750
(63,55,80)
#362E44
(54,46,68)
#2D2538
(45,37,56)
#241C2C
(36,28,44)
#1B1320
(27,19,32)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #6C648C

#6C648C
(108,100,140)
#797296
(121,114,150)
#8680A0
(134,128,160)
#938EAA
(147,142,170)
#A09CB4
(160,156,180)
#ADAABE
(173,170,190)
#BAB8C8
(186,184,200)
#C7C6D2
(199,198,210)
#D4D4DC
(212,212,220)
#E1E2E6
(225,226,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C648C color. Also use rgb(108,100,140) instead hex code.

Text Font Color

.myTextColor { color: #6C648C; }

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

This text font color is #6C648C.

Background Color

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

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

This div background color is #6C648C.

Border color

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

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

This div border color is #6C648C.

Opacity

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

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

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

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

This text has shadow with #6C648C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C648C.

Preview

Color preview on black background

This text has color #6C648C on black background.


Color preview on white background

This text has color #6C648C on white background.


Black color preview on #6C648C background

This text has black color on #6C648C background.


White color preview on #6C648C background

This text has white color on #6C648C background.


Related colors

Complementary color

Complementary color for #hex is #939B73.


I love getcolorcode.com

Triadic colors

1 #8C6C64 and #648C6C with #6C648C are triadic colors.

2 #8C646C and #646C8C with #6C648C are triadic colors.