COLOR #6C508F

HEX: #6C508F
RGB: (108,80,143)

Color info

#6C508F contains mainly red and blue colors. Web safe color of #6C508F is #666699 (or #669).

RGB color model

#6C508F color RGB value is (108,80,143).

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

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 143 of 255 = 56%

108
80
143

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

Portions of RGB colors in percentages

R + G + B =
108 + 80 + 143 = 331 (100%)
R 108 of 331 ~ 32.63%
G 80 of 331 ~ 24.17%
B 143 of 331 ~ 43.2%

%32.63
%24.17
%43.2

CMYK color model

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

  • cyan value is 24.48%
  • magenta value is 44.06%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(24,44,0,44)
C24M44Y0K44 
(24%,44%,0%,44%)
(0.24/0.44/0.00/0.44)	

CMYK percentages

%24.48
%44.06
%0
%43.92

Codes

Color #6C508F in popluar color models

6C508F
RGB10880143
HSL267°28.25%43.73%
HSB/HSV267°44.06%56.08%
CMYK24.48%44.06%0.00%
43.92%

Color #6C508F in popluar number systems.

HEX6C508F
Decimal10880143
Binary1101100101000010001111
Octal154120217

Shades and tints

Shades of #6C508F

#6C508F
(108,80,143)
#634982
(99,73,130)
#5A4275
(90,66,117)
#513B68
(81,59,104)
#48345B
(72,52,91)
#3F2D4E
(63,45,78)
#362641
(54,38,65)
#2D1F34
(45,31,52)
#241827
(36,24,39)
#1B111A
(27,17,26)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #6C508F

#6C508F
(108,80,143)
#795F99
(121,95,153)
#866EA3
(134,110,163)
#937DAD
(147,125,173)
#A08CB7
(160,140,183)
#AD9BC1
(173,155,193)
#BAAACB
(186,170,203)
#C7B9D5
(199,185,213)
#D4C8DF
(212,200,223)
#E1D7E9
(225,215,233)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C508F; }

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

This text font color is #6C508F.


Background Color

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

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

This div background color is #6C508F.


Border color

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

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

This div border color is #6C508F.


Opacity

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

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

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

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

This text has shadow with #6C508F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C508F on black background.


Color preview on white background

This text has color #6C508F on white background.



Black color preview on #6C508F background

This text has black color on #6C508F background.


White color preview on #6C508F background

This text has white color on #6C508F background.