Html Css Color HEX #6405FD Electric Indigo

📋 copy color: '#6405FD'

red 100 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #6405FD

Tints of Electric Indigo #6405FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 27.93%
G = 1.4%
B = 70.67%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6405FD (or 0x6405FD) is known color: Electric Indigo. HEX triplet: 64, 05 and FD. RGB value is (100,5,253). Sum of RGB (Red+Green+Blue) = 100+5+253=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #6405FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405FD is #9BFA02. Grayscale: #3C3C3C. Windows color (decimal): -10222083 or 16581988. OLE color: 16581988.

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

Color convert

RGB 100 5 253 -
CMYK 0.60 0.98 0 0.01
HSL 262.98º 0.98% 0.51% -
HSV(B) 262.98º 0.98% 0.99% -
XYZ 23.04 9.91 93.63 -
YUV 61.68 235.97 155.33 -
System Red Green Blue C M Y K H S L
Decimal 100 5 253 0.60 0.98 0 0.01 262.98 0.98 0.51
Hex 64 5 FD 3C 62 0 1 107 62 33
Octal 144 5 375 74 142 0 1 407 142 63
Binary 1100100 101 11111101 111100 1100010 0 1 100000111 1100010 110011

Color Harmonies of #6405FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405FD

Black with #6405FD

Text Example


Text Example

White with #6405FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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