#680BDE

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

Shades of Electric Indigo #680BDE

Tints of Electric Indigo #680BDE

Color information

#680BDE (or 0x680BDE) is unknown color: approx Electric Indigo. HEX triplet: 68, 0B and DE. RGB value is (104,11,222). Sum of RGB (Red+Green+Blue) = 104+11+222=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #680BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BDE is #97F421. Grayscale: #3E3E3E. Windows color (decimal): -9958434 or 14551912. OLE color: 14551912.

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

Color convert

RGB10411222-
CMYK0.530.9500.13
HSL266.45º90.56%45.69%-
HSV(B)266.45º95.05%87.06%-
XYZ19.018.4669.74-
YUV62.86217.81157.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 11 (4.69% from 255) = 3.26%
BLUE value IS 222 (87.11% from 255) = 65.88%
R=30.86%
G=3.26%
B=65.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104112220.530.9500.13266.4590.5645.69
Hex68BDE355F0D10a5b2e
Octal150133366513701541213356
Binary11010001011110111101101011011111011011000010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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