COLOR #6C67E8

HEX: #6C67E8
RGB: (108,103,232)

Color info

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

RGB color model

#6C67E8 color RGB value is (108,103,232).

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

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 232 of 255 = 91%

108
103
232

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

Portions of RGB colors in percentages

R + G + B =
108 + 103 + 232 = 443 (100%)
R 108 of 443 ~ 24.38%
G 103 of 443 ~ 23.25%
B 232 of 443 ~ 52.37%

%24.38
%23.25
%52.37

CMYK color model

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

  • cyan value is 53.45%
  • magenta value is 55.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(53,56,0,9)
C53M56Y0K9 
(53%,56%,0%,9%)
(0.53/0.56/0.00/0.09)	

CMYK percentages

%53.45
%55.6
%0
%9.02

Codes

Color #6C67E8 in popluar color models

6C67E8
RGB108103232
HSL242°73.71%65.69%
HSB/HSV242°55.60%90.98%
CMYK53.45%55.60%0.00%
9.02%

Color #6C67E8 in popluar number systems.

HEX6C67E8
Decimal108103232
Binary1101100110011111101000
Octal154147350

Shades and tints

Shades of #6C67E8

#6C67E8
(108,103,232)
#635ED3
(99,94,211)
#5A55BE
(90,85,190)
#514CA9
(81,76,169)
#484394
(72,67,148)
#3F3A7F
(63,58,127)
#36316A
(54,49,106)
#2D2855
(45,40,85)
#241F40
(36,31,64)
#1B162B
(27,22,43)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #6C67E8

#6C67E8
(108,103,232)
#7974EA
(121,116,234)
#8681EC
(134,129,236)
#938EEE
(147,142,238)
#A09BF0
(160,155,240)
#ADA8F2
(173,168,242)
#BAB5F4
(186,181,244)
#C7C2F6
(199,194,246)
#D4CFF8
(212,207,248)
#E1DCFA
(225,220,250)
#EEE9FC
(238,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C67E8; }

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

This text font color is #6C67E8.


Background Color

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

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

This div background color is #6C67E8.


Border color

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

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

This div border color is #6C67E8.


Opacity

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

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

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

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

This text has shadow with #6C67E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C67E8 on black background.


Color preview on white background

This text has color #6C67E8 on white background.



Black color preview on #6C67E8 background

This text has black color on #6C67E8 background.


White color preview on #6C67E8 background

This text has white color on #6C67E8 background.