Html Css Color HEX #6501FA Electric Indigo

📋 copy color: '#6501FA'

red 101 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #6501FA

Tints of Electric Indigo #6501FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.02%

R = 28.69%
G = 0.28%
B = 71.02%

CMYK

 C value IS 0.60

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6501FA (or 0x6501FA) is known color: Electric Indigo. HEX triplet: 65, 01 and FA. RGB value is (101,1,250). Sum of RGB (Red+Green+Blue) = 101+1+250=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #6501FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6501FA is #9AFE05. Grayscale: #3A3A3A. Windows color (decimal): -10157574 or 16384357. OLE color: 16384357.

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

Color convert

RGB 101 1 250 -
CMYK 0.60 1.00 0 0.02
HSL 264.1º 0.99% 0.49% -
HSV(B) 264.1º 1% 0.98% -
XYZ 22.63 9.69 91.12 -
YUV 59.29 235.63 157.75 -
System Red Green Blue C M Y K H S L
Decimal 101 1 250 0.60 1.00 0 0.02 264.1 0.99 0.49
Hex 65 1 FA 3C 64 0 2 108 63 31
Octal 145 1 372 74 144 0 2 410 143 61
Binary 1100101 1 11111010 111100 1100100 0 10 100001000 1100011 110001

Color Harmonies of #6501FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501FA

Black with #6501FA

Text Example


Text Example

White with #6501FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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