COLOR #6C64BB

HEX: #6C64BB
RGB: (108,100,187)

Color info

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

RGB color model

#6C64BB color RGB value is (108,100,187).

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

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 187 of 255 = 73%

108
100
187

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 187 = 395 (100%)
R 108 of 395 ~ 27.34%
G 100 of 395 ~ 25.32%
B 187 of 395 ~ 47.34%

%27.34
%25.32
%47.34

CMYK color model

#6C64BB color CMYK value is (42,47,0,27).

  • cyan value is 42.25%
  • magenta value is 46.52%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(42,47,0,27)
C42M47Y0K27 
(42%,47%,0%,27%)
(0.42/0.47/0.00/0.27)	

CMYK percentages

%42.25
%46.52
%0
%26.67

Codes

Color #6C64BB in popluar color models

6C64BB
RGB108100187
HSL246°39.01%56.27%
HSB/HSV246°46.52%73.33%
CMYK42.25%46.52%0.00%
26.67%

Color #6C64BB in popluar number systems.

HEX6C64BB
Decimal108100187
Binary1101100110010010111011
Octal154144273

Shades and tints

Shades of #6C64BB

#6C64BB
(108,100,187)
#635BAA
(99,91,170)
#5A5299
(90,82,153)
#514988
(81,73,136)
#484077
(72,64,119)
#3F3766
(63,55,102)
#362E55
(54,46,85)
#2D2544
(45,37,68)
#241C33
(36,28,51)
#1B1322
(27,19,34)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #6C64BB

#6C64BB
(108,100,187)
#7972C1
(121,114,193)
#8680C7
(134,128,199)
#938ECD
(147,142,205)
#A09CD3
(160,156,211)
#ADAAD9
(173,170,217)
#BAB8DF
(186,184,223)
#C7C6E5
(199,198,229)
#D4D4EB
(212,212,235)
#E1E2F1
(225,226,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C64BB; }

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

This text font color is #6C64BB.


Background Color

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

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

This div background color is #6C64BB.


Border color

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

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

This div border color is #6C64BB.


Opacity

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

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

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

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

This text has shadow with #6C64BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C64BB on black background.


Color preview on white background

This text has color #6C64BB on white background.



Black color preview on #6C64BB background

This text has black color on #6C64BB background.


White color preview on #6C64BB background

This text has white color on #6C64BB background.