COLOR #6500A3

HEX: #6500A3
RGB: (101,0,163)

Color info

#6500A3 contains mainly blue color. Web safe color of #6500A3 is #660099 (or #609).

RGB color model

#6500A3 color RGB value is (101,0,163).

  • red value is 101;
  • green value is 0;
  • blue value is 163.
RGB:
(101,0,163)
(40%,0%,64%)

RGB channels and saturation

R 101 of 255 = 40%
G 0 of 255 = 0%
B 163 of 255 = 64%

101
0
163

R + G + B ~ 35%. #6500A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 0 + 163 = 264 (100%)
R 101 of 264 ~ 38.26%
G 0 of 264 ~ 0%
B 163 of 264 ~ 61.74%

%38.26
%61.74

CMYK color model

#6500A3 color CMYK value is (38,100,0,36).

  • cyan value is 38.04%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(38,100,0,36)
C38M100Y0K36 
(38%,100%,0%,36%)
(0.38/1.00/0.00/0.36)	

CMYK percentages

%38.04
%100
%0
%36.08

Codes

Color #6500A3 in popluar color models

6500A3
RGB1010163
HSL277°100.00%31.96%
HSB/HSV277°100.00%63.92%
CMYK38.04%100.00%0.00%
36.08%

Color #6500A3 in popluar number systems.

HEX6500A3
Decimal1010163
Binary1100101010100011
Octal1450243

Shades and tints

Shades of #6500A3

#6500A3
(101,0,163)
#5C0095
(92,0,149)
#530087
(83,0,135)
#4A0079
(74,0,121)
#41006B
(65,0,107)
#38005D
(56,0,93)
#2F004F
(47,0,79)
#260041
(38,0,65)
#1D0033
(29,0,51)
#140025
(20,0,37)
#0B0017
(11,0,23)
#000000
(0,0,0)

Tints of #6500A3

#6500A3
(101,0,163)
#7317AB
(115,23,171)
#812EB3
(129,46,179)
#8F45BB
(143,69,187)
#9D5CC3
(157,92,195)
#AB73CB
(171,115,203)
#B98AD3
(185,138,211)
#C7A1DB
(199,161,219)
#D5B8E3
(213,184,227)
#E3CFEB
(227,207,235)
#F1E6F3
(241,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6500A3 color. Also use rgb(101,0,163) instead hex code.

Text Font Color

.myTextColor { color: #6500A3; }

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

This text font color is #6500A3.


Background Color

.myBgColor { background-color: #6500A3; }

<div style="background-color:#6500A3">Inner text</div>

This div background color is #6500A3.


Border color

.myBorderColor { border: 1px solid #6500A3; }

<div style="border:3px solid #6500A3">Div</div>

This div border color is #6500A3.


Opacity

.myOpacity80 { color: #6500A3; opacity: 0.8; }

<p style="color:#6500A3;opacity:0.8;">80%</p>

Text with #6500A3 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 #6500A3;}

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

This text has shadow with #6500A3 color.

.textShadow {text-shadow: 3px 3px 1px #6500A3, 3px 3px 1px red;}

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

This text has shadow with #6500A3 primary color and red secondary color.


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

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

This text has shadow with #6500A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6500A3 on black background.


Color preview on white background

This text has color #6500A3 on white background.



Black color preview on #6500A3 background

This text has black color on #6500A3 background.


White color preview on #6500A3 background

This text has white color on #6500A3 background.