COLOR #6804A4

HEX: #6804A4
RGB: (104,4,164)

Color info

#6804A4 contains mainly blue color. Web safe color of #6804A4 is #660099 (or #609).

RGB color model

#6804A4 color RGB value is (104,4,164).

  • red value is 104;
  • green value is 4;
  • blue value is 164.
RGB:
(104,4,164)
(41%,2%,64%)

RGB channels and saturation

R 104 of 255 = 41%
G 4 of 255 = 2%
B 164 of 255 = 64%

104
4
164

R + G + B ~ 36%. #6804A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 4 + 164 = 272 (100%)
R 104 of 272 ~ 38.24%
G 4 of 272 ~ 1.47%
B 164 of 272 ~ 60.29%

%38.24
%60.29

CMYK color model

#6804A4 color CMYK value is (37,98,0,36).

  • cyan value is 36.59%
  • magenta value is 97.56%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(37,98,0,36)
C37M98Y0K36 
(37%,98%,0%,36%)
(0.37/0.98/0.00/0.36)	

CMYK percentages

%36.59
%97.56
%0
%35.69

Codes

Color #6804A4 in popluar color models

6804A4
RGB1044164
HSL278°95.24%32.94%
HSB/HSV278°97.56%64.31%
CMYK36.59%97.56%0.00%
35.69%

Color #6804A4 in popluar number systems.

HEX6804A4
Decimal1044164
Binary110100010010100100
Octal1504244

Shades and tints

Shades of #6804A4

#6804A4
(104,4,164)
#5F0496
(95,4,150)
#560488
(86,4,136)
#4D047A
(77,4,122)
#44046C
(68,4,108)
#3B045E
(59,4,94)
#320450
(50,4,80)
#290442
(41,4,66)
#200434
(32,4,52)
#170426
(23,4,38)
#0E0418
(14,4,24)
#000000
(0,0,0)

Tints of #6804A4

#6804A4
(104,4,164)
#751AAC
(117,26,172)
#8230B4
(130,48,180)
#8F46BC
(143,70,188)
#9C5CC4
(156,92,196)
#A972CC
(169,114,204)
#B688D4
(182,136,212)
#C39EDC
(195,158,220)
#D0B4E4
(208,180,228)
#DDCAEC
(221,202,236)
#EAE0F4
(234,224,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6804A4 color. Also use rgb(104,4,164) instead hex code.

Text Font Color

.myTextColor { color: #6804A4; }

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

This text font color is #6804A4.


Background Color

.myBgColor { background-color: #6804A4; }

<div style="background-color:#6804A4">Inner text</div>

This div background color is #6804A4.


Border color

.myBorderColor { border: 1px solid #6804A4; }

<div style="border:3px solid #6804A4">Div</div>

This div border color is #6804A4.


Opacity

.myOpacity80 { color: #6804A4; opacity: 0.8; }

<p style="color:#6804A4;opacity:0.8;">80%</p>

Text with #6804A4 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 #6804A4;}

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

This text has shadow with #6804A4 color.

.textShadow {text-shadow: 3px 3px 1px #6804A4, 3px 3px 1px red;}

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

This text has shadow with #6804A4 primary color and red secondary color.


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

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

This text has shadow with #6804A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6804A4 on black background.


Color preview on white background

This text has color #6804A4 on white background.



Black color preview on #6804A4 background

This text has black color on #6804A4 background.


White color preview on #6804A4 background

This text has white color on #6804A4 background.