#6800DF

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

Shades of Electric Indigo #6800DF

Tints of Electric Indigo #6800DF

Color information

#6800DF (or 0x6800DF) is unknown color: approx Electric Indigo. HEX triplet: 68, 00 and DF. RGB value is (104,0,223). Sum of RGB (Red+Green+Blue) = 104+0+223=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #6800DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800DF is #97FF20. Grayscale: #373737. Windows color (decimal): -9961249 or 14614632. OLE color: 14614632.

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

Color convert

RGB1040223-
CMYK0.53100.13
HSL267.98º100%43.73%-
HSV(B)267.98º100%87.45%-
XYZ19.038.2770.41-
YUV56.52221.96161.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 223 (87.5% from 255) = 68.20%
R=31.80%
G=0%
B=68.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10402230.53100.13267.9810043.73
Hex680DF35640D10c642c
Octal15003376514401541414454
Binary11010000110111111101011100100011011000011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6800DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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