#680FFC

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

Shades of Electric Indigo #680FFC

Tints of Electric Indigo #680FFC

Color information

#680FFC (or 0x680FFC) is unknown color: approx Electric Indigo. HEX triplet: 68, 0F and FC. RGB value is (104,15,252). Sum of RGB (Red+Green+Blue) = 104+15+252=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #680FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FFC is #97F003. Grayscale: #434343. Windows color (decimal): -9957380 or 16519016. OLE color: 16519016.

HSL color Cylindrical-coordinate representation of color #680FFC: hue angle of 262.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680FFC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10415252-
CMYK0.590.9400.01
HSL262.53º97.53%52.35%-
HSV(B)262.53º94.05%98.82%-
XYZ23.4510.3192.85-
YUV68.63231.49153.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 15 (6.25% from 255) = 4.04%
BLUE value IS 252 (98.83% from 255) = 67.92%
R=28.03%
G=4.04%
B=67.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal104152520.590.9400.01262.5397.5352.35
Hex68FFC3B5E011076234
Octal15017374731360140714264
Binary11010001111111111001110111011110011000001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,15,252); }

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

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

 a { background-color: rgb(104,15,252); }

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

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

 span { border-color: rgb(104,15,252); }

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