Html Css Color HEX #6408FC Electric Indigo

📋 copy color: '#6408FC'

red 100 ◦ green 8 ◦ blue 252

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

Shades of Electric Indigo #6408FC

Tints of Electric Indigo #6408FC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

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

R = 27.78%
G = 2.22%
B = 70%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6408FC (or 0x6408FC) is known color: Electric Indigo. HEX triplet: 64, 08 and FC. RGB value is (100,8,252). Sum of RGB (Red+Green+Blue) = 100+8+252=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #6408FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6408FC is #9BF703. Grayscale: #3E3E3E. Windows color (decimal): -10221316 or 16517220. OLE color: 16517220.

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

Color convert

RGB 100 8 252 -
CMYK 0.60 0.97 0 0.01
HSL 262.62º 0.98% 0.51% -
HSV(B) 262.62º 0.97% 0.99% -
XYZ 22.91 9.91 92.8 -
YUV 63.32 234.48 154.16 -
System Red Green Blue C M Y K H S L
Decimal 100 8 252 0.60 0.97 0 0.01 262.62 0.98 0.51
Hex 64 8 FC 3C 61 0 1 107 62 33
Octal 144 10 374 74 141 0 1 407 142 63
Binary 1100100 1000 11111100 111100 1100001 0 1 100000111 1100010 110011

Color Harmonies of #6408FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408FC

Black with #6408FC

Text Example


Text Example

White with #6408FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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