COLOR #6C64CC

HEX: #6C64CC
RGB: (108,100,204)

Color info

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

RGB color model

#6C64CC color RGB value is (108,100,204).

  • red value is 108;
  • green value is 100;
  • blue value is 204.
RGB:
(108,100,204)
(42%,39%,80%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 204 of 255 = 80%

108
100
204

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 204 = 412 (100%)
R 108 of 412 ~ 26.21%
G 100 of 412 ~ 24.27%
B 204 of 412 ~ 49.51%

%26.21
%24.27
%49.51

CMYK color model

#6C64CC color CMYK value is (47,51,0,20).

  • cyan value is 47.06%
  • magenta value is 50.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(47,51,0,20)
C47M51Y0K20 
(47%,51%,0%,20%)
(0.47/0.51/0.00/0.20)	

CMYK percentages

%47.06
%50.98
%0
%20

Codes

Color #6C64CC in popluar color models

6C64CC
RGB108100204
HSL245°50.49%59.61%
HSB/HSV245°50.98%80.00%
CMYK47.06%50.98%0.00%
20.00%

Color #6C64CC in popluar number systems.

HEX6C64CC
Decimal108100204
Binary1101100110010011001100
Octal154144314

Shades and tints

Shades of #6C64CC

#6C64CC
(108,100,204)
#635BBA
(99,91,186)
#5A52A8
(90,82,168)
#514996
(81,73,150)
#484084
(72,64,132)
#3F3772
(63,55,114)
#362E60
(54,46,96)
#2D254E
(45,37,78)
#241C3C
(36,28,60)
#1B132A
(27,19,42)
#120A18
(18,10,24)
#000000
(0,0,0)

Tints of #6C64CC

#6C64CC
(108,100,204)
#7972D0
(121,114,208)
#8680D4
(134,128,212)
#938ED8
(147,142,216)
#A09CDC
(160,156,220)
#ADAAE0
(173,170,224)
#BAB8E4
(186,184,228)
#C7C6E8
(199,198,232)
#D4D4EC
(212,212,236)
#E1E2F0
(225,226,240)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C64CC color. Also use rgb(108,100,204) instead hex code.

Text Font Color

.myTextColor { color: #6C64CC; }

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

This text font color is #6C64CC.


Background Color

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

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

This div background color is #6C64CC.


Border color

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

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

This div border color is #6C64CC.


Opacity

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

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

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

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

This text has shadow with #6C64CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C64CC on black background.


Color preview on white background

This text has color #6C64CC on white background.



Black color preview on #6C64CC background

This text has black color on #6C64CC background.


White color preview on #6C64CC background

This text has white color on #6C64CC background.