COLOR #6C6582

HEX: #6C6582
RGB: (108,101,130)

Color info

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

RGB color model

#6C6582 color RGB value is (108,101,130).

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

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 130 of 255 = 51%

108
101
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 101 + 130 = 339 (100%)
R 108 of 339 ~ 31.86%
G 101 of 339 ~ 29.79%
B 130 of 339 ~ 38.35%

%31.86
%29.79
%38.35

CMYK color model

#6C6582 color CMYK value is (17,22,0,49).

  • cyan value is 16.92%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,22,0,49)
C17M22Y0K49 
(17%,22%,0%,49%)
(0.17/0.22/0.00/0.49)	

CMYK percentages

%16.92
%22.31
%0
%49.02

Codes

Color #6C6582 in popluar color models

6C6582
RGB108101130
HSL254°12.55%45.29%
HSB/HSV254°22.31%50.98%
CMYK16.92%22.31%0.00%
49.02%

Color #6C6582 in popluar number systems.

HEX6C6582
Decimal108101130
Binary1101100110010110000010
Octal154145202

Shades and tints

Shades of #6C6582

#6C6582
(108,101,130)
#635C77
(99,92,119)
#5A536C
(90,83,108)
#514A61
(81,74,97)
#484156
(72,65,86)
#3F384B
(63,56,75)
#362F40
(54,47,64)
#2D2635
(45,38,53)
#241D2A
(36,29,42)
#1B141F
(27,20,31)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #6C6582

#6C6582
(108,101,130)
#79738D
(121,115,141)
#868198
(134,129,152)
#938FA3
(147,143,163)
#A09DAE
(160,157,174)
#ADABB9
(173,171,185)
#BAB9C4
(186,185,196)
#C7C7CF
(199,199,207)
#D4D5DA
(212,213,218)
#E1E3E5
(225,227,229)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6582; }

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

This text font color is #6C6582.


Background Color

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

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

This div background color is #6C6582.


Border color

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

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

This div border color is #6C6582.


Opacity

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

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

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

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

This text has shadow with #6C6582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6582 on black background.


Color preview on white background

This text has color #6C6582 on white background.



Black color preview on #6C6582 background

This text has black color on #6C6582 background.


White color preview on #6C6582 background

This text has white color on #6C6582 background.