COLOR #6D74DA

HEX: #6D74DA
RGB: (109,116,218)

Color info

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

RGB color model

#6D74DA color RGB value is (109,116,218).

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

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 218 of 255 = 85%

109
116
218

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

Portions of RGB colors in percentages

R + G + B =
109 + 116 + 218 = 443 (100%)
R 109 of 443 ~ 24.6%
G 116 of 443 ~ 26.19%
B 218 of 443 ~ 49.21%

%24.6
%26.19
%49.21

CMYK color model

#6D74DA color CMYK value is (50,47,0,15).

  • cyan value is 50.00%
  • magenta value is 46.79%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(50,47,0,15)
C50M47Y0K15 
(50%,47%,0%,15%)
(0.50/0.47/0.00/0.15)	

CMYK percentages

%50
%46.79
%0
%14.51

Codes

Color #6D74DA in popluar color models

6D74DA
RGB109116218
HSL236°59.56%64.12%
HSB/HSV236°50.00%85.49%
CMYK50.00%46.79%0.00%
14.51%

Color #6D74DA in popluar number systems.

HEX6D74DA
Decimal109116218
Binary1101101111010011011010
Octal155164332

Shades and tints

Shades of #6D74DA

#6D74DA
(109,116,218)
#646AC7
(100,106,199)
#5B60B4
(91,96,180)
#5256A1
(82,86,161)
#494C8E
(73,76,142)
#40427B
(64,66,123)
#373868
(55,56,104)
#2E2E55
(46,46,85)
#252442
(37,36,66)
#1C1A2F
(28,26,47)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #6D74DA

#6D74DA
(109,116,218)
#7A80DD
(122,128,221)
#878CE0
(135,140,224)
#9498E3
(148,152,227)
#A1A4E6
(161,164,230)
#AEB0E9
(174,176,233)
#BBBCEC
(187,188,236)
#C8C8EF
(200,200,239)
#D5D4F2
(213,212,242)
#E2E0F5
(226,224,245)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D74DA; }

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

This text font color is #6D74DA.


Background Color

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

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

This div background color is #6D74DA.


Border color

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

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

This div border color is #6D74DA.


Opacity

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

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

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

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

This text has shadow with #6D74DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D74DA on black background.


Color preview on white background

This text has color #6D74DA on white background.



Black color preview on #6D74DA background

This text has black color on #6D74DA background.


White color preview on #6D74DA background

This text has white color on #6D74DA background.