#6904EC

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

Shades of Electric Indigo #6904EC

Tints of Electric Indigo #6904EC

Color information

#6904EC (or 0x6904EC) is unknown color: approx Electric Indigo. HEX triplet: 69, 04 and EC. RGB value is (105,4,236). Sum of RGB (Red+Green+Blue) = 105+4+236=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #6904EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6904EC is #96FB13. Grayscale: #3B3B3B. Windows color (decimal): -9894676 or 15467625. OLE color: 15467625.

HSL color Cylindrical-coordinate representation of color #6904EC: hue angle of 266.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904EC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1054236-
CMYK0.560.9800.07
HSL266.12º96.67%47.06%-
HSV(B)266.12º98.31%92.55%-
XYZ21.019.1580.01-
YUV60.65226.96159.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 236 (92.58% from 255) = 68.41%
R=30.43%
G=1.16%
B=68.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10542360.560.9800.07266.1296.6747.06
Hex694EC38620710a612f
Octal1514354701420741214157
Binary110100110011101100111000110001001111000010101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6904EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6904EC; }

 p { color: rgb(105,4,236); }

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

<style>
 a { background-color: #6904EC; }

 a { background-color: rgb(105,4,236); }

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

<style>
 span { border-color: #6904EC; }

 span { border-color: rgb(105,4,236); }

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