COLOR #6D74CC

HEX: #6D74CC
RGB: (109,116,204)

Color info

#6D74CC contains mainly blue color. Web safe color of #6D74CC is #6666CC (or #66C).

RGB color model

#6D74CC color RGB value is (109,116,204).

  • red value is 109;
  • green value is 116;
  • blue value is 204.
RGB:
(109,116,204)
(43%,45%,80%)

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 204 of 255 = 80%

109
116
204

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

Portions of RGB colors in percentages

R + G + B =
109 + 116 + 204 = 429 (100%)
R 109 of 429 ~ 25.41%
G 116 of 429 ~ 27.04%
B 204 of 429 ~ 47.55%

%25.41
%27.04
%47.55

CMYK color model

#6D74CC color CMYK value is (47,43,0,20).

  • cyan value is 46.57%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(47,43,0,20)
C47M43Y0K20 
(47%,43%,0%,20%)
(0.47/0.43/0.00/0.20)	

CMYK percentages

%46.57
%43.14
%0
%20

Codes

Color #6D74CC in popluar color models

6D74CC
RGB109116204
HSL236°48.22%61.37%
HSB/HSV236°46.57%80.00%
CMYK46.57%43.14%0.00%
20.00%

Color #6D74CC in popluar number systems.

HEX6D74CC
Decimal109116204
Binary1101101111010011001100
Octal155164314

Shades and tints

Shades of #6D74CC

#6D74CC
(109,116,204)
#646ABA
(100,106,186)
#5B60A8
(91,96,168)
#525696
(82,86,150)
#494C84
(73,76,132)
#404272
(64,66,114)
#373860
(55,56,96)
#2E2E4E
(46,46,78)
#25243C
(37,36,60)
#1C1A2A
(28,26,42)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #6D74CC

#6D74CC
(109,116,204)
#7A80D0
(122,128,208)
#878CD4
(135,140,212)
#9498D8
(148,152,216)
#A1A4DC
(161,164,220)
#AEB0E0
(174,176,224)
#BBBCE4
(187,188,228)
#C8C8E8
(200,200,232)
#D5D4EC
(213,212,236)
#E2E0F0
(226,224,240)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D74CC color. Also use rgb(109,116,204) instead hex code.

Text Font Color

.myTextColor { color: #6D74CC; }

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

This text font color is #6D74CC.


Background Color

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

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

This div background color is #6D74CC.


Border color

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

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

This div border color is #6D74CC.


Opacity

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

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

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

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

This text has shadow with #6D74CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D74CC on black background.


Color preview on white background

This text has color #6D74CC on white background.



Black color preview on #6D74CC background

This text has black color on #6D74CC background.


White color preview on #6D74CC background

This text has white color on #6D74CC background.