COLOR #6553B5

HEX: #6553B5
RGB: (101,83,181)

Color info

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

RGB color model

#6553B5 color RGB value is (101,83,181).

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

RGB channels and saturation

R 101 of 255 = 40%
G 83 of 255 = 33%
B 181 of 255 = 71%

101
83
181

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

Portions of RGB colors in percentages

R + G + B =
101 + 83 + 181 = 365 (100%)
R 101 of 365 ~ 27.67%
G 83 of 365 ~ 22.74%
B 181 of 365 ~ 49.59%

%27.67
%22.74
%49.59

CMYK color model

#6553B5 color CMYK value is (44,54,0,29).

  • cyan value is 44.20%
  • magenta value is 54.14%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(44,54,0,29)
C44M54Y0K29 
(44%,54%,0%,29%)
(0.44/0.54/0.00/0.29)	

CMYK percentages

%44.2
%54.14
%0
%29.02

Codes

Color #6553B5 in popluar color models

6553B5
RGB10183181
HSL251°39.84%51.76%
HSB/HSV251°54.14%70.98%
CMYK44.20%54.14%0.00%
29.02%

Color #6553B5 in popluar number systems.

HEX6553B5
Decimal10183181
Binary1100101101001110110101
Octal145123265

Shades and tints

Shades of #6553B5

#6553B5
(101,83,181)
#5C4CA5
(92,76,165)
#534595
(83,69,149)
#4A3E85
(74,62,133)
#413775
(65,55,117)
#383065
(56,48,101)
#2F2955
(47,41,85)
#262245
(38,34,69)
#1D1B35
(29,27,53)
#141425
(20,20,37)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #6553B5

#6553B5
(101,83,181)
#7362BB
(115,98,187)
#8171C1
(129,113,193)
#8F80C7
(143,128,199)
#9D8FCD
(157,143,205)
#AB9ED3
(171,158,211)
#B9ADD9
(185,173,217)
#C7BCDF
(199,188,223)
#D5CBE5
(213,203,229)
#E3DAEB
(227,218,235)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6553B5; }

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

This text font color is #6553B5.


Background Color

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

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

This div background color is #6553B5.


Border color

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

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

This div border color is #6553B5.


Opacity

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

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

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

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

This text has shadow with #6553B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6553B5 on black background.


Color preview on white background

This text has color #6553B5 on white background.



Black color preview on #6553B5 background

This text has black color on #6553B5 background.


White color preview on #6553B5 background

This text has white color on #6553B5 background.