COLOR #6B4C68

HEX: #6B4C68
RGB: (107,76,104)

Color info

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

RGB color model

#6B4C68 color RGB value is (107,76,104).

  • red value is 107;
  • green value is 76;
  • blue value is 104.
RGB:
(107,76,104)
(42%,30%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 76 of 255 = 30%
B 104 of 255 = 41%

107
76
104

R + G + B ~ 38%. #6B4C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 76 + 104 = 287 (100%)
R 107 of 287 ~ 37.28%
G 76 of 287 ~ 26.48%
B 104 of 287 ~ 36.24%

%37.28
%26.48
%36.24

CMYK color model

#6B4C68 color CMYK value is (0,29,3,58).

  • cyan value is 0.00%
  • magenta value is 28.97%
  • yellow value is 2.80%
  • key color value is 58.04%
CMYK:
(0,29,3,58)
C0M29Y3K58 
(0%,29%,3%,58%)
(0.00/0.29/0.03/0.58)	

CMYK percentages

%0
%28.97
%2.8
%58.04

Codes

Color #6B4C68 in popluar color models

6B4C68
RGB10776104
HSL306°16.94%35.88%
HSB/HSV306°28.97%41.96%
CMYK0.00%28.97%2.80%
58.04%

Color #6B4C68 in popluar number systems.

HEX6B4C68
Decimal10776104
Binary110101110011001101000
Octal153114150

Shades and tints

Shades of #6B4C68

#6B4C68
(107,76,104)
#62465F
(98,70,95)
#594056
(89,64,86)
#503A4D
(80,58,77)
#473444
(71,52,68)
#3E2E3B
(62,46,59)
#352832
(53,40,50)
#2C2229
(44,34,41)
#231C20
(35,28,32)
#1A1617
(26,22,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #6B4C68

#6B4C68
(107,76,104)
#785C75
(120,92,117)
#856C82
(133,108,130)
#927C8F
(146,124,143)
#9F8C9C
(159,140,156)
#AC9CA9
(172,156,169)
#B9ACB6
(185,172,182)
#C6BCC3
(198,188,195)
#D3CCD0
(211,204,208)
#E0DCDD
(224,220,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4C68 color. Also use rgb(107,76,104) instead hex code.

Text Font Color

.myTextColor { color: #6B4C68; }

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

This text font color is #6B4C68.


Background Color

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

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

This div background color is #6B4C68.


Border color

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

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

This div border color is #6B4C68.


Opacity

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

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

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

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

This text has shadow with #6B4C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4C68 on black background.


Color preview on white background

This text has color #6B4C68 on white background.



Black color preview on #6B4C68 background

This text has black color on #6B4C68 background.


White color preview on #6B4C68 background

This text has white color on #6B4C68 background.