COLOR #6C6FF2

HEX: #6C6FF2
RGB: (108,111,242)

Color info

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

RGB color model

#6C6FF2 color RGB value is (108,111,242).

  • red value is 108;
  • green value is 111;
  • blue value is 242.
RGB:
(108,111,242)
(42%,44%,95%)

RGB channels and saturation

R 108 of 255 = 42%
G 111 of 255 = 44%
B 242 of 255 = 95%

108
111
242

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

Portions of RGB colors in percentages

R + G + B =
108 + 111 + 242 = 461 (100%)
R 108 of 461 ~ 23.43%
G 111 of 461 ~ 24.08%
B 242 of 461 ~ 52.49%

%23.43
%24.08
%52.49

CMYK color model

#6C6FF2 color CMYK value is (55,54,0,5).

  • cyan value is 55.37%
  • magenta value is 54.13%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(55,54,0,5)
C55M54Y0K5 
(55%,54%,0%,5%)
(0.55/0.54/0.00/0.05)	

CMYK percentages

%55.37
%54.13
%0
%5.1

Codes

Color #6C6FF2 in popluar color models

6C6FF2
RGB108111242
HSL239°83.75%68.63%
HSB/HSV239°55.37%94.90%
CMYK55.37%54.13%0.00%
5.10%

Color #6C6FF2 in popluar number systems.

HEX6C6FF2
Decimal108111242
Binary1101100110111111110010
Octal154157362

Shades and tints

Shades of #6C6FF2

#6C6FF2
(108,111,242)
#6365DC
(99,101,220)
#5A5BC6
(90,91,198)
#5151B0
(81,81,176)
#48479A
(72,71,154)
#3F3D84
(63,61,132)
#36336E
(54,51,110)
#2D2958
(45,41,88)
#241F42
(36,31,66)
#1B152C
(27,21,44)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #6C6FF2

#6C6FF2
(108,111,242)
#797CF3
(121,124,243)
#8689F4
(134,137,244)
#9396F5
(147,150,245)
#A0A3F6
(160,163,246)
#ADB0F7
(173,176,247)
#BABDF8
(186,189,248)
#C7CAF9
(199,202,249)
#D4D7FA
(212,215,250)
#E1E4FB
(225,228,251)
#EEF1FC
(238,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6FF2; }

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

This text font color is #6C6FF2.


Background Color

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

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

This div background color is #6C6FF2.


Border color

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

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

This div border color is #6C6FF2.


Opacity

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

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

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

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

This text has shadow with #6C6FF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6FF2 on black background.


Color preview on white background

This text has color #6C6FF2 on white background.



Black color preview on #6C6FF2 background

This text has black color on #6C6FF2 background.


White color preview on #6C6FF2 background

This text has white color on #6C6FF2 background.