#680EEA

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

Shades of Electric Indigo #680EEA

Tints of Electric Indigo #680EEA

Color information

#680EEA (or 0x680EEA) is unknown color: approx Electric Indigo. HEX triplet: 68, 0E and EA. RGB value is (104,14,234). Sum of RGB (Red+Green+Blue) = 104+14+234=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #680EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EEA is #97F115. Grayscale: #414141. Windows color (decimal): -9957654 or 15339112. OLE color: 15339112.

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

Color convert

RGB10414234-
CMYK0.560.9400.08
HSL264.55º88.71%48.63%-
HSV(B)264.55º94.02%91.76%-
XYZ20.729.278.53-
YUV65.99222.82155.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 14 (5.86% from 255) = 3.98%
BLUE value IS 234 (91.80% from 255) = 66.48%
R=29.55%
G=3.98%
B=66.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal104142340.560.9400.08264.5588.7148.63
Hex68EEA385E081095931
Octal150163527013601041113161
Binary11010001110111010101110001011110010001000010011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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