Html Css Color HEX #6004FE Electric Indigo

📋 copy color: '#6004FE'

red 96 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #6004FE

Tints of Electric Indigo #6004FE

RGB

 RED value IS 96 (37.89% from 255) = 27.12%

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

 BLUE value IS 254 (99.61% from 255) = 71.75%

R = 27.12%
G = 1.13%
B = 71.75%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6004FE (or 0x6004FE) is known color: Electric Indigo. HEX triplet: 60, 04 and FE. RGB value is (96,4,254). Sum of RGB (Red+Green+Blue) = 96+4+254=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #6004FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6004FE is #9FFB01. Grayscale: #3B3B3B. Windows color (decimal): -10484482 or 16647264. OLE color: 16647264.

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

Color convert

RGB 96 4 254 -
CMYK 0.62 0.98 0 0.00
HSL 262.08º 0.99% 0.51% -
HSV(B) 262.08º 0.98% 1% -
XYZ 22.76 9.73 94.44 -
YUV 60.01 237.48 153.67 -
System Red Green Blue C M Y K H S L
Decimal 96 4 254 0.62 0.98 0 0.00 262.08 0.99 0.51
Hex 60 4 FE 3E 62 0 0 106 63 33
Octal 140 4 376 76 142 0 0 406 143 63
Binary 1100000 100 11111110 111110 1100010 0 0 100000110 1100011 110011

Color Harmonies of #6004FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6004FE

Black with #6004FE

Text Example


Text Example

White with #6004FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6004FE; }

 p { color: rgb(96,4,254); }

 H1.HeaderClassName
 {
   color: #6004FE;
 }
 .AnyTagClassName
 {
   color: #6004FE;
 }
</style>

background-color css

<style>
 a { background-color: #6004FE; }

 a { background-color: rgb(96,4,254); }

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

border-color css

<style>
 span { border-color: #6004FE; }

 span { border-color: rgb(96,4,254); }

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