#6809EA

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

Shades of Electric Indigo #6809EA

Tints of Electric Indigo #6809EA

Color information

#6809EA (or 0x6809EA) is unknown color: approx Electric Indigo. HEX triplet: 68, 09 and EA. RGB value is (104,9,234). Sum of RGB (Red+Green+Blue) = 104+9+234=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #6809EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6809EA is #97F615. Grayscale: #3E3E3E. Windows color (decimal): -9958934 or 15337832. OLE color: 15337832.

HSL color Cylindrical-coordinate representation of color #6809EA: hue angle of 265.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6809EA is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1049234-
CMYK0.560.9600.08
HSL265.33º92.59%47.65%-
HSV(B)265.33º96.15%91.76%-
XYZ20.669.0878.51-
YUV63.06224.47157.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 234 (91.80% from 255) = 67.44%
R=29.97%
G=2.59%
B=67.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10492340.560.9600.08265.3392.5947.65
Hex689EA3860081095d30
Octal150113527014001041113560
Binary11010001001111010101110001100000010001000010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6809EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6809EA; }

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

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

<style>
 a { background-color: #6809EA; }

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

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

<style>
 span { border-color: #6809EA; }

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

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