COLOR #6532CD

HEX: #6532CD
RGB: (101,50,205)

Color info

#6532CD contains mainly blue color. Web safe color of #6532CD is #6633CC (or #63C).

RGB color model

#6532CD color RGB value is (101,50,205).

  • red value is 101;
  • green value is 50;
  • blue value is 205.
RGB:
(101,50,205)
(40%,20%,80%)

RGB channels and saturation

R 101 of 255 = 40%
G 50 of 255 = 20%
B 205 of 255 = 80%

101
50
205

R + G + B ~ 47%. #6532CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 50 + 205 = 356 (100%)
R 101 of 356 ~ 28.37%
G 50 of 356 ~ 14.04%
B 205 of 356 ~ 57.58%

%28.37
%14.04
%57.58

CMYK color model

#6532CD color CMYK value is (51,76,0,20).

  • cyan value is 50.73%
  • magenta value is 75.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(51,76,0,20)
C51M76Y0K20 
(51%,76%,0%,20%)
(0.51/0.76/0.00/0.20)	

CMYK percentages

%50.73
%75.61
%0
%19.61

Codes

Color #6532CD in popluar color models

6532CD
RGB10150205
HSL260°60.78%50.00%
HSB/HSV260°75.61%80.39%
CMYK50.73%75.61%0.00%
19.61%

Color #6532CD in popluar number systems.

HEX6532CD
Decimal10150205
Binary110010111001011001101
Octal14562315

Shades and tints

Shades of #6532CD

#6532CD
(101,50,205)
#5C2EBB
(92,46,187)
#532AA9
(83,42,169)
#4A2697
(74,38,151)
#412285
(65,34,133)
#381E73
(56,30,115)
#2F1A61
(47,26,97)
#26164F
(38,22,79)
#1D123D
(29,18,61)
#140E2B
(20,14,43)
#0B0A19
(11,10,25)
#000000
(0,0,0)

Tints of #6532CD

#6532CD
(101,50,205)
#7344D1
(115,68,209)
#8156D5
(129,86,213)
#8F68D9
(143,104,217)
#9D7ADD
(157,122,221)
#AB8CE1
(171,140,225)
#B99EE5
(185,158,229)
#C7B0E9
(199,176,233)
#D5C2ED
(213,194,237)
#E3D4F1
(227,212,241)
#F1E6F5
(241,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6532CD color. Also use rgb(101,50,205) instead hex code.

Text Font Color

.myTextColor { color: #6532CD; }

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

This text font color is #6532CD.


Background Color

.myBgColor { background-color: #6532CD; }

<div style="background-color:#6532CD">Inner text</div>

This div background color is #6532CD.


Border color

.myBorderColor { border: 1px solid #6532CD; }

<div style="border:3px solid #6532CD">Div</div>

This div border color is #6532CD.


Opacity

.myOpacity80 { color: #6532CD; opacity: 0.8; }

<p style="color:#6532CD;opacity:0.8;">80%</p>

Text with #6532CD 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 #6532CD;}

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

This text has shadow with #6532CD color.

.textShadow {text-shadow: 3px 3px 1px #6532CD, 3px 3px 1px red;}

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

This text has shadow with #6532CD primary color and red secondary color.


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

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

This text has shadow with #6532CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6532CD on black background.


Color preview on white background

This text has color #6532CD on white background.



Black color preview on #6532CD background

This text has black color on #6532CD background.


White color preview on #6532CD background

This text has white color on #6532CD background.