COLOR #6C6FE1

HEX: #6C6FE1
RGB: (108,111,225)

Color info

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

RGB color model

#6C6FE1 color RGB value is (108,111,225).

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

RGB channels and saturation

R 108 of 255 = 42%
G 111 of 255 = 44%
B 225 of 255 = 88%

108
111
225

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

Portions of RGB colors in percentages

R + G + B =
108 + 111 + 225 = 444 (100%)
R 108 of 444 ~ 24.32%
G 111 of 444 ~ 25%
B 225 of 444 ~ 50.68%

%24.32
%25
%50.68

CMYK color model

#6C6FE1 color CMYK value is (52,51,0,12).

  • cyan value is 52.00%
  • magenta value is 50.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(52,51,0,12)
C52M51Y0K12 
(52%,51%,0%,12%)
(0.52/0.51/0.00/0.12)	

CMYK percentages

%52
%50.67
%0
%11.76

Codes

Color #6C6FE1 in popluar color models

6C6FE1
RGB108111225
HSL238°66.10%65.29%
HSB/HSV238°52.00%88.24%
CMYK52.00%50.67%0.00%
11.76%

Color #6C6FE1 in popluar number systems.

HEX6C6FE1
Decimal108111225
Binary1101100110111111100001
Octal154157341

Shades and tints

Shades of #6C6FE1

#6C6FE1
(108,111,225)
#6365CD
(99,101,205)
#5A5BB9
(90,91,185)
#5151A5
(81,81,165)
#484791
(72,71,145)
#3F3D7D
(63,61,125)
#363369
(54,51,105)
#2D2955
(45,41,85)
#241F41
(36,31,65)
#1B152D
(27,21,45)
#120B19
(18,11,25)
#000000
(0,0,0)

Tints of #6C6FE1

#6C6FE1
(108,111,225)
#797CE3
(121,124,227)
#8689E5
(134,137,229)
#9396E7
(147,150,231)
#A0A3E9
(160,163,233)
#ADB0EB
(173,176,235)
#BABDED
(186,189,237)
#C7CAEF
(199,202,239)
#D4D7F1
(212,215,241)
#E1E4F3
(225,228,243)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6FE1; }

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

This text font color is #6C6FE1.


Background Color

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

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

This div background color is #6C6FE1.


Border color

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

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

This div border color is #6C6FE1.


Opacity

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

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

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

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

This text has shadow with #6C6FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6FE1 on black background.


Color preview on white background

This text has color #6C6FE1 on white background.



Black color preview on #6C6FE1 background

This text has black color on #6C6FE1 background.


White color preview on #6C6FE1 background

This text has white color on #6C6FE1 background.