Html Css Color HEX #6400FC Electric Indigo

📋 copy color: '#6400FC'

red 100 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #6400FC

Tints of Electric Indigo #6400FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 71.59%

R = 28.41%
G = 0%
B = 71.59%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6400FC (or 0x6400FC) is known color: Electric Indigo. HEX triplet: 64, 00 and FC. RGB value is (100,0,252). Sum of RGB (Red+Green+Blue) = 100+0+252=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #6400FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400FC is #9BFF03. Grayscale: #393939. Windows color (decimal): -10223364 or 16515172. OLE color: 16515172.

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

Color convert

RGB 100 0 252 -
CMYK 0.60 1 0 0.01
HSL 263.81º 1% 0.49% -
HSV(B) 263.81º 1% 0.99% -
XYZ 22.83 9.74 92.77 -
YUV 58.63 237.13 157.51 -
System Red Green Blue C M Y K H S L
Decimal 100 0 252 0.60 1 0 0.01 263.81 1 0.49
Hex 64 0 FC 3C 64 0 1 108 64 31
Octal 144 0 374 74 144 0 1 410 144 61
Binary 1100100 0 11111100 111100 1100100 0 1 100001000 1100100 110001

Color Harmonies of #6400FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400FC

Black with #6400FC

Text Example


Text Example

White with #6400FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6400FC; }

 p { color: rgb(100,0,252); }

 H1.HeaderClassName
 {
   color: #6400FC;
 }
 .AnyTagClassName
 {
   color: #6400FC;
 }
</style>

background-color css

<style>
 a { background-color: #6400FC; }

 a { background-color: rgb(100,0,252); }

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

border-color css

<style>
 span { border-color: #6400FC; }

 span { border-color: rgb(100,0,252); }

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