COLOR #6352BB

HEX: #6352BB
RGB: (99,82,187)

Color info

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

RGB color model

#6352BB color RGB value is (99,82,187).

  • red value is 99;
  • green value is 82;
  • blue value is 187.
RGB:
(99,82,187)
(39%,32%,73%)

RGB channels and saturation

R 99 of 255 = 39%
G 82 of 255 = 32%
B 187 of 255 = 73%

99
82
187

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

Portions of RGB colors in percentages

R + G + B =
99 + 82 + 187 = 368 (100%)
R 99 of 368 ~ 26.9%
G 82 of 368 ~ 22.28%
B 187 of 368 ~ 50.82%

%26.9
%22.28
%50.82

CMYK color model

#6352BB color CMYK value is (47,56,0,27).

  • cyan value is 47.06%
  • magenta value is 56.15%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(47,56,0,27)
C47M56Y0K27 
(47%,56%,0%,27%)
(0.47/0.56/0.00/0.27)	

CMYK percentages

%47.06
%56.15
%0
%26.67

Codes

Color #6352BB in popluar color models

6352BB
RGB9982187
HSL250°43.57%52.75%
HSB/HSV250°56.15%73.33%
CMYK47.06%56.15%0.00%
26.67%

Color #6352BB in popluar number systems.

HEX6352BB
Decimal9982187
Binary1100011101001010111011
Octal143122273

Shades and tints

Shades of #6352BB

#6352BB
(99,82,187)
#5A4BAA
(90,75,170)
#514499
(81,68,153)
#483D88
(72,61,136)
#3F3677
(63,54,119)
#362F66
(54,47,102)
#2D2855
(45,40,85)
#242144
(36,33,68)
#1B1A33
(27,26,51)
#121322
(18,19,34)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #6352BB

#6352BB
(99,82,187)
#7161C1
(113,97,193)
#7F70C7
(127,112,199)
#8D7FCD
(141,127,205)
#9B8ED3
(155,142,211)
#A99DD9
(169,157,217)
#B7ACDF
(183,172,223)
#C5BBE5
(197,187,229)
#D3CAEB
(211,202,235)
#E1D9F1
(225,217,241)
#EFE8F7
(239,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6352BB color. Also use rgb(99,82,187) instead hex code.

Text Font Color

.myTextColor { color: #6352BB; }

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

This text font color is #6352BB.


Background Color

.myBgColor { background-color: #6352BB; }

<div style="background-color:#6352BB">Inner text</div>

This div background color is #6352BB.


Border color

.myBorderColor { border: 1px solid #6352BB; }

<div style="border:3px solid #6352BB">Div</div>

This div border color is #6352BB.


Opacity

.myOpacity80 { color: #6352BB; opacity: 0.8; }

<p style="color:#6352BB;opacity:0.8;">80%</p>

Text with #6352BB 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 #6352BB;}

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

This text has shadow with #6352BB color.

.textShadow {text-shadow: 3px 3px 1px #6352BB, 3px 3px 1px red;}

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

This text has shadow with #6352BB primary color and red secondary color.


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

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

This text has shadow with #6352BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6352BB on black background.


Color preview on white background

This text has color #6352BB on white background.



Black color preview on #6352BB background

This text has black color on #6352BB background.


White color preview on #6352BB background

This text has white color on #6352BB background.