Html Css Color HEX #6401FB Electric Indigo

📋 copy color: '#6401FB'

red 100 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #6401FB

Tints of Electric Indigo #6401FB

RGB

 RED value IS 100 (39.45% from 255) = 28.41%

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

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 28.41%
G = 0.28%
B = 71.31%

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

#6401FB (or 0x6401FB) is known color: Electric Indigo. HEX triplet: 64, 01 and FB. RGB value is (100,1,251). Sum of RGB (Red+Green+Blue) = 100+1+251=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #6401FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401FB is #9BFE04. Grayscale: #3A3A3A. Windows color (decimal): -10223109 or 16449892. OLE color: 16449892.

HSL color Cylindrical-coordinate representation of color #6401FB: hue angle of 263.76º 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 #6401FB is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 1 251 -
CMYK 0.60 1.00 0 0.02
HSL 263.76º 0.99% 0.49% -
HSV(B) 263.76º 1% 0.98% -
XYZ 22.68 9.7 91.94 -
YUV 59.1 236.3 157.17 -
System Red Green Blue C M Y K H S L
Decimal 100 1 251 0.60 1.00 0 0.02 263.76 0.99 0.49
Hex 64 1 FB 3C 64 0 2 108 63 31
Octal 144 1 373 74 144 0 2 410 143 61
Binary 1100100 1 11111011 111100 1100100 0 10 100001000 1100011 110001

Color Harmonies of #6401FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6401FB

Black with #6401FB

Text Example


Text Example

White with #6401FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6401FB; }

 p { color: rgb(100,1,251); }

 H1.HeaderClassName
 {
   color: #6401FB;
 }
 .AnyTagClassName
 {
   color: #6401FB;
 }
</style>

background-color css

<style>
 a { background-color: #6401FB; }

 a { background-color: rgb(100,1,251); }

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

border-color css

<style>
 span { border-color: #6401FB; }

 span { border-color: rgb(100,1,251); }

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