COLOR #6D64DD

HEX: #6D64DD
RGB: (109,100,221)

Color info

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

RGB color model

#6D64DD color RGB value is (109,100,221).

  • red value is 109;
  • green value is 100;
  • blue value is 221.
RGB:
(109,100,221)
(43%,39%,87%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 221 of 255 = 87%

109
100
221

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 221 = 430 (100%)
R 109 of 430 ~ 25.35%
G 100 of 430 ~ 23.26%
B 221 of 430 ~ 51.4%

%25.35
%23.26
%51.4

CMYK color model

#6D64DD color CMYK value is (51,55,0,13).

  • cyan value is 50.68%
  • magenta value is 54.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(51,55,0,13)
C51M55Y0K13 
(51%,55%,0%,13%)
(0.51/0.55/0.00/0.13)	

CMYK percentages

%50.68
%54.75
%0
%13.33

Codes

Color #6D64DD in popluar color models

6D64DD
RGB109100221
HSL244°64.02%62.94%
HSB/HSV244°54.75%86.67%
CMYK50.68%54.75%0.00%
13.33%

Color #6D64DD in popluar number systems.

HEX6D64DD
Decimal109100221
Binary1101101110010011011101
Octal155144335

Shades and tints

Shades of #6D64DD

#6D64DD
(109,100,221)
#645BC9
(100,91,201)
#5B52B5
(91,82,181)
#5249A1
(82,73,161)
#49408D
(73,64,141)
#403779
(64,55,121)
#372E65
(55,46,101)
#2E2551
(46,37,81)
#251C3D
(37,28,61)
#1C1329
(28,19,41)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #6D64DD

#6D64DD
(109,100,221)
#7A72E0
(122,114,224)
#8780E3
(135,128,227)
#948EE6
(148,142,230)
#A19CE9
(161,156,233)
#AEAAEC
(174,170,236)
#BBB8EF
(187,184,239)
#C8C6F2
(200,198,242)
#D5D4F5
(213,212,245)
#E2E2F8
(226,226,248)
#EFF0FB
(239,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D64DD color. Also use rgb(109,100,221) instead hex code.

Text Font Color

.myTextColor { color: #6D64DD; }

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

This text font color is #6D64DD.


Background Color

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

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

This div background color is #6D64DD.


Border color

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

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

This div border color is #6D64DD.


Opacity

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

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

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

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

This text has shadow with #6D64DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D64DD on black background.


Color preview on white background

This text has color #6D64DD on white background.



Black color preview on #6D64DD background

This text has black color on #6D64DD background.


White color preview on #6D64DD background

This text has white color on #6D64DD background.