COLOR #6703A1

HEX: #6703A1
RGB: (103,3,161)

Color info

#6703A1 contains mainly red and blue colors. Web safe color of #6703A1 is #660099 (or #609).

RGB color model

#6703A1 color RGB value is (103,3,161).

  • red value is 103;
  • green value is 3;
  • blue value is 161.
RGB:
(103,3,161)
(40%,1%,63%)

RGB channels and saturation

R 103 of 255 = 40%
G 3 of 255 = 1%
B 161 of 255 = 63%

103
3
161

R + G + B ~ 35%. #6703A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 3 + 161 = 267 (100%)
R 103 of 267 ~ 38.58%
G 3 of 267 ~ 1.12%
B 161 of 267 ~ 60.3%

%38.58
%60.3

CMYK color model

#6703A1 color CMYK value is (36,98,0,37).

  • cyan value is 36.02%
  • magenta value is 98.14%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(36,98,0,37)
C36M98Y0K37 
(36%,98%,0%,37%)
(0.36/0.98/0.00/0.37)	

CMYK percentages

%36.02
%98.14
%0
%36.86

Codes

Color #6703A1 in popluar color models

6703A1
RGB1033161
HSL278°96.34%32.16%
HSB/HSV278°98.14%63.14%
CMYK36.02%98.14%0.00%
36.86%

Color #6703A1 in popluar number systems.

HEX6703A1
Decimal1033161
Binary11001111110100001
Octal1473241

Shades and tints

Shades of #6703A1

#6703A1
(103,3,161)
#5E0393
(94,3,147)
#550385
(85,3,133)
#4C0377
(76,3,119)
#430369
(67,3,105)
#3A035B
(58,3,91)
#31034D
(49,3,77)
#28033F
(40,3,63)
#1F0331
(31,3,49)
#160323
(22,3,35)
#0D0315
(13,3,21)
#000000
(0,0,0)

Tints of #6703A1

#6703A1
(103,3,161)
#7419A9
(116,25,169)
#812FB1
(129,47,177)
#8E45B9
(142,69,185)
#9B5BC1
(155,91,193)
#A871C9
(168,113,201)
#B587D1
(181,135,209)
#C29DD9
(194,157,217)
#CFB3E1
(207,179,225)
#DCC9E9
(220,201,233)
#E9DFF1
(233,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6703A1 color. Also use rgb(103,3,161) instead hex code.

Text Font Color

.myTextColor { color: #6703A1; }

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

This text font color is #6703A1.


Background Color

.myBgColor { background-color: #6703A1; }

<div style="background-color:#6703A1">Inner text</div>

This div background color is #6703A1.


Border color

.myBorderColor { border: 1px solid #6703A1; }

<div style="border:3px solid #6703A1">Div</div>

This div border color is #6703A1.


Opacity

.myOpacity80 { color: #6703A1; opacity: 0.8; }

<p style="color:#6703A1;opacity:0.8;">80%</p>

Text with #6703A1 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 #6703A1;}

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

This text has shadow with #6703A1 color.

.textShadow {text-shadow: 3px 3px 1px #6703A1, 3px 3px 1px red;}

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

This text has shadow with #6703A1 primary color and red secondary color.


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

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

This text has shadow with #6703A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6703A1 on black background.


Color preview on white background

This text has color #6703A1 on white background.



Black color preview on #6703A1 background

This text has black color on #6703A1 background.


White color preview on #6703A1 background

This text has white color on #6703A1 background.