COLOR #6C486B

HEX: #6C486B
RGB: (108,72,107)

Color info

#6C486B contains red, green and blue colors in about the same proportion. Web safe color of #6C486B is #663366 (or #636).

RGB color model

#6C486B color RGB value is (108,72,107).

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

RGB channels and saturation

R 108 of 255 = 42%
G 72 of 255 = 28%
B 107 of 255 = 42%

108
72
107

R + G + B ~ 37%. #6C486B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 72 + 107 = 287 (100%)
R 108 of 287 ~ 37.63%
G 72 of 287 ~ 25.09%
B 107 of 287 ~ 37.28%

%37.63
%25.09
%37.28

CMYK color model

#6C486B color CMYK value is (0,33,1,58).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK:
(0,33,1,58)
C0M33Y1K58 
(0%,33%,1%,58%)
(0.00/0.33/0.01/0.58)	

CMYK percentages

%0
%33.33
%0.93
%57.65

Codes

Color #6C486B in popluar color models

6C486B
RGB10872107
HSL302°20.00%35.29%
HSB/HSV302°33.33%42.35%
CMYK0.00%33.33%0.93%
57.65%

Color #6C486B in popluar number systems.

HEX6C486B
Decimal10872107
Binary110110010010001101011
Octal154110153

Shades and tints

Shades of #6C486B

#6C486B
(108,72,107)
#634262
(99,66,98)
#5A3C59
(90,60,89)
#513650
(81,54,80)
#483047
(72,48,71)
#3F2A3E
(63,42,62)
#362435
(54,36,53)
#2D1E2C
(45,30,44)
#241823
(36,24,35)
#1B121A
(27,18,26)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #6C486B

#6C486B
(108,72,107)
#795878
(121,88,120)
#866885
(134,104,133)
#937892
(147,120,146)
#A0889F
(160,136,159)
#AD98AC
(173,152,172)
#BAA8B9
(186,168,185)
#C7B8C6
(199,184,198)
#D4C8D3
(212,200,211)
#E1D8E0
(225,216,224)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C486B; }

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

This text font color is #6C486B.


Background Color

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

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

This div background color is #6C486B.


Border color

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

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

This div border color is #6C486B.


Opacity

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

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

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

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

This text has shadow with #6C486B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C486B on black background.


Color preview on white background

This text has color #6C486B on white background.



Black color preview on #6C486B background

This text has black color on #6C486B background.


White color preview on #6C486B background

This text has white color on #6C486B background.