COLOR #6C749A

HEX: #6C749A
RGB: (108,116,154)

Color info

#6C749A contains red, green and blue colors in about the same proportion. Web safe color of #6C749A is #666699 (or #669).

RGB color model

#6C749A color RGB value is (108,116,154).

  • red value is 108;
  • green value is 116;
  • blue value is 154.
RGB:
(108,116,154)
(42%,45%,60%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 154 of 255 = 60%

108
116
154

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

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 154 = 378 (100%)
R 108 of 378 ~ 28.57%
G 116 of 378 ~ 30.69%
B 154 of 378 ~ 40.74%

%28.57
%30.69
%40.74

CMYK color model

#6C749A color CMYK value is (30,25,0,40).

  • cyan value is 29.87%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(30,25,0,40)
C30M25Y0K40 
(30%,25%,0%,40%)
(0.30/0.25/0.00/0.40)	

CMYK percentages

%29.87
%24.68
%0
%39.61

Codes

Color #6C749A in popluar color models

6C749A
RGB108116154
HSL230°18.55%51.37%
HSB/HSV230°29.87%60.39%
CMYK29.87%24.68%0.00%
39.61%

Color #6C749A in popluar number systems.

HEX6C749A
Decimal108116154
Binary1101100111010010011010
Octal154164232

Shades and tints

Shades of #6C749A

#6C749A
(108,116,154)
#636A8C
(99,106,140)
#5A607E
(90,96,126)
#515670
(81,86,112)
#484C62
(72,76,98)
#3F4254
(63,66,84)
#363846
(54,56,70)
#2D2E38
(45,46,56)
#24242A
(36,36,42)
#1B1A1C
(27,26,28)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #6C749A

#6C749A
(108,116,154)
#7980A3
(121,128,163)
#868CAC
(134,140,172)
#9398B5
(147,152,181)
#A0A4BE
(160,164,190)
#ADB0C7
(173,176,199)
#BABCD0
(186,188,208)
#C7C8D9
(199,200,217)
#D4D4E2
(212,212,226)
#E1E0EB
(225,224,235)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C749A color. Also use rgb(108,116,154) instead hex code.

Text Font Color

.myTextColor { color: #6C749A; }

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

This text font color is #6C749A.


Background Color

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

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

This div background color is #6C749A.


Border color

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

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

This div border color is #6C749A.


Opacity

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

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

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

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

This text has shadow with #6C749A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C749A on black background.


Color preview on white background

This text has color #6C749A on white background.



Black color preview on #6C749A background

This text has black color on #6C749A background.


White color preview on #6C749A background

This text has white color on #6C749A background.