#680FEF

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

Shades of Electric Indigo #680FEF

Tints of Electric Indigo #680FEF

Color information

#680FEF (or 0x680FEF) is unknown color: approx Electric Indigo. HEX triplet: 68, 0F and EF. RGB value is (104,15,239). Sum of RGB (Red+Green+Blue) = 104+15+239=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #680FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FEF is #97F010. Grayscale: #424242. Windows color (decimal): -9957393 or 15667048. OLE color: 15667048.

HSL color Cylindrical-coordinate representation of color #680FEF: hue angle of 263.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680FEF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10415239-
CMYK0.560.9400.06
HSL263.84º88.19%49.8%-
HSV(B)263.84º93.72%93.73%-
XYZ21.469.5282.37-
YUV67.15224.99154.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 15 (6.25% from 255) = 4.19%
BLUE value IS 239 (93.75% from 255) = 66.76%
R=29.05%
G=4.19%
B=66.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal104152390.560.9400.06263.8488.1949.8
Hex68FEF385E061085832
Octal15017357701360641013062
Binary1101000111111101111111000101111001101000010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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