COLOR #6C6383

HEX: #6C6383
RGB: (108,99,131)

Color info

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

RGB color model

#6C6383 color RGB value is (108,99,131).

  • red value is 108;
  • green value is 99;
  • blue value is 131.
RGB:
(108,99,131)
(42%,39%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 131 of 255 = 51%

108
99
131

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

Portions of RGB colors in percentages

R + G + B =
108 + 99 + 131 = 338 (100%)
R 108 of 338 ~ 31.95%
G 99 of 338 ~ 29.29%
B 131 of 338 ~ 38.76%

%31.95
%29.29
%38.76

CMYK color model

#6C6383 color CMYK value is (18,24,0,49).

  • cyan value is 17.56%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(18,24,0,49)
C18M24Y0K49 
(18%,24%,0%,49%)
(0.18/0.24/0.00/0.49)	

CMYK percentages

%17.56
%24.43
%0
%48.63

Codes

Color #6C6383 in popluar color models

6C6383
RGB10899131
HSL257°13.91%45.10%
HSB/HSV257°24.43%51.37%
CMYK17.56%24.43%0.00%
48.63%

Color #6C6383 in popluar number systems.

HEX6C6383
Decimal10899131
Binary1101100110001110000011
Octal154143203

Shades and tints

Shades of #6C6383

#6C6383
(108,99,131)
#635A78
(99,90,120)
#5A516D
(90,81,109)
#514862
(81,72,98)
#483F57
(72,63,87)
#3F364C
(63,54,76)
#362D41
(54,45,65)
#2D2436
(45,36,54)
#241B2B
(36,27,43)
#1B1220
(27,18,32)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #6C6383

#6C6383
(108,99,131)
#79718E
(121,113,142)
#867F99
(134,127,153)
#938DA4
(147,141,164)
#A09BAF
(160,155,175)
#ADA9BA
(173,169,186)
#BAB7C5
(186,183,197)
#C7C5D0
(199,197,208)
#D4D3DB
(212,211,219)
#E1E1E6
(225,225,230)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6383 color. Also use rgb(108,99,131) instead hex code.

Text Font Color

.myTextColor { color: #6C6383; }

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

This text font color is #6C6383.


Background Color

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

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

This div background color is #6C6383.


Border color

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

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

This div border color is #6C6383.


Opacity

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

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

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

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

This text has shadow with #6C6383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6383 on black background.


Color preview on white background

This text has color #6C6383 on white background.



Black color preview on #6C6383 background

This text has black color on #6C6383 background.


White color preview on #6C6383 background

This text has white color on #6C6383 background.