COLOR #6C628C

HEX: #6C628C
RGB: (108,98,140)

Color info

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

RGB color model

#6C628C color RGB value is (108,98,140).

  • red value is 108;
  • green value is 98;
  • blue value is 140.
RGB:
(108,98,140)
(42%,38%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 98 of 255 = 38%
B 140 of 255 = 55%

108
98
140

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

Portions of RGB colors in percentages

R + G + B =
108 + 98 + 140 = 346 (100%)
R 108 of 346 ~ 31.21%
G 98 of 346 ~ 28.32%
B 140 of 346 ~ 40.46%

%31.21
%28.32
%40.46

CMYK color model

#6C628C color CMYK value is (23,30,0,45).

  • cyan value is 22.86%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(23,30,0,45)
C23M30Y0K45 
(23%,30%,0%,45%)
(0.23/0.30/0.00/0.45)	

CMYK percentages

%22.86
%30
%0
%45.1

Codes

Color #6C628C in popluar color models

6C628C
RGB10898140
HSL254°17.65%46.67%
HSB/HSV254°30.00%54.90%
CMYK22.86%30.00%0.00%
45.10%

Color #6C628C in popluar number systems.

HEX6C628C
Decimal10898140
Binary1101100110001010001100
Octal154142214

Shades and tints

Shades of #6C628C

#6C628C
(108,98,140)
#635A80
(99,90,128)
#5A5274
(90,82,116)
#514A68
(81,74,104)
#48425C
(72,66,92)
#3F3A50
(63,58,80)
#363244
(54,50,68)
#2D2A38
(45,42,56)
#24222C
(36,34,44)
#1B1A20
(27,26,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #6C628C

#6C628C
(108,98,140)
#797096
(121,112,150)
#867EA0
(134,126,160)
#938CAA
(147,140,170)
#A09AB4
(160,154,180)
#ADA8BE
(173,168,190)
#BAB6C8
(186,182,200)
#C7C4D2
(199,196,210)
#D4D2DC
(212,210,220)
#E1E0E6
(225,224,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C628C; }

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

This text font color is #6C628C.


Background Color

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

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

This div background color is #6C628C.


Border color

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

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

This div border color is #6C628C.


Opacity

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

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

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

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

This text has shadow with #6C628C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C628C on black background.


Color preview on white background

This text has color #6C628C on white background.



Black color preview on #6C628C background

This text has black color on #6C628C background.


White color preview on #6C628C background

This text has white color on #6C628C background.