COLOR #6C68D9

HEX: #6C68D9
RGB: (108,104,217)

Color info

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

RGB color model

#6C68D9 color RGB value is (108,104,217).

  • red value is 108;
  • green value is 104;
  • blue value is 217.
RGB:
(108,104,217)
(42%,41%,85%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 217 of 255 = 85%

108
104
217

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 217 = 429 (100%)
R 108 of 429 ~ 25.17%
G 104 of 429 ~ 24.24%
B 217 of 429 ~ 50.58%

%25.17
%24.24
%50.58

CMYK color model

#6C68D9 color CMYK value is (50,52,0,15).

  • cyan value is 50.23%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(50,52,0,15)
C50M52Y0K15 
(50%,52%,0%,15%)
(0.50/0.52/0.00/0.15)	

CMYK percentages

%50.23
%52.07
%0
%14.9

Codes

Color #6C68D9 in popluar color models

6C68D9
RGB108104217
HSL242°59.79%62.94%
HSB/HSV242°52.07%85.10%
CMYK50.23%52.07%0.00%
14.90%

Color #6C68D9 in popluar number systems.

HEX6C68D9
Decimal108104217
Binary1101100110100011011001
Octal154150331

Shades and tints

Shades of #6C68D9

#6C68D9
(108,104,217)
#635FC6
(99,95,198)
#5A56B3
(90,86,179)
#514DA0
(81,77,160)
#48448D
(72,68,141)
#3F3B7A
(63,59,122)
#363267
(54,50,103)
#2D2954
(45,41,84)
#242041
(36,32,65)
#1B172E
(27,23,46)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #6C68D9

#6C68D9
(108,104,217)
#7975DC
(121,117,220)
#8682DF
(134,130,223)
#938FE2
(147,143,226)
#A09CE5
(160,156,229)
#ADA9E8
(173,169,232)
#BAB6EB
(186,182,235)
#C7C3EE
(199,195,238)
#D4D0F1
(212,208,241)
#E1DDF4
(225,221,244)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C68D9 color. Also use rgb(108,104,217) instead hex code.

Text Font Color

.myTextColor { color: #6C68D9; }

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

This text font color is #6C68D9.


Background Color

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

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

This div background color is #6C68D9.


Border color

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

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

This div border color is #6C68D9.


Opacity

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

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

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

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

This text has shadow with #6C68D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C68D9 on black background.


Color preview on white background

This text has color #6C68D9 on white background.



Black color preview on #6C68D9 background

This text has black color on #6C68D9 background.


White color preview on #6C68D9 background

This text has white color on #6C68D9 background.