COLOR #6C6ADE

HEX: #6C6ADE
RGB: (108,106,222)

Color info

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

RGB color model

#6C6ADE color RGB value is (108,106,222).

  • red value is 108;
  • green value is 106;
  • blue value is 222.
RGB:
(108,106,222)
(42%,42%,87%)

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 222 of 255 = 87%

108
106
222

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

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 222 = 436 (100%)
R 108 of 436 ~ 24.77%
G 106 of 436 ~ 24.31%
B 222 of 436 ~ 50.92%

%24.77
%24.31
%50.92

CMYK color model

#6C6ADE color CMYK value is (51,52,0,13).

  • cyan value is 51.35%
  • magenta value is 52.25%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(51,52,0,13)
C51M52Y0K13 
(51%,52%,0%,13%)
(0.51/0.52/0.00/0.13)	

CMYK percentages

%51.35
%52.25
%0
%12.94

Codes

Color #6C6ADE in popluar color models

6C6ADE
RGB108106222
HSL241°63.74%64.31%
HSB/HSV241°52.25%87.06%
CMYK51.35%52.25%0.00%
12.94%

Color #6C6ADE in popluar number systems.

HEX6C6ADE
Decimal108106222
Binary1101100110101011011110
Octal154152336

Shades and tints

Shades of #6C6ADE

#6C6ADE
(108,106,222)
#6361CA
(99,97,202)
#5A58B6
(90,88,182)
#514FA2
(81,79,162)
#48468E
(72,70,142)
#3F3D7A
(63,61,122)
#363466
(54,52,102)
#2D2B52
(45,43,82)
#24223E
(36,34,62)
#1B192A
(27,25,42)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #6C6ADE

#6C6ADE
(108,106,222)
#7977E1
(121,119,225)
#8684E4
(134,132,228)
#9391E7
(147,145,231)
#A09EEA
(160,158,234)
#ADABED
(173,171,237)
#BAB8F0
(186,184,240)
#C7C5F3
(199,197,243)
#D4D2F6
(212,210,246)
#E1DFF9
(225,223,249)
#EEECFC
(238,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6ADE color. Also use rgb(108,106,222) instead hex code.

Text Font Color

.myTextColor { color: #6C6ADE; }

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

This text font color is #6C6ADE.


Background Color

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

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

This div background color is #6C6ADE.


Border color

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

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

This div border color is #6C6ADE.


Opacity

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

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

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

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

This text has shadow with #6C6ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6ADE on black background.


Color preview on white background

This text has color #6C6ADE on white background.



Black color preview on #6C6ADE background

This text has black color on #6C6ADE background.


White color preview on #6C6ADE background

This text has white color on #6C6ADE background.