#6800FF

Color #6800FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6800FF

Tints of Electric Indigo #6800FF

Color information

#6800FF (or 0x6800FF) is unknown color: approx Electric Indigo. HEX triplet: 68, 00 and FF. RGB value is (104,0,255). Sum of RGB (Red+Green+Blue) = 104+0+255=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6800FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6800FF is #97FF00. Grayscale: #3B3B3B. Windows color (decimal): -9961217 or 16711784. OLE color: 16711784.

HSL color Cylindrical-coordinate representation of color #6800FF: hue angle of 264.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800FF is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1040255-
CMYK0.59100
HSL264.47º100%50%-
HSV(B)264.47º100%100%-
XYZ23.7610.1695.32-
YUV60.17237.96159.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 71.03%
R=28.97%
G=0%
B=71.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal10402550.59100264.4710050
Hex680FF3B64001086432
Octal1500377731440041014462
Binary11010000111111111110111100100001000010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6800FF; }

 p { color: rgb(104,0,255); }

 H1.HeaderClassName
 {
   color: #6800FF;
 }
 .AnyTagClassName
 {
   color: #6800FF;
 }
</style>
background-color css

<style>
 a { background-color: #6800FF; }

 a { background-color: rgb(104,0,255); }

 div.DivClassName
 {
   background-color: #6800FF;
 }
 .BgClassName
 {
   background-color: #6800FF;
 }
</style>
border-color css

<style>
 span { border-color: #6800FF; }

 span { border-color: rgb(104,0,255); }

 td.TdClassName
 {
   border-color: #6800FF;
 }
 .TagClassName
 {
   border-color: #6800FF;
 }
</style>