COLOR #6800AF

HEX: #6800AF
RGB: (104,0,175)

Color info

#6800AF contains mainly blue color. Web safe color of #6800AF is #660099 (or #609).

RGB color model

#6800AF color RGB value is (104,0,175).

  • red value is 104;
  • green value is 0;
  • blue value is 175.
RGB:
(104,0,175)
(41%,0%,69%)

RGB channels and saturation

R 104 of 255 = 41%
G 0 of 255 = 0%
B 175 of 255 = 69%

104
0
175

R + G + B ~ 37%. #6800AF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 0 + 175 = 279 (100%)
R 104 of 279 ~ 37.28%
G 0 of 279 ~ 0%
B 175 of 279 ~ 62.72%

%37.28
%62.72

CMYK color model

#6800AF color CMYK value is (41,100,0,31).

  • cyan value is 40.57%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(41,100,0,31)
C41M100Y0K31 
(41%,100%,0%,31%)
(0.41/1.00/0.00/0.31)	

CMYK percentages

%40.57
%100
%0
%31.37

Codes

Color #6800AF in popluar color models

6800AF
RGB1040175
HSL276°100.00%34.31%
HSB/HSV276°100.00%68.63%
CMYK40.57%100.00%0.00%
31.37%

Color #6800AF in popluar number systems.

HEX6800AF
Decimal1040175
Binary1101000010101111
Octal1500257

Shades and tints

Shades of #6800AF

#6800AF
(104,0,175)
#5F00A0
(95,0,160)
#560091
(86,0,145)
#4D0082
(77,0,130)
#440073
(68,0,115)
#3B0064
(59,0,100)
#320055
(50,0,85)
#290046
(41,0,70)
#200037
(32,0,55)
#170028
(23,0,40)
#0E0019
(14,0,25)
#000000
(0,0,0)

Tints of #6800AF

#6800AF
(104,0,175)
#7517B6
(117,23,182)
#822EBD
(130,46,189)
#8F45C4
(143,69,196)
#9C5CCB
(156,92,203)
#A973D2
(169,115,210)
#B68AD9
(182,138,217)
#C3A1E0
(195,161,224)
#D0B8E7
(208,184,231)
#DDCFEE
(221,207,238)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6800AF color. Also use rgb(104,0,175) instead hex code.

Text Font Color

.myTextColor { color: #6800AF; }

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

This text font color is #6800AF.


Background Color

.myBgColor { background-color: #6800AF; }

<div style="background-color:#6800AF">Inner text</div>

This div background color is #6800AF.


Border color

.myBorderColor { border: 1px solid #6800AF; }

<div style="border:3px solid #6800AF">Div</div>

This div border color is #6800AF.


Opacity

.myOpacity80 { color: #6800AF; opacity: 0.8; }

<p style="color:#6800AF;opacity:0.8;">80%</p>

Text with #6800AF 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 #6800AF;}

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

This text has shadow with #6800AF color.

.textShadow {text-shadow: 3px 3px 1px #6800AF, 3px 3px 1px red;}

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

This text has shadow with #6800AF primary color and red secondary color.


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

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

This text has shadow with #6800AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6800AF on black background.


Color preview on white background

This text has color #6800AF on white background.



Black color preview on #6800AF background

This text has black color on #6800AF background.


White color preview on #6800AF background

This text has white color on #6800AF background.