Html Css Color HEX #6501FE Electric Indigo

📋 copy color: '#6501FE'

red 101 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #6501FE

Tints of Electric Indigo #6501FE

RGB

 RED value IS 101 (39.84% from 255) = 28.37%

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 28.37%
G = 0.28%
B = 71.35%

CMYK

 C value IS 0.60

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6501FE (or 0x6501FE) is known color: Electric Indigo. HEX triplet: 65, 01 and FE. RGB value is (101,1,254). Sum of RGB (Red+Green+Blue) = 101+1+254=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #6501FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6501FE is #9AFE01. Grayscale: #3A3A3A. Windows color (decimal): -10157570 or 16646501. OLE color: 16646501.

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

Color convert

RGB 101 1 254 -
CMYK 0.60 1.00 0 0.00
HSL 263.72º 0.99% 0.5% -
HSV(B) 263.72º 1% 1% -
XYZ 23.27 9.94 94.46 -
YUV 59.74 237.63 157.43 -
System Red Green Blue C M Y K H S L
Decimal 101 1 254 0.60 1.00 0 0.00 263.72 0.99 0.5
Hex 65 1 FE 3C 64 0 0 108 63 32
Octal 145 1 376 74 144 0 0 410 143 62
Binary 1100101 1 11111110 111100 1100100 0 0 100001000 1100011 110010

Color Harmonies of #6501FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501FE

Black with #6501FE

Text Example


Text Example

White with #6501FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,1,254); }

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

background-color css

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

 a { background-color: rgb(101,1,254); }

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

border-color css

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

 span { border-color: rgb(101,1,254); }

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