COLOR #6C6ECB

HEX: #6C6ECB
RGB: (108,110,203)

Color info

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

RGB color model

#6C6ECB color RGB value is (108,110,203).

  • red value is 108;
  • green value is 110;
  • blue value is 203.
RGB:
(108,110,203)
(42%,43%,80%)

RGB channels and saturation

R 108 of 255 = 42%
G 110 of 255 = 43%
B 203 of 255 = 80%

108
110
203

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

Portions of RGB colors in percentages

R + G + B =
108 + 110 + 203 = 421 (100%)
R 108 of 421 ~ 25.65%
G 110 of 421 ~ 26.13%
B 203 of 421 ~ 48.22%

%25.65
%26.13
%48.22

CMYK color model

#6C6ECB color CMYK value is (47,46,0,20).

  • cyan value is 46.80%
  • magenta value is 45.81%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(47,46,0,20)
C47M46Y0K20 
(47%,46%,0%,20%)
(0.47/0.46/0.00/0.20)	

CMYK percentages

%46.8
%45.81
%0
%20.39

Codes

Color #6C6ECB in popluar color models

6C6ECB
RGB108110203
HSL239°47.74%60.98%
HSB/HSV239°46.80%79.61%
CMYK46.80%45.81%0.00%
20.39%

Color #6C6ECB in popluar number systems.

HEX6C6ECB
Decimal108110203
Binary1101100110111011001011
Octal154156313

Shades and tints

Shades of #6C6ECB

#6C6ECB
(108,110,203)
#6364B9
(99,100,185)
#5A5AA7
(90,90,167)
#515095
(81,80,149)
#484683
(72,70,131)
#3F3C71
(63,60,113)
#36325F
(54,50,95)
#2D284D
(45,40,77)
#241E3B
(36,30,59)
#1B1429
(27,20,41)
#120A17
(18,10,23)
#000000
(0,0,0)

Tints of #6C6ECB

#6C6ECB
(108,110,203)
#797BCF
(121,123,207)
#8688D3
(134,136,211)
#9395D7
(147,149,215)
#A0A2DB
(160,162,219)
#ADAFDF
(173,175,223)
#BABCE3
(186,188,227)
#C7C9E7
(199,201,231)
#D4D6EB
(212,214,235)
#E1E3EF
(225,227,239)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6ECB color. Also use rgb(108,110,203) instead hex code.

Text Font Color

.myTextColor { color: #6C6ECB; }

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

This text font color is #6C6ECB.


Background Color

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

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

This div background color is #6C6ECB.


Border color

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

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

This div border color is #6C6ECB.


Opacity

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

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

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

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

This text has shadow with #6C6ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6ECB on black background.


Color preview on white background

This text has color #6C6ECB on white background.



Black color preview on #6C6ECB background

This text has black color on #6C6ECB background.


White color preview on #6C6ECB background

This text has white color on #6C6ECB background.