Html Css Color HEX #6408FF Electric Indigo

📋 copy color: '#6408FF'

red 100 ◦ green 8 ◦ blue 255

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

Shades of Electric Indigo #6408FF

Tints of Electric Indigo #6408FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.25%

R = 27.55%
G = 2.2%
B = 70.25%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6408FF (or 0x6408FF) is known color: Electric Indigo. HEX triplet: 64, 08 and FF. RGB value is (100,8,255). Sum of RGB (Red+Green+Blue) = 100+8+255=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #6408FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6408FF is #9BF700. Grayscale: #3E3E3E. Windows color (decimal): -10221313 or 16713828. OLE color: 16713828.

HSL color Cylindrical-coordinate representation of color #6408FF: hue angle of 262.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6408FF is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 8 255 -
CMYK 0.61 0.97 0 0
HSL 262.35º 1% 0.52% -
HSV(B) 262.35º 0.97% 1% -
XYZ 23.39 10.1 95.32 -
YUV 63.67 235.98 153.92 -
System Red Green Blue C M Y K H S L
Decimal 100 8 255 0.61 0.97 0 0 262.35 1 0.52
Hex 64 8 FF 3D 61 0 0 106 64 34
Octal 144 10 377 75 141 0 0 406 144 64
Binary 1100100 1000 11111111 111101 1100001 0 0 100000110 1100100 110100

Color Harmonies of #6408FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408FF

Black with #6408FF

Text Example


Text Example

White with #6408FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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