Html Css Color HEX #6304FE Electric Indigo

📋 copy color: '#6304FE'

red 99 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #6304FE

Tints of Electric Indigo #6304FE

RGB

 RED value IS 99 (39.06% from 255) = 27.73%

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

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

R = 27.73%
G = 1.12%
B = 71.15%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6304FE (or 0x6304FE) is known color: Electric Indigo. HEX triplet: 63, 04 and FE. RGB value is (99,4,254). Sum of RGB (Red+Green+Blue) = 99+4+254=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #6304FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304FE is #9CFB01. Grayscale: #3C3C3C. Windows color (decimal): -10287874 or 16647267. OLE color: 16647267.

HSL color Cylindrical-coordinate representation of color #6304FE: hue angle of 262.8º 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 #6304FE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 4 254 -
CMYK 0.61 0.98 0 0.00
HSL 262.8º 0.99% 0.51% -
HSV(B) 262.8º 0.98% 1% -
XYZ 23.08 9.9 94.46 -
YUV 60.91 236.97 155.17 -
System Red Green Blue C M Y K H S L
Decimal 99 4 254 0.61 0.98 0 0.00 262.8 0.99 0.51
Hex 63 4 FE 3D 62 0 0 107 63 33
Octal 143 4 376 75 142 0 0 407 143 63
Binary 1100011 100 11111110 111101 1100010 0 0 100000111 1100011 110011

Color Harmonies of #6304FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6304FE

Black with #6304FE

Text Example


Text Example

White with #6304FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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