COLOR #6317AB

HEX: #6317AB
RGB: (99,23,171)

Color info

#6317AB contains mainly blue color. Web safe color of #6317AB is #660099 (or #609).

RGB color model

#6317AB color RGB value is (99,23,171).

  • red value is 99;
  • green value is 23;
  • blue value is 171.
RGB:
(99,23,171)
(39%,9%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 23 of 255 = 9%
B 171 of 255 = 67%

99
23
171

R + G + B ~ 38%. #6317AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 23 + 171 = 293 (100%)
R 99 of 293 ~ 33.79%
G 23 of 293 ~ 7.85%
B 171 of 293 ~ 58.36%

%33.79
%58.36

CMYK color model

#6317AB color CMYK value is (42,87,0,33).

  • cyan value is 42.11%
  • magenta value is 86.55%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(42,87,0,33)
C42M87Y0K33 
(42%,87%,0%,33%)
(0.42/0.87/0.00/0.33)	

CMYK percentages

%42.11
%86.55
%0
%32.94

Codes

Color #6317AB in popluar color models

6317AB
RGB9923171
HSL271°76.29%38.04%
HSB/HSV271°86.55%67.06%
CMYK42.11%86.55%0.00%
32.94%

Color #6317AB in popluar number systems.

HEX6317AB
Decimal9923171
Binary11000111011110101011
Octal14327253

Shades and tints

Shades of #6317AB

#6317AB
(99,23,171)
#5A159C
(90,21,156)
#51138D
(81,19,141)
#48117E
(72,17,126)
#3F0F6F
(63,15,111)
#360D60
(54,13,96)
#2D0B51
(45,11,81)
#240942
(36,9,66)
#1B0733
(27,7,51)
#120524
(18,5,36)
#090315
(9,3,21)
#000000
(0,0,0)

Tints of #6317AB

#6317AB
(99,23,171)
#712CB2
(113,44,178)
#7F41B9
(127,65,185)
#8D56C0
(141,86,192)
#9B6BC7
(155,107,199)
#A980CE
(169,128,206)
#B795D5
(183,149,213)
#C5AADC
(197,170,220)
#D3BFE3
(211,191,227)
#E1D4EA
(225,212,234)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6317AB color. Also use rgb(99,23,171) instead hex code.

Text Font Color

.myTextColor { color: #6317AB; }

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

This text font color is #6317AB.


Background Color

.myBgColor { background-color: #6317AB; }

<div style="background-color:#6317AB">Inner text</div>

This div background color is #6317AB.


Border color

.myBorderColor { border: 1px solid #6317AB; }

<div style="border:3px solid #6317AB">Div</div>

This div border color is #6317AB.


Opacity

.myOpacity80 { color: #6317AB; opacity: 0.8; }

<p style="color:#6317AB;opacity:0.8;">80%</p>

Text with #6317AB 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 #6317AB;}

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

This text has shadow with #6317AB color.

.textShadow {text-shadow: 3px 3px 1px #6317AB, 3px 3px 1px red;}

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

This text has shadow with #6317AB primary color and red secondary color.


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

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

This text has shadow with #6317AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6317AB on black background.


Color preview on white background

This text has color #6317AB on white background.



Black color preview on #6317AB background

This text has black color on #6317AB background.


White color preview on #6317AB background

This text has white color on #6317AB background.