#680EDF

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

Shades of Electric Indigo #680EDF

Tints of Electric Indigo #680EDF

Color information

#680EDF (or 0x680EDF) is unknown color: approx Electric Indigo. HEX triplet: 68, 0E and DF. RGB value is (104,14,223). Sum of RGB (Red+Green+Blue) = 104+14+223=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #680EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680EDF is #97F120. Grayscale: #3F3F3F. Windows color (decimal): -9957665 or 14618216. OLE color: 14618216.

HSL color Cylindrical-coordinate representation of color #680EDF: hue angle of 265.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EDF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10414223-
CMYK0.530.9400.13
HSL265.84º88.19%46.47%-
HSV(B)265.84º93.72%87.45%-
XYZ19.198.5870.46-
YUV64.74217.32156.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 14 (5.86% from 255) = 4.11%
BLUE value IS 223 (87.5% from 255) = 65.40%
R=30.50%
G=4.11%
B=65.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104142230.530.9400.13265.8488.1946.47
Hex68EDF355E0D10a582e
Octal150163376513601541213056
Binary11010001110110111111101011011110011011000010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680EDF; }

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

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

<style>
 a { background-color: #680EDF; }

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

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

<style>
 span { border-color: #680EDF; }

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

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