COLOR #6C488F

HEX: #6C488F
RGB: (108,72,143)

Color info

#6C488F contains mainly red and blue colors. Web safe color of #6C488F is #663399 (or #639).

RGB color model

#6C488F color RGB value is (108,72,143).

  • red value is 108;
  • green value is 72;
  • blue value is 143.
RGB:
(108,72,143)
(42%,28%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 72 of 255 = 28%
B 143 of 255 = 56%

108
72
143

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

Portions of RGB colors in percentages

R + G + B =
108 + 72 + 143 = 323 (100%)
R 108 of 323 ~ 33.44%
G 72 of 323 ~ 22.29%
B 143 of 323 ~ 44.27%

%33.44
%22.29
%44.27

CMYK color model

#6C488F color CMYK value is (24,50,0,44).

  • cyan value is 24.48%
  • magenta value is 49.65%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(24,50,0,44)
C24M50Y0K44 
(24%,50%,0%,44%)
(0.24/0.50/0.00/0.44)	

CMYK percentages

%24.48
%49.65
%0
%43.92

Codes

Color #6C488F in popluar color models

6C488F
RGB10872143
HSL270°33.02%42.16%
HSB/HSV270°49.65%56.08%
CMYK24.48%49.65%0.00%
43.92%

Color #6C488F in popluar number systems.

HEX6C488F
Decimal10872143
Binary1101100100100010001111
Octal154110217

Shades and tints

Shades of #6C488F

#6C488F
(108,72,143)
#634282
(99,66,130)
#5A3C75
(90,60,117)
#513668
(81,54,104)
#48305B
(72,48,91)
#3F2A4E
(63,42,78)
#362441
(54,36,65)
#2D1E34
(45,30,52)
#241827
(36,24,39)
#1B121A
(27,18,26)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #6C488F

#6C488F
(108,72,143)
#795899
(121,88,153)
#8668A3
(134,104,163)
#9378AD
(147,120,173)
#A088B7
(160,136,183)
#AD98C1
(173,152,193)
#BAA8CB
(186,168,203)
#C7B8D5
(199,184,213)
#D4C8DF
(212,200,223)
#E1D8E9
(225,216,233)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C488F color. Also use rgb(108,72,143) instead hex code.

Text Font Color

.myTextColor { color: #6C488F; }

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

This text font color is #6C488F.


Background Color

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

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

This div background color is #6C488F.


Border color

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

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

This div border color is #6C488F.


Opacity

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

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

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

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

This text has shadow with #6C488F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C488F on black background.


Color preview on white background

This text has color #6C488F on white background.



Black color preview on #6C488F background

This text has black color on #6C488F background.


White color preview on #6C488F background

This text has white color on #6C488F background.