Html Css Color HEX #6604EC Electric Indigo

📋 copy color: '#6604EC'

red 102 ◦ green 4 ◦ blue 236

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

Shades of Electric Indigo #6604EC

Tints of Electric Indigo #6604EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 29.82%
G = 1.17%
B = 69.01%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6604EC (or 0x6604EC) is known color: Electric Indigo. HEX triplet: 66, 04 and EC. RGB value is (102,4,236). Sum of RGB (Red+Green+Blue) = 102+4+236=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #6604EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604EC is #99FB13. Grayscale: #3A3A3A. Windows color (decimal): -10091284 or 15467622. OLE color: 15467622.

HSL color Cylindrical-coordinate representation of color #6604EC: hue angle of 265.34º 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 #6604EC is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 4 236 -
CMYK 0.57 0.98 0 0.07
HSL 265.34º 0.97% 0.47% -
HSV(B) 265.34º 0.98% 0.93% -
XYZ 20.66 8.97 80 -
YUV 59.75 227.47 158.14 -
System Red Green Blue C M Y K H S L
Decimal 102 4 236 0.57 0.98 0 0.07 265.34 0.97 0.47
Hex 66 4 EC 39 62 0 7 109 61 2F
Octal 146 4 354 71 142 0 7 411 141 57
Binary 1100110 100 11101100 111001 1100010 0 111 100001001 1100001 101111

Color Harmonies of #6604EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6604EC

Black with #6604EC

Text Example


Text Example

White with #6604EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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