#680BFF

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

Shades of Electric Indigo #680BFF

Tints of Electric Indigo #680BFF

Color information

#680BFF (or 0x680BFF) is unknown color: approx Electric Indigo. HEX triplet: 68, 0B and FF. RGB value is (104,11,255). Sum of RGB (Red+Green+Blue) = 104+11+255=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #680BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BFF is #97F400. Grayscale: #414141. Windows color (decimal): -9958401 or 16714600. OLE color: 16714600.

HSL color Cylindrical-coordinate representation of color #680BFF: hue angle of 262.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680BFF is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10411255-
CMYK0.590.9600
HSL262.87º100%52.16%-
HSV(B)262.87º95.69%100%-
XYZ23.8810.495.36-
YUV66.62234.31154.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 11 (4.69% from 255) = 2.97%
BLUE value IS 255 (100% from 255) = 68.92%
R=28.11%
G=2.97%
B=68.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal104112550.590.9600262.8710052.16
Hex68BFF3B60001076434
Octal15013377731400040714464
Binary11010001011111111111110111100000001000001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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