#680AEB

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

Shades of Electric Indigo #680AEB

Tints of Electric Indigo #680AEB

Color information

#680AEB (or 0x680AEB) is unknown color: approx Electric Indigo. HEX triplet: 68, 0A and EB. RGB value is (104,10,235). Sum of RGB (Red+Green+Blue) = 104+10+235=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #680AEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680AEB is #97F514. Grayscale: #3E3E3E. Windows color (decimal): -9958677 or 15403624. OLE color: 15403624.

HSL color Cylindrical-coordinate representation of color #680AEB: hue angle of 265.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680AEB is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10410235-
CMYK0.560.9600.08
HSL265.07º91.84%48.04%-
HSV(B)265.07º95.74%92.16%-
XYZ20.819.1679.27-
YUV63.76224.64156.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 235 (92.19% from 255) = 67.34%
R=29.80%
G=2.87%
B=67.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal104102350.560.9600.08265.0791.8448.04
Hex68AEB3860081095c30
Octal150123537014001041113460
Binary11010001010111010111110001100000010001000010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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