Html Css Color HEX #6405FF Electric Indigo

📋 copy color: '#6405FF'

red 100 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #6405FF

Tints of Electric Indigo #6405FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 27.78%
G = 1.39%
B = 70.83%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6405FF (or 0x6405FF) is known color: Electric Indigo. HEX triplet: 64, 05 and FF. RGB value is (100,5,255). Sum of RGB (Red+Green+Blue) = 100+5+255=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6405FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405FF is #9BFA00. Grayscale: #3D3D3D. Windows color (decimal): -10222081 or 16713060. OLE color: 16713060.

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

Color convert

RGB 100 5 255 -
CMYK 0.61 0.98 0 0
HSL 262.8º 1% 0.51% -
HSV(B) 262.8º 0.98% 1% -
XYZ 23.36 10.04 95.31 -
YUV 61.91 236.97 155.17 -
System Red Green Blue C M Y K H S L
Decimal 100 5 255 0.61 0.98 0 0 262.8 1 0.51
Hex 64 5 FF 3D 62 0 0 107 64 33
Octal 144 5 377 75 142 0 0 407 144 63
Binary 1100100 101 11111111 111101 1100010 0 0 100000111 1100100 110011

Color Harmonies of #6405FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405FF

Black with #6405FF

Text Example


Text Example

White with #6405FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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