COLOR #6246AD

HEX: #6246AD
RGB: (98,70,173)

Color info

#6246AD contains mainly blue color. Web safe color of #6246AD is #663399 (or #639).

RGB color model

#6246AD color RGB value is (98,70,173).

  • red value is 98;
  • green value is 70;
  • blue value is 173.
RGB:
(98,70,173)
(38%,27%,68%)

RGB channels and saturation

R 98 of 255 = 38%
G 70 of 255 = 27%
B 173 of 255 = 68%

98
70
173

R + G + B ~ 44%. #6246AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 70 + 173 = 341 (100%)
R 98 of 341 ~ 28.74%
G 70 of 341 ~ 20.53%
B 173 of 341 ~ 50.73%

%28.74
%20.53
%50.73

CMYK color model

#6246AD color CMYK value is (43,60,0,32).

  • cyan value is 43.35%
  • magenta value is 59.54%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(43,60,0,32)
C43M60Y0K32 
(43%,60%,0%,32%)
(0.43/0.60/0.00/0.32)	

CMYK percentages

%43.35
%59.54
%0
%32.16

Codes

Color #6246AD in popluar color models

6246AD
RGB9870173
HSL256°42.39%47.65%
HSB/HSV256°59.54%67.84%
CMYK43.35%59.54%0.00%
32.16%

Color #6246AD in popluar number systems.

HEX6246AD
Decimal9870173
Binary1100010100011010101101
Octal142106255

Shades and tints

Shades of #6246AD

#6246AD
(98,70,173)
#5A409E
(90,64,158)
#523A8F
(82,58,143)
#4A3480
(74,52,128)
#422E71
(66,46,113)
#3A2862
(58,40,98)
#322253
(50,34,83)
#2A1C44
(42,28,68)
#221635
(34,22,53)
#1A1026
(26,16,38)
#120A17
(18,10,23)
#000000
(0,0,0)

Tints of #6246AD

#6246AD
(98,70,173)
#7056B4
(112,86,180)
#7E66BB
(126,102,187)
#8C76C2
(140,118,194)
#9A86C9
(154,134,201)
#A896D0
(168,150,208)
#B6A6D7
(182,166,215)
#C4B6DE
(196,182,222)
#D2C6E5
(210,198,229)
#E0D6EC
(224,214,236)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6246AD color. Also use rgb(98,70,173) instead hex code.

Text Font Color

.myTextColor { color: #6246AD; }

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

This text font color is #6246AD.


Background Color

.myBgColor { background-color: #6246AD; }

<div style="background-color:#6246AD">Inner text</div>

This div background color is #6246AD.


Border color

.myBorderColor { border: 1px solid #6246AD; }

<div style="border:3px solid #6246AD">Div</div>

This div border color is #6246AD.


Opacity

.myOpacity80 { color: #6246AD; opacity: 0.8; }

<p style="color:#6246AD;opacity:0.8;">80%</p>

Text with #6246AD 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 #6246AD;}

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

This text has shadow with #6246AD color.

.textShadow {text-shadow: 3px 3px 1px #6246AD, 3px 3px 1px red;}

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

This text has shadow with #6246AD primary color and red secondary color.


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

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

This text has shadow with #6246AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6246AD on black background.


Color preview on white background

This text has color #6246AD on white background.



Black color preview on #6246AD background

This text has black color on #6246AD background.


White color preview on #6246AD background

This text has white color on #6246AD background.