COLOR #6553B2

HEX: #6553B2
RGB: (101,83,178)

Color info

#6553B2 contains mainly blue color. Web safe color of #6553B2 is #666699 (or #669).

RGB color model

#6553B2 color RGB value is (101,83,178).

  • red value is 101;
  • green value is 83;
  • blue value is 178.
RGB:
(101,83,178)
(40%,33%,70%)

RGB channels and saturation

R 101 of 255 = 40%
G 83 of 255 = 33%
B 178 of 255 = 70%

101
83
178

R + G + B ~ 48%. #6553B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 83 + 178 = 362 (100%)
R 101 of 362 ~ 27.9%
G 83 of 362 ~ 22.93%
B 178 of 362 ~ 49.17%

%27.9
%22.93
%49.17

CMYK color model

#6553B2 color CMYK value is (43,53,0,30).

  • cyan value is 43.26%
  • magenta value is 53.37%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(43,53,0,30)
C43M53Y0K30 
(43%,53%,0%,30%)
(0.43/0.53/0.00/0.30)	

CMYK percentages

%43.26
%53.37
%0
%30.2

Codes

Color #6553B2 in popluar color models

6553B2
RGB10183178
HSL251°38.15%51.18%
HSB/HSV251°53.37%69.80%
CMYK43.26%53.37%0.00%
30.20%

Color #6553B2 in popluar number systems.

HEX6553B2
Decimal10183178
Binary1100101101001110110010
Octal145123262

Shades and tints

Shades of #6553B2

#6553B2
(101,83,178)
#5C4CA2
(92,76,162)
#534592
(83,69,146)
#4A3E82
(74,62,130)
#413772
(65,55,114)
#383062
(56,48,98)
#2F2952
(47,41,82)
#262242
(38,34,66)
#1D1B32
(29,27,50)
#141422
(20,20,34)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #6553B2

#6553B2
(101,83,178)
#7362B9
(115,98,185)
#8171C0
(129,113,192)
#8F80C7
(143,128,199)
#9D8FCE
(157,143,206)
#AB9ED5
(171,158,213)
#B9ADDC
(185,173,220)
#C7BCE3
(199,188,227)
#D5CBEA
(213,203,234)
#E3DAF1
(227,218,241)
#F1E9F8
(241,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6553B2 color. Also use rgb(101,83,178) instead hex code.

Text Font Color

.myTextColor { color: #6553B2; }

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

This text font color is #6553B2.


Background Color

.myBgColor { background-color: #6553B2; }

<div style="background-color:#6553B2">Inner text</div>

This div background color is #6553B2.


Border color

.myBorderColor { border: 1px solid #6553B2; }

<div style="border:3px solid #6553B2">Div</div>

This div border color is #6553B2.


Opacity

.myOpacity80 { color: #6553B2; opacity: 0.8; }

<p style="color:#6553B2;opacity:0.8;">80%</p>

Text with #6553B2 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 #6553B2;}

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

This text has shadow with #6553B2 color.

.textShadow {text-shadow: 3px 3px 1px #6553B2, 3px 3px 1px red;}

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

This text has shadow with #6553B2 primary color and red secondary color.


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

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

This text has shadow with #6553B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6553B2 on black background.


Color preview on white background

This text has color #6553B2 on white background.



Black color preview on #6553B2 background

This text has black color on #6553B2 background.


White color preview on #6553B2 background

This text has white color on #6553B2 background.