Html Css Color HEX #6302FE Electric Indigo

📋 copy color: '#6302FE'

red 99 ◦ green 2 ◦ blue 254

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

Shades of Electric Indigo #6302FE

Tints of Electric Indigo #6302FE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 27.89%
G = 0.56%
B = 71.55%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6302FE (or 0x6302FE) is known color: Electric Indigo. HEX triplet: 63, 02 and FE. RGB value is (99,2,254). Sum of RGB (Red+Green+Blue) = 99+2+254=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #6302FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302FE is #9CFD01. Grayscale: #3A3A3A. Windows color (decimal): -10288386 or 16646755. OLE color: 16646755.

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

Color convert

RGB 99 2 254 -
CMYK 0.61 0.99 0 0.00
HSL 263.1º 0.99% 0.5% -
HSV(B) 263.1º 0.99% 1% -
XYZ 23.06 9.85 94.45 -
YUV 59.73 237.64 156.01 -
System Red Green Blue C M Y K H S L
Decimal 99 2 254 0.61 0.99 0 0.00 263.1 0.99 0.5
Hex 63 2 FE 3D 63 0 0 107 63 32
Octal 143 2 376 75 143 0 0 407 143 62
Binary 1100011 10 11111110 111101 1100011 0 0 100000111 1100011 110010

Color Harmonies of #6302FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302FE

Black with #6302FE

Text Example


Text Example

White with #6302FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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