COLOR #6B64E0

HEX: #6B64E0
RGB: (107,100,224)

Color info

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

RGB color model

#6B64E0 color RGB value is (107,100,224).

  • red value is 107;
  • green value is 100;
  • blue value is 224.
RGB:
(107,100,224)
(42%,39%,88%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 224 of 255 = 88%

107
100
224

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 224 = 431 (100%)
R 107 of 431 ~ 24.83%
G 100 of 431 ~ 23.2%
B 224 of 431 ~ 51.97%

%24.83
%23.2
%51.97

CMYK color model

#6B64E0 color CMYK value is (52,55,0,12).

  • cyan value is 52.23%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(52,55,0,12)
C52M55Y0K12 
(52%,55%,0%,12%)
(0.52/0.55/0.00/0.12)	

CMYK percentages

%52.23
%55.36
%0
%12.16

Codes

Color #6B64E0 in popluar color models

6B64E0
RGB107100224
HSL243°66.67%63.53%
HSB/HSV243°55.36%87.84%
CMYK52.23%55.36%0.00%
12.16%

Color #6B64E0 in popluar number systems.

HEX6B64E0
Decimal107100224
Binary1101011110010011100000
Octal153144340

Shades and tints

Shades of #6B64E0

#6B64E0
(107,100,224)
#625BCC
(98,91,204)
#5952B8
(89,82,184)
#5049A4
(80,73,164)
#474090
(71,64,144)
#3E377C
(62,55,124)
#352E68
(53,46,104)
#2C2554
(44,37,84)
#231C40
(35,28,64)
#1A132C
(26,19,44)
#110A18
(17,10,24)
#000000
(0,0,0)

Tints of #6B64E0

#6B64E0
(107,100,224)
#7872E2
(120,114,226)
#8580E4
(133,128,228)
#928EE6
(146,142,230)
#9F9CE8
(159,156,232)
#ACAAEA
(172,170,234)
#B9B8EC
(185,184,236)
#C6C6EE
(198,198,238)
#D3D4F0
(211,212,240)
#E0E2F2
(224,226,242)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B64E0 color. Also use rgb(107,100,224) instead hex code.

Text Font Color

.myTextColor { color: #6B64E0; }

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

This text font color is #6B64E0.


Background Color

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

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

This div background color is #6B64E0.


Border color

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

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

This div border color is #6B64E0.


Opacity

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

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

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

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

This text has shadow with #6B64E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B64E0 on black background.


Color preview on white background

This text has color #6B64E0 on white background.



Black color preview on #6B64E0 background

This text has black color on #6B64E0 background.


White color preview on #6B64E0 background

This text has white color on #6B64E0 background.