COLOR #6F64DD

HEX: #6F64DD RGB: (111,100,221)

Color info

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

RGB color model

#6F64DD color RGB value is (111,100,221).

RGB: (111,100,221) (44%, 39%, 87%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 221 of 255 = 87%

111
100
221

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

Portions of RGB colors in percentages

R + G + B = 111 + 100 + 221 = 432 (100%)
R 111 of 432 ~ 25.69%
G 100 of 432 ~ 23.15%
B 221 of 432 ~ 51.16'%

%25.69
%23.15
%51.16

CMYK color model

#6F64DD color CMYK value is (50,55,0,13).

  • cyan value is 49.77%
  • magenta value is 54.75%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (50,55,0,13)
C50M55Y0K13 (50%, 55%, 0%, 13%)
(0.50 / 0.55 / 0.00 / 0.13)

CMYK percentages

%49.77
%54.75
%0
%13.33

Codes

Color #6F64DD in popluar color models

6F 64 DD
RGB 111 100 221
HSL 245° 64.02% 62.94%
HSB/HSV 245° 54.75% 86.67%
CMYK 49.77% 54.75% 0.00%
13.33%

Color #6F64DD in popluar number systems.

HEX 6F 64 DD
Decimal 111 100 221
Binary 1101111 1100100 11011101
Octal 157 144 335

Shades and tints

Shades of #6F64DD

#6F64DD
(111,100,221)
#655BC9
(101,91,201)
#5B52B5
(91,82,181)
#5149A1
(81,73,161)
#47408D
(71,64,141)
#3D3779
(61,55,121)
#332E65
(51,46,101)
#292551
(41,37,81)
#1F1C3D
(31,28,61)
#151329
(21,19,41)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #6F64DD

#6F64DD
(111,100,221)
#7C72E0
(124,114,224)
#8980E3
(137,128,227)
#968EE6
(150,142,230)
#A39CE9
(163,156,233)
#B0AAEC
(176,170,236)
#BDB8EF
(189,184,239)
#CAC6F2
(202,198,242)
#D7D4F5
(215,212,245)
#E4E2F8
(228,226,248)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F64DD; }

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

This text font color is #6F64DD.

Background Color

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

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

This div background color is #6F64DD.

Border color

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

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

This div border color is #6F64DD.

Opacity

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

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

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

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

This text has shadow with #6F64DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F64DD.

Preview

Color preview on black background

This text has color #6F64DD on black background.


Color preview on white background

This text has color #6F64DD on white background.


Black color preview on #6F64DD background

This text has black color on #6F64DD background.


White color preview on #6F64DD background

This text has white color on #6F64DD background.


Related colors

Complementary color

Complementary color for #hex is #909B22.


I love getcolorcode.com

Triadic colors

1 #DD6F64 and #64DD6F with #6F64DD are triadic colors.

2 #DD646F and #646FDD with #6F64DD are triadic colors.