#6805FE

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

Shades of Electric Indigo #6805FE

Tints of Electric Indigo #6805FE

Color information

#6805FE (or 0x6805FE) is unknown color: approx Electric Indigo. HEX triplet: 68, 05 and FE. RGB value is (104,5,254). Sum of RGB (Red+Green+Blue) = 104+5+254=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #6805FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6805FE is #97FA01. Grayscale: #3E3E3E. Windows color (decimal): -9959938 or 16647528. OLE color: 16647528.

HSL color Cylindrical-coordinate representation of color #6805FE: hue angle of 263.86º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6805FE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1045254-
CMYK0.590.9800.00
HSL263.86º99.2%50.78%-
HSV(B)263.86º98.03%99.61%-
XYZ23.6510.2194.49-
YUV62.99235.8157.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 254 (99.61% from 255) = 69.97%
R=28.65%
G=1.38%
B=69.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal10452540.590.9800.00263.8699.250.78
Hex685FE3B62001086333
Octal1505376731420041014363
Binary1101000101111111101110111100010001000010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6805FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6805FE; }

 p { color: rgb(104,5,254); }

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

<style>
 a { background-color: #6805FE; }

 a { background-color: rgb(104,5,254); }

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

<style>
 span { border-color: #6805FE; }

 span { border-color: rgb(104,5,254); }

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