COLOR #6C6CC2

HEX: #6C6CC2
RGB: (108,108,194)

Color info

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

RGB color model

#6C6CC2 color RGB value is (108,108,194).

  • red value is 108;
  • green value is 108;
  • blue value is 194.
RGB:
(108,108,194)
(42%,42%,76%)

RGB channels and saturation

R 108 of 255 = 42%
G 108 of 255 = 42%
B 194 of 255 = 76%

108
108
194

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

Portions of RGB colors in percentages

R + G + B =
108 + 108 + 194 = 410 (100%)
R 108 of 410 ~ 26.34%
G 108 of 410 ~ 26.34%
B 194 of 410 ~ 47.32%

%26.34
%26.34
%47.32

CMYK color model

#6C6CC2 color CMYK value is (44,44,0,24).

  • cyan value is 44.33%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(44,44,0,24)
C44M44Y0K24 
(44%,44%,0%,24%)
(0.44/0.44/0.00/0.24)	

CMYK percentages

%44.33
%44.33
%0
%23.92

Codes

Color #6C6CC2 in popluar color models

6C6CC2
RGB108108194
HSL240°41.35%59.22%
HSB/HSV240°44.33%76.08%
CMYK44.33%44.33%0.00%
23.92%

Color #6C6CC2 in popluar number systems.

HEX6C6CC2
Decimal108108194
Binary1101100110110011000010
Octal154154302

Shades and tints

Shades of #6C6CC2

#6C6CC2
(108,108,194)
#6363B1
(99,99,177)
#5A5AA0
(90,90,160)
#51518F
(81,81,143)
#48487E
(72,72,126)
#3F3F6D
(63,63,109)
#36365C
(54,54,92)
#2D2D4B
(45,45,75)
#24243A
(36,36,58)
#1B1B29
(27,27,41)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #6C6CC2

#6C6CC2
(108,108,194)
#7979C7
(121,121,199)
#8686CC
(134,134,204)
#9393D1
(147,147,209)
#A0A0D6
(160,160,214)
#ADADDB
(173,173,219)
#BABAE0
(186,186,224)
#C7C7E5
(199,199,229)
#D4D4EA
(212,212,234)
#E1E1EF
(225,225,239)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6CC2; }

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

This text font color is #6C6CC2.


Background Color

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

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

This div background color is #6C6CC2.


Border color

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

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

This div border color is #6C6CC2.


Opacity

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

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

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

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

This text has shadow with #6C6CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6CC2 on black background.


Color preview on white background

This text has color #6C6CC2 on white background.



Black color preview on #6C6CC2 background

This text has black color on #6C6CC2 background.


White color preview on #6C6CC2 background

This text has white color on #6C6CC2 background.