Html Css Color HEX #6604FF Electric Indigo

📋 copy color: '#6604FF'

red 102 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #6604FF

Tints of Electric Indigo #6604FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.64%

R = 28.25%
G = 1.11%
B = 70.64%

CMYK

 C value IS 0.6

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6604FF (or 0x6604FF) is known color: Electric Indigo. HEX triplet: 66, 04 and FF. RGB value is (102,4,255). Sum of RGB (Red+Green+Blue) = 102+4+255=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #6604FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604FF is #99FB00. Grayscale: #3D3D3D. Windows color (decimal): -10091265 or 16712806. OLE color: 16712806.

HSL color Cylindrical-coordinate representation of color #6604FF: hue angle of 263.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604FF is Cyan = 0.6, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 4 255 -
CMYK 0.6 0.98 0 0
HSL 263.43º 1% 0.51% -
HSV(B) 263.43º 0.98% 1% -
XYZ 23.57 10.13 95.32 -
YUV 61.92 236.97 156.59 -
System Red Green Blue C M Y K H S L
Decimal 102 4 255 0.6 0.98 0 0 263.43 1 0.51
Hex 66 4 FF 3C 62 0 0 107 64 33
Octal 146 4 377 74 142 0 0 407 144 63
Binary 1100110 100 11111111 111100 1100010 0 0 100000111 1100100 110011

Color Harmonies of #6604FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6604FF

Black with #6604FF

Text Example


Text Example

White with #6604FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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