COLOR #6556E7

HEX: #6556E7
RGB: (101,86,231)

Color info

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

RGB color model

#6556E7 color RGB value is (101,86,231).

  • red value is 101;
  • green value is 86;
  • blue value is 231.
RGB:
(101,86,231)
(40%,34%,91%)

RGB channels and saturation

R 101 of 255 = 40%
G 86 of 255 = 34%
B 231 of 255 = 91%

101
86
231

R + G + B ~ 55%. #6556E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 86 + 231 = 418 (100%)
R 101 of 418 ~ 24.16%
G 86 of 418 ~ 20.57%
B 231 of 418 ~ 55.26%

%24.16
%20.57
%55.26

CMYK color model

#6556E7 color CMYK value is (56,63,0,9).

  • cyan value is 56.28%
  • magenta value is 62.77%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(56,63,0,9)
C56M63Y0K9 
(56%,63%,0%,9%)
(0.56/0.63/0.00/0.09)	

CMYK percentages

%56.28
%62.77
%0
%9.41

Codes

Color #6556E7 in popluar color models

6556E7
RGB10186231
HSL246°75.13%62.16%
HSB/HSV246°62.77%90.59%
CMYK56.28%62.77%0.00%
9.41%

Color #6556E7 in popluar number systems.

HEX6556E7
Decimal10186231
Binary1100101101011011100111
Octal145126347

Shades and tints

Shades of #6556E7

#6556E7
(101,86,231)
#5C4FD2
(92,79,210)
#5348BD
(83,72,189)
#4A41A8
(74,65,168)
#413A93
(65,58,147)
#38337E
(56,51,126)
#2F2C69
(47,44,105)
#262554
(38,37,84)
#1D1E3F
(29,30,63)
#14172A
(20,23,42)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6556E7

#6556E7
(101,86,231)
#7365E9
(115,101,233)
#8174EB
(129,116,235)
#8F83ED
(143,131,237)
#9D92EF
(157,146,239)
#ABA1F1
(171,161,241)
#B9B0F3
(185,176,243)
#C7BFF5
(199,191,245)
#D5CEF7
(213,206,247)
#E3DDF9
(227,221,249)
#F1ECFB
(241,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6556E7 color. Also use rgb(101,86,231) instead hex code.

Text Font Color

.myTextColor { color: #6556E7; }

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

This text font color is #6556E7.


Background Color

.myBgColor { background-color: #6556E7; }

<div style="background-color:#6556E7">Inner text</div>

This div background color is #6556E7.


Border color

.myBorderColor { border: 1px solid #6556E7; }

<div style="border:3px solid #6556E7">Div</div>

This div border color is #6556E7.


Opacity

.myOpacity80 { color: #6556E7; opacity: 0.8; }

<p style="color:#6556E7;opacity:0.8;">80%</p>

Text with #6556E7 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 #6556E7;}

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

This text has shadow with #6556E7 color.

.textShadow {text-shadow: 3px 3px 1px #6556E7, 3px 3px 1px red;}

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

This text has shadow with #6556E7 primary color and red secondary color.


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

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

This text has shadow with #6556E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6556E7 on black background.


Color preview on white background

This text has color #6556E7 on white background.



Black color preview on #6556E7 background

This text has black color on #6556E7 background.


White color preview on #6556E7 background

This text has white color on #6556E7 background.