COLOR #6C6591

HEX: #6C6591
RGB: (108,101,145)

Color info

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

RGB color model

#6C6591 color RGB value is (108,101,145).

  • red value is 108;
  • green value is 101;
  • blue value is 145.
RGB:
(108,101,145)
(42%,40%,57%)

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 145 of 255 = 57%

108
101
145

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

Portions of RGB colors in percentages

R + G + B =
108 + 101 + 145 = 354 (100%)
R 108 of 354 ~ 30.51%
G 101 of 354 ~ 28.53%
B 145 of 354 ~ 40.96%

%30.51
%28.53
%40.96

CMYK color model

#6C6591 color CMYK value is (26,30,0,43).

  • cyan value is 25.52%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(26,30,0,43)
C26M30Y0K43 
(26%,30%,0%,43%)
(0.26/0.30/0.00/0.43)	

CMYK percentages

%25.52
%30.34
%0
%43.14

Codes

Color #6C6591 in popluar color models

6C6591
RGB108101145
HSL250°17.89%48.24%
HSB/HSV250°30.34%56.86%
CMYK25.52%30.34%0.00%
43.14%

Color #6C6591 in popluar number systems.

HEX6C6591
Decimal108101145
Binary1101100110010110010001
Octal154145221

Shades and tints

Shades of #6C6591

#6C6591
(108,101,145)
#635C84
(99,92,132)
#5A5377
(90,83,119)
#514A6A
(81,74,106)
#48415D
(72,65,93)
#3F3850
(63,56,80)
#362F43
(54,47,67)
#2D2636
(45,38,54)
#241D29
(36,29,41)
#1B141C
(27,20,28)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #6C6591

#6C6591
(108,101,145)
#79739B
(121,115,155)
#8681A5
(134,129,165)
#938FAF
(147,143,175)
#A09DB9
(160,157,185)
#ADABC3
(173,171,195)
#BAB9CD
(186,185,205)
#C7C7D7
(199,199,215)
#D4D5E1
(212,213,225)
#E1E3EB
(225,227,235)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6591 color. Also use rgb(108,101,145) instead hex code.

Text Font Color

.myTextColor { color: #6C6591; }

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

This text font color is #6C6591.


Background Color

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

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

This div background color is #6C6591.


Border color

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

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

This div border color is #6C6591.


Opacity

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

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

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

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

This text has shadow with #6C6591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6591 on black background.


Color preview on white background

This text has color #6C6591 on white background.



Black color preview on #6C6591 background

This text has black color on #6C6591 background.


White color preview on #6C6591 background

This text has white color on #6C6591 background.