#6604ef

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

Shades of Electric Indigo #6604EF

Tints of Electric Indigo #6604EF

Color information

#6604EF (or 0x6604EF) is unknown color: approx Electric Indigo. HEX triplet: 66, 04 and EF. RGB value is (102,4,239). Sum of RGB (Red+Green+Blue) = 102+4+239=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #6604EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604EF is #99FB10. Grayscale: #3B3B3B. Windows color (decimal): -10091281 or 15664230. OLE color: 15664230.

HSL color Cylindrical-coordinate representation of color #6604EF: hue angle of 265.02º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604EF is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1024239-
CMYK0.570.9800.06
HSL265.02º96.71%47.65%-
HSV(B)265.02º98.33%93.73%-
XYZ21.19.1482.31-
YUV60.09228.97157.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 239 (93.75% from 255) = 69.28%
R=29.57%
G=1.16%
B=69.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10242390.570.9800.06265.0296.7147.65
Hex664EF3962061096130
Octal1464357711420641114160
Binary110011010011101111111001110001001101000010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6604ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6604ef; }

 p { color: rgb(102,4,239); }

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

<style>
 a { background-color: #6604ef; }

 a { background-color: rgb(102,4,239); }

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

<style>
 span { border-color: #6604ef; }

 span { border-color: rgb(102,4,239); }

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