COLOR #6C6EE8

HEX: #6C6EE8
RGB: (108,110,232)

Color info

#6C6EE8 contains mainly blue color. Web safe color of #6C6EE8 is #6666FF (or #66F).

RGB color model

#6C6EE8 color RGB value is (108,110,232).

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

RGB channels and saturation

R 108 of 255 = 42%
G 110 of 255 = 43%
B 232 of 255 = 91%

108
110
232

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

Portions of RGB colors in percentages

R + G + B =
108 + 110 + 232 = 450 (100%)
R 108 of 450 ~ 24%
G 110 of 450 ~ 24.44%
B 232 of 450 ~ 51.56%

%24
%24.44
%51.56

CMYK color model

#6C6EE8 color CMYK value is (53,53,0,9).

  • cyan value is 53.45%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(53,53,0,9)
C53M53Y0K9 
(53%,53%,0%,9%)
(0.53/0.53/0.00/0.09)	

CMYK percentages

%53.45
%52.59
%0
%9.02

Codes

Color #6C6EE8 in popluar color models

6C6EE8
RGB108110232
HSL239°72.94%66.67%
HSB/HSV239°53.45%90.98%
CMYK53.45%52.59%0.00%
9.02%

Color #6C6EE8 in popluar number systems.

HEX6C6EE8
Decimal108110232
Binary1101100110111011101000
Octal154156350

Shades and tints

Shades of #6C6EE8

#6C6EE8
(108,110,232)
#6364D3
(99,100,211)
#5A5ABE
(90,90,190)
#5150A9
(81,80,169)
#484694
(72,70,148)
#3F3C7F
(63,60,127)
#36326A
(54,50,106)
#2D2855
(45,40,85)
#241E40
(36,30,64)
#1B142B
(27,20,43)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #6C6EE8

#6C6EE8
(108,110,232)
#797BEA
(121,123,234)
#8688EC
(134,136,236)
#9395EE
(147,149,238)
#A0A2F0
(160,162,240)
#ADAFF2
(173,175,242)
#BABCF4
(186,188,244)
#C7C9F6
(199,201,246)
#D4D6F8
(212,214,248)
#E1E3FA
(225,227,250)
#EEF0FC
(238,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6EE8; }

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

This text font color is #6C6EE8.


Background Color

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

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

This div background color is #6C6EE8.


Border color

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

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

This div border color is #6C6EE8.


Opacity

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

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

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

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

This text has shadow with #6C6EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6EE8 on black background.


Color preview on white background

This text has color #6C6EE8 on white background.



Black color preview on #6C6EE8 background

This text has black color on #6C6EE8 background.


White color preview on #6C6EE8 background

This text has white color on #6C6EE8 background.