#680AF1

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

Shades of Electric Indigo #680AF1

Tints of Electric Indigo #680AF1

Color information

#680AF1 (or 0x680AF1) is unknown color: approx Electric Indigo. HEX triplet: 68, 0A and F1. RGB value is (104,10,241). Sum of RGB (Red+Green+Blue) = 104+10+241=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #680AF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680AF1 is #97F50E. Grayscale: #3F3F3F. Windows color (decimal): -9958671 or 15796840. OLE color: 15796840.

HSL color Cylindrical-coordinate representation of color #680AF1: hue angle of 264.42º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680AF1 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10410241-
CMYK0.570.9600.05
HSL264.42º92.03%49.22%-
HSV(B)264.42º95.85%94.51%-
XYZ21.699.5183.91-
YUV64.44227.64156.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 241 (94.53% from 255) = 67.89%
R=29.30%
G=2.82%
B=67.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104102410.570.9600.05264.4292.0349.22
Hex68AF13960051085c31
Octal15012361711400541013461
Binary1101000101011110001111001110000001011000010001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,241); }

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

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

 a { background-color: rgb(104,10,241); }

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

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

 span { border-color: rgb(104,10,241); }

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