#680EE5

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

Shades of Electric Indigo #680EE5

Tints of Electric Indigo #680EE5

Color information

#680EE5 (or 0x680EE5) is unknown color: approx Electric Indigo. HEX triplet: 68, 0E and E5. RGB value is (104,14,229). Sum of RGB (Red+Green+Blue) = 104+14+229=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 229 (89.84% from 255 or 65.99% from 347); Max value from RGB is 229 - color contains mainly: blue. Hex color #680EE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680EE5 is #97F11A. Grayscale: #404040. Windows color (decimal): -9957659 or 15011432. OLE color: 15011432.

HSL color Cylindrical-coordinate representation of color #680EE5: hue angle of 265.12º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EE5 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10414229-
CMYK0.550.9400.10
HSL265.12º88.48%47.65%-
HSV(B)265.12º93.89%89.8%-
XYZ20.018.9174.79-
YUV65.42220.32155.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 14 (5.86% from 255) = 4.03%
BLUE value IS 229 (89.84% from 255) = 65.99%
R=29.97%
G=4.03%
B=65.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal104142290.550.9400.10265.1288.4847.65
Hex68EE5375E0A1095830
Octal150163456713601241113060
Binary11010001110111001011101111011110010101000010011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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