#680DDE

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

Shades of Electric Indigo #680DDE

Tints of Electric Indigo #680DDE

Color information

#680DDE (or 0x680DDE) is unknown color: approx Electric Indigo. HEX triplet: 68, 0D and DE. RGB value is (104,13,222). Sum of RGB (Red+Green+Blue) = 104+13+222=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #680DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DDE is #97F221. Grayscale: #3F3F3F. Windows color (decimal): -9957922 or 14552424. OLE color: 14552424.

HSL color Cylindrical-coordinate representation of color #680DDE: hue angle of 266.12º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680DDE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10413222-
CMYK0.530.9400.13
HSL266.12º88.94%46.08%-
HSV(B)266.12º94.14%87.06%-
XYZ19.048.569.75-
YUV64.04217.15156.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 13 (5.47% from 255) = 3.83%
BLUE value IS 222 (87.11% from 255) = 65.49%
R=30.68%
G=3.83%
B=65.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104132220.530.9400.13266.1288.9446.08
Hex68DDE355E0D10a592e
Octal150153366513601541213156
Binary11010001101110111101101011011110011011000010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,13,222); }

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

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

 a { background-color: rgb(104,13,222); }

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

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

 span { border-color: rgb(104,13,222); }

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