Html Css Color HEX #6604FA Electric Indigo

📋 copy color: '#6604FA'

red 102 ◦ green 4 ◦ blue 250

#6604FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6604FA

Tints of Electric Indigo #6604FA

RGB

 RED value IS 102 (40.23% from 255) = 28.65%

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 28.65%
G = 1.12%
B = 70.22%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6604FA (or 0x6604FA) is known color: Electric Indigo. HEX triplet: 66, 04 and FA. RGB value is (102,4,250). Sum of RGB (Red+Green+Blue) = 102+4+250=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #6604FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604FA is #99FB05. Grayscale: #3C3C3C. Windows color (decimal): -10091270 or 16385126. OLE color: 16385126.

HSL color Cylindrical-coordinate representation of color #6604FA: hue angle of 263.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604FA is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 4 250 -
CMYK 0.59 0.98 0 0.02
HSL 263.9º 0.97% 0.5% -
HSV(B) 263.9º 0.98% 0.98% -
XYZ 22.78 9.81 91.14 -
YUV 61.35 234.47 157 -
System Red Green Blue C M Y K H S L
Decimal 102 4 250 0.59 0.98 0 0.02 263.9 0.97 0.5
Hex 66 4 FA 3B 62 0 2 108 61 32
Octal 146 4 372 73 142 0 2 410 141 62
Binary 1100110 100 11111010 111011 1100010 0 10 100001000 1100001 110010

Color Harmonies of #6604FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6604FA

Black with #6604FA

Text Example


Text Example

White with #6604FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6604FA;
 }
 .AnyTagClassName
 {
   color: #6604FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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