COLOR #6556C4

HEX: #6556C4
RGB: (101,86,196)

Color info

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

RGB color model

#6556C4 color RGB value is (101,86,196).

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

RGB channels and saturation

R 101 of 255 = 40%
G 86 of 255 = 34%
B 196 of 255 = 77%

101
86
196

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

Portions of RGB colors in percentages

R + G + B =
101 + 86 + 196 = 383 (100%)
R 101 of 383 ~ 26.37%
G 86 of 383 ~ 22.45%
B 196 of 383 ~ 51.17%

%26.37
%22.45
%51.17

CMYK color model

#6556C4 color CMYK value is (48,56,0,23).

  • cyan value is 48.47%
  • magenta value is 56.12%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(48,56,0,23)
C48M56Y0K23 
(48%,56%,0%,23%)
(0.48/0.56/0.00/0.23)	

CMYK percentages

%48.47
%56.12
%0
%23.14

Codes

Color #6556C4 in popluar color models

6556C4
RGB10186196
HSL248°48.25%55.29%
HSB/HSV248°56.12%76.86%
CMYK48.47%56.12%0.00%
23.14%

Color #6556C4 in popluar number systems.

HEX6556C4
Decimal10186196
Binary1100101101011011000100
Octal145126304

Shades and tints

Shades of #6556C4

#6556C4
(101,86,196)
#5C4FB3
(92,79,179)
#5348A2
(83,72,162)
#4A4191
(74,65,145)
#413A80
(65,58,128)
#38336F
(56,51,111)
#2F2C5E
(47,44,94)
#26254D
(38,37,77)
#1D1E3C
(29,30,60)
#14172B
(20,23,43)
#0B101A
(11,16,26)
#000000
(0,0,0)

Tints of #6556C4

#6556C4
(101,86,196)
#7365C9
(115,101,201)
#8174CE
(129,116,206)
#8F83D3
(143,131,211)
#9D92D8
(157,146,216)
#ABA1DD
(171,161,221)
#B9B0E2
(185,176,226)
#C7BFE7
(199,191,231)
#D5CEEC
(213,206,236)
#E3DDF1
(227,221,241)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6556C4; }

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

This text font color is #6556C4.


Background Color

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

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

This div background color is #6556C4.


Border color

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

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

This div border color is #6556C4.


Opacity

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

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

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

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

This text has shadow with #6556C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6556C4 on black background.


Color preview on white background

This text has color #6556C4 on white background.



Black color preview on #6556C4 background

This text has black color on #6556C4 background.


White color preview on #6556C4 background

This text has white color on #6556C4 background.