COLOR #6C497E

HEX: #6C497E
RGB: (108,73,126)

Color info

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

RGB color model

#6C497E color RGB value is (108,73,126).

  • red value is 108;
  • green value is 73;
  • blue value is 126.
RGB:
(108,73,126)
(42%,29%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 73 of 255 = 29%
B 126 of 255 = 49%

108
73
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 73 + 126 = 307 (100%)
R 108 of 307 ~ 35.18%
G 73 of 307 ~ 23.78%
B 126 of 307 ~ 41.04%

%35.18
%23.78
%41.04

CMYK color model

#6C497E color CMYK value is (14,42,0,51).

  • cyan value is 14.29%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(14,42,0,51)
C14M42Y0K51 
(14%,42%,0%,51%)
(0.14/0.42/0.00/0.51)	

CMYK percentages

%14.29
%42.06
%0
%50.59

Codes

Color #6C497E in popluar color models

6C497E
RGB10873126
HSL280°26.63%39.02%
HSB/HSV280°42.06%49.41%
CMYK14.29%42.06%0.00%
50.59%

Color #6C497E in popluar number systems.

HEX6C497E
Decimal10873126
Binary110110010010011111110
Octal154111176

Shades and tints

Shades of #6C497E

#6C497E
(108,73,126)
#634373
(99,67,115)
#5A3D68
(90,61,104)
#51375D
(81,55,93)
#483152
(72,49,82)
#3F2B47
(63,43,71)
#36253C
(54,37,60)
#2D1F31
(45,31,49)
#241926
(36,25,38)
#1B131B
(27,19,27)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #6C497E

#6C497E
(108,73,126)
#795989
(121,89,137)
#866994
(134,105,148)
#93799F
(147,121,159)
#A089AA
(160,137,170)
#AD99B5
(173,153,181)
#BAA9C0
(186,169,192)
#C7B9CB
(199,185,203)
#D4C9D6
(212,201,214)
#E1D9E1
(225,217,225)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C497E color. Also use rgb(108,73,126) instead hex code.

Text Font Color

.myTextColor { color: #6C497E; }

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

This text font color is #6C497E.


Background Color

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

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

This div background color is #6C497E.


Border color

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

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

This div border color is #6C497E.


Opacity

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

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

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

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

This text has shadow with #6C497E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C497E on black background.


Color preview on white background

This text has color #6C497E on white background.



Black color preview on #6C497E background

This text has black color on #6C497E background.


White color preview on #6C497E background

This text has white color on #6C497E background.