COLOR #6C586E

HEX: #6C586E RGB: (108,88,110)

Color info

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

RGB color model

#6C586E color RGB value is (108,88,110).

RGB: (108,88,110) (42%, 35%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 110 of 255 = 43%

108
88
110

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

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 110 = 306 (100%)
R 108 of 306 ~ 35.29%
G 88 of 306 ~ 28.76%
B 110 of 306 ~ 35.95'%

%35.29
%28.76
%35.95

CMYK color model

#6C586E color CMYK value is (2,20,0,57).

  • cyan value is 1.82%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (2,20,0,57)
C2M20Y0K57 (2%, 20%, 0%, 57%)
(0.02 / 0.20 / 0.00 / 0.57)

CMYK percentages

%1.82
%20
%0
%56.86

Codes

Color #6C586E in popluar color models

6C 58 6E
RGB 108 88 110
HSL 295° 11.11% 38.82%
HSB/HSV 295° 20.00% 43.14%
CMYK 1.82% 20.00% 0.00%
56.86%

Color #6C586E in popluar number systems.

HEX 6C 58 6E
Decimal 108 88 110
Binary 1101100 1011000 1101110
Octal 154 130 156

Shades and tints

Shades of #6C586E

#6C586E
(108,88,110)
#635064
(99,80,100)
#5A485A
(90,72,90)
#514050
(81,64,80)
#483846
(72,56,70)
#3F303C
(63,48,60)
#362832
(54,40,50)
#2D2028
(45,32,40)
#24181E
(36,24,30)
#1B1014
(27,16,20)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #6C586E

#6C586E
(108,88,110)
#79677B
(121,103,123)
#867688
(134,118,136)
#938595
(147,133,149)
#A094A2
(160,148,162)
#ADA3AF
(173,163,175)
#BAB2BC
(186,178,188)
#C7C1C9
(199,193,201)
#D4D0D6
(212,208,214)
#E1DFE3
(225,223,227)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C586E color. Also use rgb(108,88,110) instead hex code.

Text Font Color

.myTextColor { color: #6C586E; }

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

This text font color is #6C586E.

Background Color

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

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

This div background color is #6C586E.

Border color

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

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

This div border color is #6C586E.

Opacity

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

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

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

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

This text has shadow with #6C586E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C586E.

Preview

Color preview on black background

This text has color #6C586E on black background.


Color preview on white background

This text has color #6C586E on white background.


Black color preview on #6C586E background

This text has black color on #6C586E background.


White color preview on #6C586E background

This text has white color on #6C586E background.


Related colors

Complementary color

Complementary color for #hex is #93A791.


I love getcolorcode.com

Triadic colors

1 #6E6C58 and #586E6C with #6C586E are triadic colors.

2 #6E586C and #586C6E with #6C586E are triadic colors.