COLOR #6C56EA

HEX: #6C56EA
RGB: (108,86,234)

Color info

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

RGB color model

#6C56EA color RGB value is (108,86,234).

  • red value is 108;
  • green value is 86;
  • blue value is 234.
RGB:
(108,86,234)
(42%,34%,92%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 234 of 255 = 92%

108
86
234

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

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 234 = 428 (100%)
R 108 of 428 ~ 25.23%
G 86 of 428 ~ 20.09%
B 234 of 428 ~ 54.67%

%25.23
%20.09
%54.67

CMYK color model

#6C56EA color CMYK value is (54,63,0,8).

  • cyan value is 53.85%
  • magenta value is 63.25%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(54,63,0,8)
C54M63Y0K8 
(54%,63%,0%,8%)
(0.54/0.63/0.00/0.08)	

CMYK percentages

%53.85
%63.25
%0
%8.24

Codes

Color #6C56EA in popluar color models

6C56EA
RGB10886234
HSL249°77.89%62.75%
HSB/HSV249°63.25%91.76%
CMYK53.85%63.25%0.00%
8.24%

Color #6C56EA in popluar number systems.

HEX6C56EA
Decimal10886234
Binary1101100101011011101010
Octal154126352

Shades and tints

Shades of #6C56EA

#6C56EA
(108,86,234)
#634FD5
(99,79,213)
#5A48C0
(90,72,192)
#5141AB
(81,65,171)
#483A96
(72,58,150)
#3F3381
(63,51,129)
#362C6C
(54,44,108)
#2D2557
(45,37,87)
#241E42
(36,30,66)
#1B172D
(27,23,45)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #6C56EA

#6C56EA
(108,86,234)
#7965EB
(121,101,235)
#8674EC
(134,116,236)
#9383ED
(147,131,237)
#A092EE
(160,146,238)
#ADA1EF
(173,161,239)
#BAB0F0
(186,176,240)
#C7BFF1
(199,191,241)
#D4CEF2
(212,206,242)
#E1DDF3
(225,221,243)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C56EA; }

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

This text font color is #6C56EA.


Background Color

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

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

This div background color is #6C56EA.


Border color

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

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

This div border color is #6C56EA.


Opacity

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

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

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

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

This text has shadow with #6C56EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C56EA on black background.


Color preview on white background

This text has color #6C56EA on white background.



Black color preview on #6C56EA background

This text has black color on #6C56EA background.


White color preview on #6C56EA background

This text has white color on #6C56EA background.