COLOR #6C5068

HEX: #6C5068
RGB: (108,80,104)

Color info

#6C5068 contains red, green and blue colors in about the same proportion. Web safe color of #6C5068 is #666666 (or #666).

RGB color model

#6C5068 color RGB value is (108,80,104).

  • red value is 108;
  • green value is 80;
  • blue value is 104.
RGB:
(108,80,104)
(42%,31%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 104 of 255 = 41%

108
80
104

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

Portions of RGB colors in percentages

R + G + B =
108 + 80 + 104 = 292 (100%)
R 108 of 292 ~ 36.99%
G 80 of 292 ~ 27.4%
B 104 of 292 ~ 35.62%

%36.99
%27.4
%35.62

CMYK color model

#6C5068 color CMYK value is (0,26,4,58).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 3.70%
  • key color value is 57.65%
CMYK:
(0,26,4,58)
C0M26Y4K58 
(0%,26%,4%,58%)
(0.00/0.26/0.04/0.58)	

CMYK percentages

%0
%25.93
%3.7
%57.65

Codes

Color #6C5068 in popluar color models

6C5068
RGB10880104
HSL309°14.89%36.86%
HSB/HSV309°25.93%42.35%
CMYK0.00%25.93%3.70%
57.65%

Color #6C5068 in popluar number systems.

HEX6C5068
Decimal10880104
Binary110110010100001101000
Octal154120150

Shades and tints

Shades of #6C5068

#6C5068
(108,80,104)
#63495F
(99,73,95)
#5A4256
(90,66,86)
#513B4D
(81,59,77)
#483444
(72,52,68)
#3F2D3B
(63,45,59)
#362632
(54,38,50)
#2D1F29
(45,31,41)
#241820
(36,24,32)
#1B1117
(27,17,23)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #6C5068

#6C5068
(108,80,104)
#795F75
(121,95,117)
#866E82
(134,110,130)
#937D8F
(147,125,143)
#A08C9C
(160,140,156)
#AD9BA9
(173,155,169)
#BAAAB6
(186,170,182)
#C7B9C3
(199,185,195)
#D4C8D0
(212,200,208)
#E1D7DD
(225,215,221)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5068 color. Also use rgb(108,80,104) instead hex code.

Text Font Color

.myTextColor { color: #6C5068; }

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

This text font color is #6C5068.


Background Color

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

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

This div background color is #6C5068.


Border color

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

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

This div border color is #6C5068.


Opacity

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

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

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

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

This text has shadow with #6C5068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5068 on black background.


Color preview on white background

This text has color #6C5068 on white background.



Black color preview on #6C5068 background

This text has black color on #6C5068 background.


White color preview on #6C5068 background

This text has white color on #6C5068 background.